Skip to content

Commit 1c5c820

Browse files
committed
SupplementsBasePolicyID is actually type=Guid. Fixed in Set-CIPolicyIdInfo article.
1 parent d9b2823 commit 1c5c820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/configci/Set-CIPolicyIdInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Modifies the name and ID of a Code Integrity policy.
1616
## SYNTAX
1717

1818
```
19-
Set-CIPolicyIdInfo [-FilePath] <String> [-PolicyName <String>] [-PolicyId <String>] [-BasePolicyToSupplementPath <string>] [-SupplementsBasePolicyID <String>] [-ResetPolicyID] [<CommonParameters>]
19+
Set-CIPolicyIdInfo [-FilePath] <String> [-PolicyName <String>] [-PolicyId <String>] [-BasePolicyToSupplementPath <string>] [-SupplementsBasePolicyID <Guid>] [-ResetPolicyID] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
Specifies the value for the **BasePolicyID** property for a supplemental policy.
115115
116116
```yaml
117-
Type: String
117+
Type: Guid
118118
Parameter Sets: (All)
119119
Aliases: None
120120

0 commit comments

Comments
 (0)