Skip to content

Commit 5f50ca5

Browse files
authored
Merge branch 'master' into patch-8
2 parents b946a61 + c94432b commit 5f50ca5

File tree

9 files changed

+20
-14
lines changed

9 files changed

+20
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Id : 16530053476cf3efe88b499076356d0205504b2451688c20a65d561c951783e0859ac590
3737
Url : HTTPS:/CONTOSO.SHAREPOINT.COM/SITES/CDN/CDNFILESLIBRARY
3838
```
3939

40-
This example return a list of CDN Origins.
40+
This example returns a list of CDN Origins.
4141

4242
## PARAMETERS
4343

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515
## SYNOPSIS
1616

1717
Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets.
18-
This cmdLet is used to get a value in the property bag.
18+
This cmdlet is used to get a value in the property bag.
1919

2020
## SYNTAX
2121

@@ -35,7 +35,7 @@ Use this cmdlet to get a value in the property bag.
3535
Get-SPOStorageEntity -Site "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomValues"
3636
```
3737

38-
This example return the whole entry in the property bag.
38+
This example returns the whole entry in the property bag.
3939

4040
## PARAMETERS
4141

@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
5858
### -Key
5959
60-
The key in the property bag that should be removed.
60+
The key in the property bag that should be returned.
6161
6262
```yaml
6363
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unregister-SPOHubSite [-Identity] <SpoHubSitePipeBind> [-WhatIf] [-Confirm] [<Co
2424

2525
## DESCRIPTION
2626

27-
Disables the hub site feature on a site so that it is no longer a hub site. Associated sites may still appear associated for up to an hour. If you want to speed up the process, use the Remove-SPOHubSiteAssociation cmdlet to remove the associates sites first.
27+
Disables the hub site feature on a site so that it is no longer a hub site. Associated sites may still appear associated for up to an hour. If you want to speed up the process, use the Remove-SPOHubSiteAssociation cmdlet to remove the associated sites first.
2828

2929
> [!NOTE]
3030
> If the site doesn't exist, this cmdlet returns a "File not found" error.

sharepoint/sharepoint-ps/sharepoint-online/Update-SPODataEncryptionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Updates customer encryption status for a geo tenant.
1818

1919
## SYNTAX
2020

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPSiteCollectionAdmin.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Position: Named
5555
Accept pipeline input: False
5656
```
5757
58+
## Outputs
59+
60+
### Microsoft.SharePoint.Client.User
61+
5862
## RELATED LINKS
5963
60-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
64+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

skype/skype-ps/skype/New-CsMediaConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Accept wildcard characters: False
314314
```
315315
316316
### -EnableRtpRtcpMultiplexing
317-
PARAMVALUE: $true | $false
317+
Enables or disables the use of RTP/RTCP Multiplexing, if enabled, when negotiating, only one candidate will be used for both RTP and RTCP.
318318
319319
```yaml
320320
Type: Boolean
@@ -346,7 +346,7 @@ Accept wildcard characters: False
346346
```
347347
348348
### -EnableVideoBasedSharing
349-
Use this parameter to enable video based sharing.
349+
Enables the use of Video Based Sharing, for more information, see [Video based Screen Sharing for Skype for Business Server](https://docs.microsoft.com/skypeforbusiness/manage/video-based-screen-sharing)
350350
351351
```yaml
352352
Type: Boolean

skype/skype-ps/skype/Set-CsMediaConfiguration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Accept wildcard characters: False
310310
```
311311

312312
### -EnableRtpRtcpMultiplexing
313-
PARAMVALUE: $true | $false
313+
Enables or disables the use of RTP/RTCP Multiplexing, if enabled, when negotiating, only one candidate will be used for both RTP and RTCP.
314314

315315
```yaml
316316
Type: Boolean
@@ -320,7 +320,7 @@ Applicable: Skype for Business Server 2015, Skype for Business Server 2019
320320
321321
Required: False
322322
Position: Named
323-
Default value: None
323+
Default value: True
324324
Accept pipeline input: False
325325
Accept wildcard characters: False
326326
```
@@ -342,7 +342,7 @@ Accept wildcard characters: False
342342
```
343343

344344
### -EnableVideoBasedSharing
345-
{{Fill EnableVideoBasedSharing Description}}
345+
Enables the use of Video Based Sharing, for more information, see [Video based Screen Sharing for Skype for Business Server](https://docs.microsoft.com/skypeforbusiness/manage/video-based-screen-sharing)
346346

347347
```yaml
348348
Type: Boolean

skype/skype-ps/skype/Set-CsTeamsUpgradePolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ Set-CsTeamsUpgradePolicy [-Tenant <Guid>] [-Description <String>] [-NotifySfbUse
3535

3636
## DESCRIPTION
3737

38+
**This cmdlet is only relevant for Skype for Business Server 2019. It does not apply for Skype for Business Online.**
39+
3840
In on-premises deployments of Skype for Business Server, TeamsUpgradePolicy enables administrators to control whether users see a notification of a pending upgrade to Teams in their Skype for Business client. The Set-CsTeamsUpgradePolicy lets the administrator modify an existing instance of TeamsUpgradePolicy for users homed in Skype for Business on-premises. Notifications are enabled by the boolean parameter NotifySfBUsers.
3941

4042
For users with Win32 versions of Skype for Business, if DownloadTeams=true in TeamsUpgradeConfiguration, users who are assigned an instance of TeamsUpgradePolicy with NotifySfBUsers=true will have Teams automatically downloaded in the background.
4143

4244
Notes:
4345
* Instances of TeamsUpgradePolicy created in on-premises will not apply to any users that are already homed online.
44-
* Office 365 already provides built-in instances of TeamsUpgradePolicy, so there is no New-CsTeamsUpgradePolicy cmdlet for the online environment by design.
46+
* Office 365 already provides built-in instances of TeamsUpgradePolicy, so there is no Set-CsTeamsUpgradePolicy cmdlet for the online environment by design.
4547

4648
## EXAMPLES
4749

skype/skype-ps/skype/Show-CsClsLogging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `Show-CsClsLogging` cmdlet returns information about all the scenarios curre
4545
Show-CsClsLogging
4646
```
4747

48-
The command shown in Example 1 returns information about the scenarios currently being logged on all the Computers in the topology.
48+
The command shown in Example 1 returns information about the scenarios currently being logged on the server where this cmdlet is run.
4949

5050

5151
### -------------------------- Example 2 --------------------------

0 commit comments

Comments
 (0)