From 0b06757967149c89e0fae4a5bd2210ecd37f9b6c Mon Sep 17 00:00:00 2001 From: Nuno Alexandre <38176824+NuAlex@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:57:45 -0700 Subject: [PATCH 1/4] Learn Editor: Update reference-connect-adsynctools.md --- .../hybrid/connect/reference-connect-adsynctools.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/identity/hybrid/connect/reference-connect-adsynctools.md b/docs/identity/hybrid/connect/reference-connect-adsynctools.md index aa36a514462..95a4e367c28 100644 --- a/docs/identity/hybrid/connect/reference-connect-adsynctools.md +++ b/docs/identity/hybrid/connect/reference-connect-adsynctools.md @@ -23,19 +23,18 @@ To install the ADSyncTools PowerShell module do the following: 1. Open Windows PowerShell with administrative privileges 2. Type or copy and paste the following: ``` powershell - [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force - Import-module -Name "C:\Program Files\Microsoft Azure Active Directory Connect\Tools\AdSyncTools" + [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + Install-Module -Name ADSyncTools ``` 3. Hit enter. 4. To verify the module was installed, enter or copy and paste the following" ```powershell - Get-module AdSyncTools + Get-module ADSyncTools ``` 5. You should now see information about the module. -## Clear-ADSyncToolsMsDsConsistencyGuid +Clear-ADSyncToolsMsDsConsistencyGuid ### SYNOPSIS Clear an Active Directory object mS-DS-ConsistencyGuid ### SYNTAX From 7aa67bb08551e0828c4dba22ce94c9496059a964 Mon Sep 17 00:00:00 2001 From: Nuno Alexandre <38176824+NuAlex@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:57:54 -0700 Subject: [PATCH 2/4] Learn Editor: Update reference-connect-adsynctools.md From 5616c2f0c993d3c0d4ed2d98461ceb1dd9feea92 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 5 Oct 2024 14:09:13 -0700 Subject: [PATCH 3/4] Update reference-connect-adsynctools.md --- docs/identity/hybrid/connect/reference-connect-adsynctools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/hybrid/connect/reference-connect-adsynctools.md b/docs/identity/hybrid/connect/reference-connect-adsynctools.md index 95a4e367c28..d034c73974b 100644 --- a/docs/identity/hybrid/connect/reference-connect-adsynctools.md +++ b/docs/identity/hybrid/connect/reference-connect-adsynctools.md @@ -34,7 +34,7 @@ To install the ADSyncTools PowerShell module do the following: 5. You should now see information about the module. -Clear-ADSyncToolsMsDsConsistencyGuid +## Clear-ADSyncToolsMsDsConsistencyGuid ### SYNOPSIS Clear an Active Directory object mS-DS-ConsistencyGuid ### SYNTAX From 449b978782e624d81266240aba0677a7979bfb6c Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 5 Oct 2024 14:14:45 -0700 Subject: [PATCH 4/4] Attempt to get Acrolinx > 80 --- .../connect/reference-connect-adsynctools.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/identity/hybrid/connect/reference-connect-adsynctools.md b/docs/identity/hybrid/connect/reference-connect-adsynctools.md index d034c73974b..33787cdc035 100644 --- a/docs/identity/hybrid/connect/reference-connect-adsynctools.md +++ b/docs/identity/hybrid/connect/reference-connect-adsynctools.md @@ -205,7 +205,7 @@ Convert Base64 ImmutableId (SourceAnchor) to GUID value ConvertFrom-ADSyncToolsImmutableID [-Value] [] ``` ### DESCRIPTION -Converts value of the ImmutableID from Base64 string and returns a GUID value In case Base64 string cannot be converted to GUID, returns a Byte Array. +Converts value of the ImmutableID from Base64 string and returns a GUID value In case Base64 string can't be converted to GUID, returns a Byte Array. ### EXAMPLES #### EXAMPLE 1 ``` @@ -379,8 +379,8 @@ Export-ADSyncToolsAadPublicFolders [-Credential] [-Path] ### DESCRIPTION This function exports to a CSV file all the synchronized Mail-Enabled Public Folders (MEPF) present in Microsoft Entra ID. It can be used in conjunction with Remove-ADSyncToolsAadPublicFolders to identify and remove orphaned Mail-Enabled Public Folders in Microsoft Entra ID. -This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA is not supported. -NOTE: If DirSync has been disabled on the tenant, you will need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Microsoft Entra ID. +This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA isn't supported. +NOTE: If DirSync has been disabled on the tenant, you'll need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Microsoft Entra ID. ### EXAMPLES #### EXAMPLE 1 ``` @@ -431,7 +431,7 @@ Export-ADSyncToolsHybridAadJoinReport [-DN] [[-Filename] ] [ [[-Filename] ] [] ``` ### DESCRIPTION -This tool checks for all certificates present in UserCertificate property of a Computer object in AD and, for each non-expired certificate present, validates if the certificate was issued for the Microsoft Entra hybrid join feature (that is, Subject Name is CN={ObjectGUID}). Before version 1.4, Microsoft Entra Connect would synchronize to Microsoft Entra any Computer that contained at least one certificate but in Microsoft Entra Connect version 1.4 and later, ADSync engine can identify Microsoft Entra hybrid join certificates and will "cloudfilter" (exclude) the computer object from synchronizing to Microsoft Entra ID unless there's a valid Microsoft Entra hybrid join certificate present. Microsoft Entra Device objects that were already synchronized to AD but do not have a valid Microsoft Entra hybrid join certificate will be deleted from Microsoft Entra ID (CloudFiltered=TRUE) by Microsoft Entra Connect. +This tool checks for all certificates present in UserCertificate property of a Computer object in AD and, for each non-expired certificate present, validates if the certificate was issued for the Microsoft Entra hybrid join feature (that is, Subject Name is CN={ObjectGUID}). Before version 1.4, Microsoft Entra Connect would synchronize to Microsoft Entra any Computer that contained at least one certificate but in Microsoft Entra Connect version 1.4 and later, ADSync engine can identify Microsoft Entra hybrid join certificates and will "cloudfilter" (exclude) the computer object from synchronizing to Microsoft Entra ID unless there's a valid Microsoft Entra hybrid join certificate present. Microsoft Entra Device objects that were already synchronized to AD but don't have a valid Microsoft Entra hybrid join certificate will be deleted from Microsoft Entra ID (CloudFiltered=TRUE) by Microsoft Entra Connect. ### EXAMPLES #### EXAMPLE 1 @@ -1152,7 +1152,7 @@ Accept wildcard characters: False ``` #### -WhatIf Shows what would happen if the cmdlet runs. -The cmdlet is not run. +The cmdlet isn't run. ```yaml Type: SwitchParameter Parameter Sets: (All) @@ -1180,13 +1180,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### INPUTS InputCsvFilename must point to a CSV file with at least 2 columns: SourceAnchor, SyncObjectType ### OUTPUTS -Shows results from ExportDeletions operation DISCLAIMER: Other than User objects that have a Recycle Bin, any other object types DELETED with this function cannot be RECOVERED! +Shows results from ExportDeletions operation DISCLAIMER: Other than User objects that have a Recycle Bin, any other object types DELETED with this function can't be RECOVERED! ## Remove-ADSyncToolsAadPublicFolders ### SYNOPSIS Removes synchronized Mail-Enabled Public Folders (MEPF) present from Microsoft Entra ID. You can specify one SourceAnchor/ImmutableID for the target MEPF object to delete, or provide a CSV list with a batch of objects to delete when used in conjunction with Export-ADSyncToolsAadPublicFolders. -This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA is not supported. +This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA isn't supported. NOTE: If DirSync has been disabled on the tenant, you'll need to temporary re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Microsoft Entra ID. ### SYNTAX ``` @@ -1195,8 +1195,8 @@ Export-ADSyncToolsAadPublicFolders [-Credential] [-Path] ### DESCRIPTION This function exports to a CSV file all the synchronized Mail-Enabled Public Folders (MEPF) present in Microsoft Entra ID. It can be used in conjunction with Remove-ADSyncToolsAadPublicFolders to identify and remove orphaned Mail-Enabled Public Folders in Microsoft Entra ID. -This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA is not supported. -NOTE: If DirSync has been disabled on the tenant, you will need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Microsoft Entra ID. +This function requires the credentials of a Global Administrator in Microsoft Entra ID and authentication with MFA isn't supported. +NOTE: If DirSync has been disabled on the tenant, you'll need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Microsoft Entra ID. ### EXAMPLES #### EXAMPLE 1 ``` @@ -1287,7 +1287,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` #### -BackupOnly -BackupOnly will not delete any certificates from AD +BackupOnly won't delete any certificates from AD ```yaml Type: Boolean Parameter Sets: (All) @@ -1818,7 +1818,7 @@ Accept wildcard characters: False ``` #### -WhatIf Shows what would happen if the cmdlet runs. -The cmdlet is not run. +The cmdlet isn't run. ```yaml Type: SwitchParameter Parameter Sets: (All) @@ -1885,7 +1885,7 @@ et-ADSyncToolsDuplicateUsersSourceAnchor [-DuplicateUserSourceAnchorInfo]