Deployment-Plans icon indicating copy to clipboard operation
Deployment-Plans copied to clipboard

Step by step guidance to deploy Azure Active Directory capabilities such as Conditional Access, Multi Factor Authentication, Self Service Password, and more.

Results 15 Deployment-Plans issues
Sort by recently updated
recently updated
newest added

Based on feedback about instructions not being clear.

After pressing 'Refresh Data' button I went to a AAD App Migration Report tab. All cells under C-column 'Notes of Failure/Warning' display #NAME? instead of describing the issue. How this...

When I run the following command Test-ADFS2AADOnPremRPTrustSet -RPXMLFileDirectory "C:\adfs\apps" I get this but the instructions or commands have no mention of what is being looked for: PS C:\temp> Test-ADFS2AADOnPremRPTrustSet -RPXMLFileDirectory...

I am trying to follow the instructions in the readme.md file for the ADFSAADMigrationUtils and I have run the 3 cmdlets to generate 5 CSV files. The instructions then say...

How do I see the "refresh data" in the dashboard tab that doesn't seem to exist?

When I try to import the views it gives me an error stating that the views are not valid. This happens with both Azure AD Account Provisioning Events.omsview and the...

Getting a lot of errors when running Test-ADFS2AADOnPremRPTrustSet -RPXMLFileDirectory "C:\adfs\apps" The first two commands proceed without error very quickly. The CSV files, folder structure and resulting ZIP file are all...

https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/whats-new Looks like they have changed the: ConditionalAccessStatus == 1 to ConditionalAccessStatus == "success" The CA queries need to be updated.

Is there way to display extended attributes in the queries, does the schema expose these? https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions

In lines 1208 and 1219 : "$AdfsRelyingPartyTrust | Export-Clixml $filePath -ErrorAction SilentlyContinue" failed You have to add "$AdfsClaimsProviderTrust | Export-Clixml -literalpath $filePath -ErrorAction SilentlyContinue"