Merge branch 'main' into alexbuckgit/docutune-autopr-20231018-031426-4569356-ignore-build

This commit is contained in:
Aaron Czechowski
2023-10-18 12:02:03 -07:00
committed by GitHub
50 changed files with 232 additions and 192 deletions

View File

@ -95,7 +95,7 @@ Each calculated values used in the Delivery Optimization report are listed below
## Mapping GroupID
In the **Efficiency By Group** subsection, the **GroupID** is displayed as an encoded SHA256 hash. You can create a mapping of original to encoded GroupIDs using the following PowerShell example:
In the **Efficiency By Group** subsection, the **GroupID** is displayed as an encoded SHA256 hash and is case sensitive. You can create a mapping of original to encoded GroupIDs using the following PowerShell example:
```powershell
$text = "<myOriginalGroupID>`0" ; # The `0 null terminator is required