Skip to content

Commit 8890b05

Browse files
authored
Update Set-CsExternalAccessPolicy.md
Fix a parameter description bug
1 parent c7bf0a6 commit 8890b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Set-CsExternalAccessPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This cmdlet was introduced in Lync Server 2010.
2222
Set-CsExternalAccessPolicy [[-Identity] <XdsIdentity>]
2323
[-AllowedExternalDomains <List>]
2424
[-BlockedExternalDomains <List>]
25-
[-CommunicationWithExternalOrgs <Boolean>]
25+
[-CommunicationWithExternalOrgs <String>]
2626
[-Confirm]
2727
[-Description <String>]
2828
[-EnableAcsFederationAccess <Boolean>]
@@ -47,7 +47,7 @@ Set-CsExternalAccessPolicy [[-Identity] <XdsIdentity>]
4747
Set-CsExternalAccessPolicy [-Instance <PSObject>]
4848
[-AllowedExternalDomains <List>]
4949
[-BlockedExternalDomains <List>]
50-
[-CommunicationWithExternalOrgs <Boolean>]
50+
[-CommunicationWithExternalOrgs <String>]
5151
[-Confirm]
5252
[-Description <String>]
5353
[-EnableAcsFederationAccess <Boolean>]

0 commit comments

Comments
 (0)