Category Archives: PowerShell
Repair Azure AD Broker Plugin
MDT – Windows 10 Customize Script
In the past I’ve always deployed Windows operating systems by building a reference image in Audit Mode, customizing the default user profile, then sysprepping, and then finally capturing. Because using CopyProfile during sysprep can have some strange side effects, I’ve decided to just script the customizations immediately after applying the image to the disk. I… Read More »
Remote Trigger Azure AD Sync
Since we are on Office 365 and synchronize our local Active Directory to Office 365, we sometimes need a way to manually trigger an Azure Active Directory Sync when creating new accounts. This code will do that for us. Just change “DIRECTORYSYNCSERVER” to your own server that is running Azure Directory Synchronization. This specific code… Read More »
Office 365/Exchange Online Permissions GUI
This is old. It still works, but it’s old and I have a much better version I’ll be sharing at some point. We migrated our environment to Office 365 last year and it’s been a bit of a challenge to say the least. After they upgraded our tenant to Exchange 2013 however, the online GUI… Read More »