Skip to content

Commit 05cf733

Browse files
authored
Merge pull request MicrosoftDocs#9131 from vini-gupta/patch-1
Update New-CsTeamsMeetingPolicy.md
2 parents 9d3d7b5 + d79a92f commit 05cf733

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3737
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
3838
[-MeetingInviteLanguages <String>]
3939
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
40+
[-AllowNetworkConfigurationSettingsLookup <Boolean>]
4041
```
4142

4243
## DESCRIPTION
@@ -970,6 +971,21 @@ Accept pipeline input: False
970971
Accept wildcard characters: False
971972
```
972973
974+
### -AllowNetworkConfigurationSettingsLookup
975+
Determines whether network configuration setting lookups can be made by users who are not Enterprise Voice enabled. It is used to enable Network Roaming policies.
976+
977+
```yaml
978+
Type: Boolean
979+
Parameter Sets: (All)
980+
Aliases:
981+
982+
Required: False
983+
Position: Named
984+
Default value: False
985+
Accept pipeline input: False
986+
Accept wildcard characters: False
987+
```
988+
973989
## INPUTS
974990
975991
### None

0 commit comments

Comments
 (0)