We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd14a77 commit f16e375Copy full SHA for f16e375
teams/teams-ps/teams/Set-CsTeamsExternalAccessConfiguration.md
@@ -7,15 +7,13 @@ schema: 1.0.0
7
# Set-CsTeamsExternalAccessConfiguration
8
9
## SYNOPSIS
10
-Allows admins to set values in the TeamsExternalAccessConfiguration
11
-, which specifies configs that can be used to improve entire org security.
12
13
14
## SYNTAX
15
16
### Identity (Default)
17
```
18
-Set-CsTeamsExternalAccessConfiguration [-BlockedUsers <List>] [-BlockExternalUserAccess <Boolean>] [[-Identity] <XdsIdentity>]
+Set-CsTeamsExternalAccessConfiguration [-BlockedUsers <List>] [-BlockExternalUserAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [<CommonParameters>]
19
20
21
## DESCRIPTION
0 commit comments