Skip to content

Commit 3d589ef

Browse files
Update Invoke-CIPPStandardsharingDomainRestriction.ps1 - fixed typo
Fixed "restirct" typo
1 parent 769513a commit 3d589ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardsharingDomainRestriction.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Invoke-CIPPStandardsharingDomainRestriction {
1616
"highimpact"
1717
"CIS"
1818
ADDEDCOMPONENT
19-
{"type":"Select","name":"standards.sharingDomainRestriction.Mode","label":"Limit external sharing by domains","values":[{"label":"Off","value":"none"},{"label":"Restirct sharing to specific domains","value":"allowList"},{"label":"Block sharing to specific domains","value":"blockList"}]}
19+
{"type":"Select","name":"standards.sharingDomainRestriction.Mode","label":"Limit external sharing by domains","values":[{"label":"Off","value":"none"},{"label":"Restrict sharing to specific domains","value":"allowList"},{"label":"Block sharing to specific domains","value":"blockList"}]}
2020
{"type":"input","name":"standards.sharingDomainRestriction.Domains","label":"Domains to allow/block, comma separated"}
2121
IMPACT
2222
High Impact

0 commit comments

Comments
 (0)