Microsoft
So you want to do some PowerShell stuff in SharePoint Online. You will need the “SharePoint Online Global Administrator” permission to perform the connection. Before we do that, lets check if we have the SharePoint Online Management Shell already installed. 1. Launch PowerShell in Administrative mode and run:- Get-Module -Name […]
So you are on-boarding user mailboxes to Exchange Online and your user does not have a <domain>.mail.onmicrosoft.com smtp address. STOP. Your mailbox migration will fail without it. (Maybe you know this and this is why you are here 🙂 ) If you used the Exchange Hybrid Configuration Wizard, by default, […]
In this blog post we will look at signing the PowerShell scripts we use in the “App Detection Method” when distributing apps with ConfigMgr. The PowerShell Execution Policy can be modified in Client Settings to allow ConfigMgr to execute unsigned scripts. If your environment needs to be a bit tighter […]
In my previous post office-365-migration-user-attribute-discovery-export-powershell/ I described the importance of matching your user UPN with their primary SMTP Address. A scenario I recently came across was where the customer didnt have the correct UPN Suffix registered in their Active Directory Forest. For example, the root domain was contoso.com so all their […]
One of the challenges I have found with using Intune for Device Compliance is being able to easily document changes to satisfy internal change control policies. I have created a template in Excel, using Pick Lists where possible, to document the Device Compliance Policies in Intune. he settings were accurate […]
One of the challenges I have found with using Intune for Device Configuration is being able to easily document changes to satisfy internal change control policies. I have created a template in Excel, using Pick Lists where possible, to document the Device Configuration Profiles in Intune. This template is a […]