diff --git a/education/windows/configure-aad-clever-trust.md b/education/windows/configure-aad-clever-trust.md index fef8834b7a..196a1c0252 100644 --- a/education/windows/configure-aad-clever-trust.md +++ b/education/windows/configure-aad-clever-trust.md @@ -60,7 +60,6 @@ The configuration of Azure AD consists of changing the authentication method for Modify the `$idpMetadataUrl` and `$DomainName` variables of the following script to match your environment, and then run it in an elevated PowerShell session. When prompted to authenticate to Azure AD, use a *Global Administrator* account. ```powershell -Install-Module -Name AzureAD Install-Module -Name MSOnline Import-Module MSOnline diff --git a/education/windows/configure-aad-google-trust.md b/education/windows/configure-aad-google-trust.md index 674d603752..53d5c01d24 100644 --- a/education/windows/configure-aad-google-trust.md +++ b/education/windows/configure-aad-google-trust.md @@ -38,13 +38,13 @@ Follow the steps described in the [Google documentation](https://support.google. ### Configure Azure AD as a Service Provider (SP) for Google Workspace The configuration of Azure AD consists of changing the authentication method for the custom DNS domains. This configuration can be done using PowerShell.\ -Using the **IdP metadata** XML file downloaded from Google Workspace, modify the and `$DomainName` variable of the following script to match your environment, and then run it in an elevated PowerShell session: +Using the **IdP metadata** XML file downloaded from Google Workspace, modify the `$DomainName` variable of the following script to match your environment, and then run it in an elevated PowerShell session: ```powershell Install-Module -Name MSOnline Import-Module MSOnline -$DomainName = "learn.intune.dev" +$DomainName = "" $xml = [Xml](Get-Content GoogleIDPMetadata.xml)