Skip to content

Commit cb85d6d

Browse files
committed
Merge branch 'master' into chrisda
2 parents 707d6ed + e795f65 commit cb85d6d

File tree

5 files changed

+44
-9
lines changed

5 files changed

+44
-9
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoMoveCrossCompatibilityStatus.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,21 @@ Get-SPOGeoMoveCrossCompatibilityStatus
3636

3737
Get the compatibility status for all locations.
3838

39+
## PARAMETERS
40+
3941
### CommonParameters
4042

4143
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
4244

45+
## INPUTS
46+
47+
### None
48+
49+
## OUTPUTS
50+
51+
### System.Object
52+
## NOTES
53+
4354
## RELATED LINKS
4455

4556
[Getting started with SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ You must be a SharePoint Online administrator or Global Administrator and be a s
7171

7272
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
7373

74+
For OneDrive for Business site collection, the only valid parameters are Identity, AllowDownloadingNonWebViewableFiles, AllowEditing, ConditionalAccessPolicy, DefaultLinkPermission, DefaultSharingLinkType, DisableCompanyWideSharingLinks, LimitedAccessFileType, LockState, Owner, SharingAllowedDomainList, SharingBlockedDomainList, SharingCapability, SharingDomainRestrictionMode, ShowPeoplePickerSuggestionsForGuestUsers, StorageQuota, and StorageWarningLevel.
75+
76+
For Groups site collection, the only valid parameters are Identity, AllowSelfServiceUpgrade, DefaultLinkPermission, DefaultSharingLinkType, DenyAddAndCustomizePages, DisableCompanyWideSharingLinks, DisableSharingForNonOwners, LockState, Owner, ResourceQuota, ResourceQuotaWarningLevel, SandboxedCodeActivationCapability, SharingCapability, ShowPeoplePickerSuggestionsForGuestUsers, SocialBarOnSitePagesDisabled, StorageQuota, StorageQuotaReset, and StorageQuotaWarningLevel.
77+
7478
## EXAMPLES
7579

7680
### -----------------------EXAMPLE 1-----------------------------

sharepoint/sharepoint-ps/sharepoint-server/Remove-SPSecureStoreApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3333

3434
### -----------------------EXAMPLE-----------------------------
3535
```
36-
Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApp" | Remove -SPSecureStoreApplication
36+
Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApp" | Remove-SPSecureStoreApplication
3737
```
3838

3939
This example removes the specified application and target.

skype/skype-ps/skype/Get-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ms.reviewer:
1414
# Get-CsTeamsMeetingBroadcastPolicy
1515

1616
## SYNOPSIS
17-
Get-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]
18-
19-
Get-CsTeamsMeetingBroadcastPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
17+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.
2018

2119
## SYNTAX
2220

@@ -36,11 +34,23 @@ User-level policy for tenant admin to configure meeting broadcast behavior for t
3634

3735
## EXAMPLES
3836

37+
### Example 1
38+
```
39+
Get-CsTeamsMeetingBroadcastPolicy
40+
```
41+
Returns all the Teams Meeting Broadcast policies.
42+
43+
### Example 2
44+
```
45+
Get-CsTeamsMeetingBroadcastPolicy -Filter "Education_Teacher"
46+
```
47+
48+
In this example, the -Filter parameter is used to return all the policies that match "Education_Teacher".
3949

4050
## PARAMETERS
4151

4252
### -Filter
43-
Enables you to use wildcard characters when specifying the policy (or policies) to be returned. For example, this syntax returns all the policies configured at the per-user scope
53+
Enables you to use wildcard characters when specifying the policy (or policies) to be returned.
4454

4555
```yaml
4656
Type: String

skype/skype-ps/skype/Set-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Set-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-Description \<string\>\] \[-AllowBroadcastScheduling \<bool\>\] \[-AllowBroadcastTranscription \<bool\>\] \[-BroadcastAttendeeVisibilityMode \<string\>\] \[-BroadcastRecordingMode \<string\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
18-
19-
Set-CsTeamsMeetingBroadcastPolicy \[-Tenant \<guid\>\] \[-Description \<string\>\] \[-AllowBroadcastScheduling \<bool\>\] \[-AllowBroadcastTranscription \<bool\>\] \[-BroadcastAttendeeVisibilityMode \<string\>\] \[-BroadcastRecordingMode \<string\>\] \[-Instance \<psobject\>\] \[-Force\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
17+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.
2018

2119
## SYNTAX
2220

@@ -87,6 +85,13 @@ Accept wildcard characters: False
8785
### -BroadcastAttendeeVisibilityMode
8886
Specifies the attendee visibility mode of the broadcast events created by this user. This setting controls who can watch the broadcast event - e.g. anyone can watch this event including anonymous users or only authenticated users in my company can watch the event. Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
8987
88+
Possible values:
89+
- Everyone
90+
- EveryoneInCompany
91+
- InvitedUsersInCompany
92+
- EveryoneInCompanyAndExternal
93+
- InvitedUsersInCompanyAndExternal
94+
9095
```yaml
9196
Type: String
9297
Parameter Sets: (All)
@@ -100,7 +105,12 @@ Accept wildcard characters: False
100105
```
101106
102107
### -BroadcastRecordingMode
103-
Specifies whether broadcast events created by this user are always recorded, never recorded or user can choose whether to record or not. Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
108+
Specifies whether broadcast events created by this user are always recorded (AlwaysEnabled), never recorded (AlwaysDisabled) or user can choose whether to record or not (UserOverride). Note: this setting is applicable to broadcast events that use Teams Meeting production only and does not apply when external encoder is used as production method.
109+
110+
Possible values:
111+
- AlwaysEnabled
112+
- AlwaysDisabled
113+
- UserOverride
104114
105115
```yaml
106116
Type: String

0 commit comments

Comments
 (0)