From b695eed6ab5e313aaee52a83f0780c6fa5da2ee8 Mon Sep 17 00:00:00 2001 From: fajllo <61871978+fajllo@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:26:19 +0200 Subject: [PATCH] Update MicrosoftPurviewInformationProtectionGuidance.md finxing the typo in the MicrosoftPurviewInformationProtectionGuidance.md file before Unrestircted after Unrestricted --- .../MicrosoftPurviewInformationProtectionGuidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIP-Audit-Export/MicrosoftPurviewInformationProtectionGuidance.md b/AIP-Audit-Export/MicrosoftPurviewInformationProtectionGuidance.md index 6bc8f8e..9ff1a31 100644 --- a/AIP-Audit-Export/MicrosoftPurviewInformationProtectionGuidance.md +++ b/AIP-Audit-Export/MicrosoftPurviewInformationProtectionGuidance.md @@ -115,7 +115,7 @@ To retrieve label names to use with the Microsoft Purview Information Protection ```powershell # If needed to run PowerShell scripts on machine, adjust the Execution Policy -Set-ExecutionPolicy -ExecutionPolicy Unrestircted -Scope Process +Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process ``` ```powershell