• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

Azure AD Shortcuts

I always struggle to remember OR find the right page\bookmark for the 100s of Azure AD pages. Below you can find some of the more commonly used ones in an easy-to-use shortcut format. Alternatively, you can view the complete list and access it via browser plugins. Here is how it [...]

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