Skip to content

Commit 657a632

Browse files
authored
Merge branch 'master' into patch-3
2 parents b98f965 + adb219e commit 657a632

File tree

5 files changed

+181
-3
lines changed

5 files changed

+181
-3
lines changed

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Set-MailboxDatabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ The DataMoveReplicationConstraint parameter specifies the throttling behavior fo
268268
269269
- None: Moves shouldn't be throttled to ensure high availability. Use this setting if the database isn't part of a database availability group (DAG).
270270
271-
- AllCopies (Exchange 2010 only): If the database is replicated, all passive mailbox database copies must have the most recent changes synchronized.
271+
- AllCopies (Exchange 2013 or earlier): If the database is replicated, all passive mailbox database copies must have the most recent changes synchronized.
272272
273-
- AllDatacenters (Exchange 2010 only): If the database is replicated to multiple Active Directory sites, at least one passive mailbox database copy in each site must have the most recent changes replicated.
273+
- AllDatacenters (Exchange 2013 or earlier): If the database is replicated to multiple Active Directory sites, at least one passive mailbox database copy in each site must have the most recent changes replicated.
274274
275275
- CINoReplication (Exchange 2013 or later): Moves shouldn't be throttled to ensure high availability, but the content indexing service must be up to date.
276276

exchange/exchange-ps/exchange/mailboxes/Remove-MailboxUserConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3232
Remove-MailboxUserConfiguration -Mailbox [email protected] -Identity Configuration\IPM.Configuration.Aggregated.OwaUserConfiguration
3333
```
3434

35-
This example removes the specified user configuration item from the mailbox lila@contoso.com.
35+
This example removes the specified user configuration item from the mailbox julia@contoso.com.
3636

3737
## PARAMETERS
3838

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
external help file: sharepointonline.xml
3+
applicable: SharePoint Online
4+
title: Get-SPOOrgNewsSite
5+
schema: 2.0.0
6+
author: antonlabunets
7+
ms.author: antonla
8+
---
9+
10+
# Get-SPOOrgNewsSite
11+
12+
## SYNOPSIS
13+
Lists URLs of all the configured organizational news sites. Requires Tenant administrator permissions.
14+
15+
16+
## SYNTAX
17+
18+
```powershell
19+
Get-SPOOrgNewsSite [<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
Lists URLs of all the organizational authoritative news sites.
24+
25+
26+
## EXAMPLES
27+
28+
### EXAMPLE 1
29+
```powershell
30+
Get-SPOOrgNewsSite
31+
```
32+
33+
The example returns a list of organizational news sites from the Tenant.
34+
35+
36+
## PARAMETERS
37+
38+
### CommonParameters
39+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
40+
41+
## INPUTS
42+
43+
### None
44+
45+
## OUTPUTS
46+
47+
### System.Object
48+
49+
## NOTES
50+
51+
## RELATED LINKS
52+
[Set-SPOOrgNewsSite](Set-SPOOrgNewsSite.md)
53+
54+
[Remove-SPOOrgNewsSite](Remove-SPOOrgNewsSite.md)
55+
56+
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
external help file: sharepointonline.xml
3+
applicable: SharePoint Online
4+
title: Remove-SPOOrgNewsSite
5+
schema: 2.0.0
6+
author: antonlabunets
7+
ms.author: antonla
8+
---
9+
10+
# Remove-SPOOrgNewsSite
11+
12+
## SYNOPSIS
13+
Removes a given site from the list of organizational news sites based on its URL in your Sharepoint Online Tenant
14+
15+
16+
## SYNTAX
17+
18+
```powershell
19+
Remove-SPOOrgNewsSite -OrgNewsSiteUrl <String> [<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
This cmdlet will remove a site from list of organizational news sites based on its URL.
24+
25+
26+
## EXAMPLES
27+
28+
### EXAMPLE 1
29+
```powershell
30+
Remove-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing
31+
```
32+
33+
This example removes https://contoso.sharepoint.com/sites/Marketing from the list of organizational news sites.
34+
35+
36+
## PARAMETERS
37+
38+
### -OrgNewsSiteUrl
39+
40+
The URL of a site to be marked as an organizational news site.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
Applicable: SharePoint Online
47+
48+
Required: True
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
55+
### CommonParameters
56+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
57+
58+
## RELATED LINKS
59+
[Get-SPOOrgNewsSite](Get-SPOOrgNewsSite.md)
60+
61+
[Set-SPOOrgNewsSite](Set-SPOOrgNewsSite.md)
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
external help file: sharepointonline.xml
3+
applicable: SharePoint Online
4+
title: Set-SPOOrgNewsSite
5+
schema: 2.0.0
6+
author: antonlabunets
7+
ms.author: antonla
8+
---
9+
10+
# Set-SPOOrgNewsSite
11+
12+
## SYNOPSIS
13+
Marks a site as one of multile possible tenant's organizational news sites. Requires Tenant administrator permissions.
14+
15+
## SYNTAX
16+
17+
```powershell
18+
Set-SPOOrgNewsSite -OrgNewsSiteUrl <string>
19+
[<CommonParameters>]
20+
```
21+
22+
## DESCRIPTION
23+
Use this cmdlet to mark a site as an organizational authoritative news site. Such sites get primary treatment in the SharePoint user interface.
24+
25+
If a site with specified URL doesn’t exist, this cmdlet returns a “File not found” error.
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
31+
```powershell
32+
Set-SPOOrgNewsSite -OrgNewsSiteUrl https://contoso.sharepoint.com/sites/Marketing
33+
```
34+
35+
This example marks https://contoso.sharepoint.com/sites/Marketing as an organizational news site.
36+
37+
## PARAMETERS
38+
39+
### -OrgNewsSiteUrl
40+
41+
The URL of a site to be marked as an organizational news site.
42+
43+
```yaml
44+
Type: String
45+
Parameter Sets: (All)
46+
Aliases:
47+
Applicable: SharePoint Online
48+
49+
Required: True
50+
Position: Named
51+
Default value: None
52+
Accept pipeline input: False
53+
Accept wildcard characters: False
54+
```
55+
56+
57+
## RELATED LINKS
58+
59+
[Remove-SPOOrgNewsSite](Remove-SPOOrgNewsSite.md)
60+
61+
[Get-SPOOrgNewsSite](Get-SPOOrgNewsSite.md)

0 commit comments

Comments
 (0)