Skip to content

Commit dab00c4

Browse files
authored
Merge pull request MicrosoftDocs#9132 from vini-gupta/patch-2
Update Set-CsTeamsMeetingPolicy.md
2 parents 05cf733 + 6185a58 commit dab00c4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
4141
[-MeetingInviteLanguages <String>]
42+
[-AllowNetworkConfigurationSettingsLookup <Boolean>]
4243
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4344
```
4445

@@ -64,6 +65,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
6465
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
6566
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>]
6667
[-MeetingInviteLanguages <String>]
68+
[-AllowNetworkConfigurationSettingsLookup <Boolean>]
6769
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
6870
```
6971

@@ -94,6 +96,15 @@ In Example 2, the Set-CsTeamsMeetingPolicy cmdlet is used to update a meeting po
9496
In this example two different property values are configured: AutoAdmittedUsers is set to Everyone and AllowMeetNow is set to False.
9597
All other policy properties will use the existing values.
9698

99+
### EXAMPLE 3
100+
101+
```powershell
102+
Set-CsTeamsMeetingPolicy -Identity NonEVNetworkRoamingPolicy -AllowNetworkConfigurationSettingsLookup $True
103+
```
104+
105+
In Example 3, the Set-CsTeamsMeetingPolicy cmdlet is used to update an existing meeting policy with the Identity NonEVNetworkRoamingPolicy.
106+
This policy will use all the existing values except one: AllowNetworkConfigurationSettingsLookup; in this example, we will fetch network roaming policy for the non-EV user with NonEVNetworkRoamingPolicy based on his current network location.
107+
97108
## PARAMETERS
98109

99110
### -AllowAnonymousUsersToJoinMeeting
@@ -1072,6 +1083,20 @@ Accept pipeline input: False
10721083
Accept wildcard characters: False
10731084
```
10741085
1086+
### -AllowNetworkConfigurationSettingsLookup
1087+
Determines whether network configuration setting lookup can be made for users who are not Enterprise Voice enabled. It is used to enable Network Roaming policy.
1088+
1089+
```yaml
1090+
Type: Boolean
1091+
Parameter Sets: (All)
1092+
Aliases:
1093+
Required: False
1094+
Position: Named
1095+
Default value: False
1096+
Accept pipeline input: False
1097+
Accept wildcard characters: False
1098+
```
1099+
10751100
## INPUTS
10761101
10771102
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)