Category Archives: PowerShell

Install Office 365 Apps

How I install Office 365 apps through NinjaOne. By default this will install in single-user mode. However, you can also choose to installed in Shared Computer Licensing mode by adding the SharedComputerLicensing parameter. You will need to modify the embedded xml file to suit your needs.

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 »