• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

SSL

What is SSL?

Have you ever noticed that some URLs start with “http://” while others start with “https://”? Perhaps you noticed that extra “s” when you were browsing websites that require giving over sensitive information, like when you were paying bills online. But where’d that extra “s” come from, and what does it mean? [...]

Read More
Clickatech

Common questions about domain names

Your domain name is a key part of your online identity. At the most basic level, a domain name is a website address (such as http://clickatech.co.za), but it’s actually a little more complicated than that. Here are some commonly asked questions about domain names. What exactly is a domain name? [...]

Read More

DNS Flag Day

The current DNS is unnecessarily slow and suffers from inability to deploy new features. To remediate these problems, vendors of DNS software and also big public DNS providers are going to remove certain workarounds on February 1st, 2019. This change affects only sites which operate software which is not following [...]

Read More

Show AD Picture

Nice script to visually show the content\value of the AD thumbnailPhoto property $username = Read-Host ‘What is the username e.g. name.surname?’ $server = Read-Host ‘What is the userdomain e.g. domain1|domain2?’ $user = Get-ADUser $username -properties * -server $server $Img = $User.thumbnailPhoto [VOID][Reflection.Assembly]::LoadWithPartialName(“System.Windows.Forms”) $Form = New-Object Windows.Forms.Form $Form.Text = “Image stored [...]

Read More