This article covers the automation of fixing a common DirSync/AADConnect issue with duplicate cloud account. The duplicate error, which should look like something below means the Local AD account and the cloud account did not merger due to Immutable ID mismatch. The script will update the Cloud Immutable ID to match the local and accounts will merged
Syntax:
.\UpdateImmutableID -UPN
Example:
.\UpdateImmutableID -UPN bhazeley@techs.o365tech.us
This post covers PST Migration to Office 365 (O365) using the O365 import feature that is still in preview. As with all my videos\posts this is not a studio production and thing do go wrong and we work through them. Post Covers steps and video of a demo PST Migration, enjoy!!
Pre-Migration
Migration
Post Migration
UPDATED: 12/25/2016
Script update as Azure RM cmdlet has changed since original script was created
Redid video as old video was bad quality and also the script changes needed to reflect in new video.
This article covers the demonstration of a custom script I created to automate Azure DNS and Office 365 (O365) domain configuration. The script will login into Azure and Office 365 to automate the adding, verifying of domain and adding the necessary DNS records to AzureDNS to complete domain setup in Office 365 portal. Requirements for running script are;
Add Office 365 Domain using AzureDNS
Syntax:
.\Add-O365DomainAzureDNS.ps1 -Domain <Domain> -SubscriptionId <SubscriptionId> -ResourceGroupName <ResourceGroup>
Example:
.\Add-O365DomainAzureDNS.ps1 -Domain testme.o365tech.us -SubscriptionId 1d6737e7-4f6c-4a9e-8cd4-996b6f003d0e -ResourceGroupName AzureT
This is another script in my toolbox, I have tweaked it a little to look pretty and work in other environment. The script is used to update certificates on the ADFS server and to update the ADFS signing certificate on Office 365 Federated domains. It’s not in any way a perfect script but gets the work done. Download script here