Remove extra quote for Set-CIPolicyIdInfo PolicyId argument

The command fails to run in PowerShell due to this extra quote.
This commit is contained in:
Fredrik Orderud
2024-04-08 09:45:43 +02:00
parent 8f0c35f13e
commit 38a319feac

View File

@ -77,7 +77,7 @@ Using this method, you create an AppId Tagging policy directly using the WDAC Po
4. Set the name and ID on the policy, which is helpful for future debugging:
```powershell
Set-CIPolicyIdInfo -ResetPolicyId -PolicyName "MyPolicyName" -PolicyId "MyPolicyId"" -AppIdTaggingPolicy -FilePath ".\AppIdPolicy.xml"
Set-CIPolicyIdInfo -ResetPolicyId -PolicyName "MyPolicyName" -PolicyId "MyPolicyId" -AppIdTaggingPolicy -FilePath ".\AppIdPolicy.xml"
```
The policyID GUID is returned by the PowerShell command if successful.