Skip to content

Commit cea55e2

Browse files
committed
Merge branch 'master' into chrisda
2 parents be044a7 + f253d45 commit cea55e2

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
102102
|_AssistantName_|_msExchAssistantName_|**Get-Contact** <br/> **Get-LinkedUser** <br/> **Get-User**|String (wildcards accepted) or `$null`|For example, `Get-User -Filter "AssistantName -like 'Julia*'"`.|
103103
|_AuditEnabled_|_msExchMailboxAuditEnable_|**Get-Mailbox**|Boolean (`$true` or `$false`)|For example, `Get-Mailbox -Filter 'AuditEnabled -eq $true'`.|
104104
|_AuditLogAgeLimit_|_msExchMailboxAuditLogAgeLimit_|**Get-Mailbox** <br/> **Get-UnifiedGroup**|A time span value: _dd.hh:mm:ss_ where _dd_ = days, _hh_ = hours, _mm_ = minutes, and _ss_ = seconds.|You can't use the _Filter_ parameter to look for time span values for this property. Instead, use this syntax: `Get-Mailbox | where "$_.AuditLogAgeLimit -<Operator> '<TimeSpan>'"`. For example, `Get-Mailbox | where "$_.AuditLogAgeLimit -gt '60.00:00:00'"`.|
105+
|_AuthenticationPolicy_|_msExchAuthPolicyLink_|**Get-User**|String (wildcards accepted) or `$null`|For example, `Get-User -Filter "AuthenticationPolicy -eq 'CN=Block Basic Auth,CN=Auth Policies,CN=Configuration,CN=contoso.onmicrosoft.com,CN=ConfigurationUnits,DC=NAMPR11B009,DC=PROD,DC=OUTLOOK,DC=COM'"`.|
105106
|_BlockedSendersHash_|_msExchBlockedSendersHash_|**Get-Recipient**|Blank ( `$null`) or a hashed value.|Realistically, you can only use this value to filter on blank or non-blank values. For example, `Get-Recipient -Filter 'BlockedSendersHash -ne $null'.`|
106107
|_c_|_c_|**Get-Contact** <br/> **Get-LinkedUser** <br/> **Get-Recipient** <br/> **Get-SecurityPrincipal** <br/> **Get-User**|String (wildcards accepted) or `$null`|This filter requires the ISO 3166-1 two-letter country code for the user (for example, `S` for the United States). This property is used together with the _co_ and _countryCode_ properties to define the user's country in Active Directory. <br/> For example, `Get-User -Filter "c -eq 'US'"`.|
107108
|_CalendarLoggingQuota_|_msExchCalendarLoggingQuota_|**Get-Mailbox**|A byte quantified size value (for example, `300MB` or `1.5GB`), or `Unlimited`. Unqualified values are treated as bytes.|You can only use the _Filter_ parameter to look for the value `Unlimited` for this property. For example, `Get-Mailbox -Filter "CalendarLoggingQuota -eq 'Unlimited'"` or `Get-Mailbox -Filter "CalendarLoggingQuota -ne 'Unlimited'"`. <br/> You can't use the _Filter_ parameter to look for size values of this property. Instead, use this syntax: `Get-Mailbox | where "$_.CalendarLoggingQuota -<Operator> '<Size>'"`. For example, `Get-Mailbox | where "$_.CalendarLoggingQuota -gt '10GB'"`.|

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/Set-SPOTenantContentTypeReplicationParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Tenant admin can use this cmdlet to select only some content types only for repl
5151
Set-SPOTenantContentTypeReplicationParameters -ReplicateAllContentTypes
5252
```
5353

54-
Tenant admin can also reset to replicate all the content types.
54+
Tenant admin can also reset to replicate all the content types.
5555

5656
## PARAMETERS
5757

5858
### -ReplicateAllContentTypes
5959

60-
{{Fill ReplicateAllContentTypes Description}}
60+
The ReplicateAllContentTypes parameter specifies whether all content types should be replicated.
6161

6262
```yaml
6363
Type: SwitchParameter

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-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/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)