Skip to content

Commit 430aad3

Browse files
authored
Merge branch 'master' into patch-46
2 parents fff8706 + 7749760 commit 430aad3

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ Accept wildcard characters: False
489489

490490
### -CommentsOnSitePagesDisabled
491491

492-
PARAMVALUE: $true | $false
492+
Use this parameter to disable Comments section on Site Pages.
493+
The parameter can't be used for Groups Site Collections.
493494

494495
```yaml
495496
Type: Boolean

sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,6 @@ The following cmdlet references are for SharePoint Online.
399399

400400
{{Manually Enter Restore-SPODeletedSite Description Here}}
401401

402-
### [Revoke-SPObjectSecurity](Revoke-SPObjectSecurity.md)
403-
404-
{{Manually Enter Revoke-SPObjectSecurity Description Here}}
405-
406402
### [Revoke-SPOHubSiteRights](Revoke-SPOHubSiteRights.md)
407403

408404
{{Manually Enter Revoke-SPOHubSiteRights Description Here}}

sharepoint/sharepoint-ps/sharepoint-server/sharepoint-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,9 @@ Removes the trusted security token service object. Platform: SharePoint Server 2
22262226
#### [Remove-SPTrustedServiceTokenIssuer](Remove-SPTrustedServiceTokenIssuer.md)
22272227
Deletes the object that represents the farm trust. Platform: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019.
22282228

2229+
### [Revoke-SPObjectSecurity](Revoke-SPObjectSecurity.md)
2230+
Removes a security principal from a SPObjectSecurity object.
2231+
22292232
#### [Set-SPSecurityTokenServiceConfig](Set-SPSecurityTokenServiceConfig.md)
22302233
Updates the settings of the SharePoint security token service (STS) identity provider. Platform: SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019.
22312234

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignalingPort <Int32>] [-Fa
2424
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride] [-Identity <XdsGlobalRelativeIdentity>]
2525
[-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27-
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27+
[-OutboundTeamsNumberTranslationRules <String>] [-PidfloSupported <Boolean>] [-OutboundPSTNNumberTranslationRules <String>]
2828
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

@@ -372,6 +372,21 @@ Accept pipeline input: False
372372
Accept wildcard characters: False
373373
```
374374
375+
### -PidfloSupported
376+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the location details of the user.
377+
378+
```yaml
379+
Type: Boolean
380+
Parameter Sets: (All)
381+
Aliases:
382+
Applicable: Skype for Business Online
383+
Required: False
384+
Position: Named
385+
Default value: $false
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
375390
### -Tenant
376391
377392
```yaml

0 commit comments

Comments
 (0)