mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 13:47:23 +00:00
Merge pull request #11884 from forderud/ps1-quote-fix
Remove extra quote for Set-CIPolicyIdInfo PolicyId argument
This commit is contained in:
commit
3643b6be13
@ -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:
|
4. Set the name and ID on the policy, which is helpful for future debugging:
|
||||||
|
|
||||||
```powershell
|
```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.
|
The policyID GUID is returned by the PowerShell command if successful.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user