Skip to content

Commit 850ccdf

Browse files
authored
Merge branch 'master' into skype-fix
2 parents 41ac8dd + aaa8041 commit 850ccdf

25 files changed

+269
-222
lines changed

.openpublishing.publish.config.json

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@
1212
"Conceptual": "Content",
1313
"ManagedReference": "Content",
1414
"RestApi": "Content",
15-
"AzurePsModulePage": "Content"
15+
"PowershellModule": "Content",
16+
"PowershellCmdlet": "Content"
1617
},
1718
"build_entry_point": "docs",
1819
"template_folder": "_themes",
1920
"version": 0,
20-
"customized_template_paths": [
21-
"_dependentPackages/azurecli.plugins/azurecli"
22-
],
2321
"customized_tasks": {
2422
"docset_prebuild": [
25-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
23+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
2624
]
2725
},
2826
"monikerPath": [
@@ -41,17 +39,15 @@
4139
"Conceptual": "Content",
4240
"ManagedReference": "Content",
4341
"RestApi": "Content",
44-
"AzurePsModulePage": "Content"
42+
"PowershellModule": "Content",
43+
"PowershellCmdlet": "Content"
4544
},
4645
"build_entry_point": "docs",
4746
"template_folder": "_themes",
4847
"version": 0,
49-
"customized_template_paths": [
50-
"_dependentPackages/azurecli.plugins/azurecli"
51-
],
5248
"customized_tasks": {
5349
"docset_prebuild": [
54-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
50+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
5551
]
5652
},
5753
"monikerPath": [
@@ -124,17 +120,15 @@
124120
"Conceptual": "Content",
125121
"ManagedReference": "Content",
126122
"RestApi": "Content",
127-
"AzurePsModulePage": "Content"
123+
"PowershellModule": "Content",
124+
"PowershellCmdlet": "Content"
128125
},
129126
"build_entry_point": "docs",
130127
"template_folder": "_themes",
131128
"version": 0,
132-
"customized_template_paths": [
133-
"_dependentPackages/azurecli.plugins/azurecli"
134-
],
135129
"customized_tasks": {
136130
"docset_prebuild": [
137-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
131+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
138132
]
139133
},
140134
"monikerPath": [
@@ -153,17 +147,15 @@
153147
"Conceptual": "Content",
154148
"ManagedReference": "Content",
155149
"RestApi": "Content",
156-
"AzurePsModulePage": "Content"
150+
"PowershellModule": "Content",
151+
"PowershellCmdlet": "Content"
157152
},
158153
"build_entry_point": "docs",
159154
"template_folder": "_themes",
160155
"version": 0,
161-
"customized_template_paths": [
162-
"_dependentPackages/azurecli.plugins/azurecli"
163-
],
164156
"customized_tasks": {
165157
"docset_prebuild": [
166-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
158+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
167159
]
168160
},
169161
"monikerPath": [
@@ -182,17 +174,15 @@
182174
"Conceptual": "Content",
183175
"ManagedReference": "Content",
184176
"RestApi": "Content",
185-
"AzurePsModulePage": "Content"
177+
"PowershellModule": "Content",
178+
"PowershellCmdlet": "Content"
186179
},
187180
"build_entry_point": "docs",
188181
"template_folder": "_themes",
189182
"version": 0,
190-
"customized_template_paths": [
191-
"_dependentPackages/azurecli.plugins/azurecli"
192-
],
193183
"customized_tasks": {
194184
"docset_prebuild": [
195-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
185+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
196186
]
197187
},
198188
"monikerPath": [

exchange/docfx.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
},
2929
{
3030
"files": [
31-
"**/*.md"
31+
"**/*.yml"
32+
],
33+
"exclude": [
34+
"toc.yml"
3235
],
3336
"src": "exchange-ps",
3437
"version": "exchange-ps",
@@ -85,7 +88,7 @@
8588
},
8689
"fileMetadata": {
8790
"apiPlatform": {
88-
"exchange-ps/exchange/**/*.md": [
91+
"exchange-ps/exchange/**/*.yml": [
8992
"powershell"
9093
]
9194
}

exchange/exchange-ps/exchange/Disable-MailUser.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ Accept wildcard characters: False
129129
```
130130
131131
### -IgnoreLegalHold
132-
**Note**: This parameter is not available or functional on users objects in Exchange Online.
133-
134132
The IgnoreLegalHold switch specifies whether to ignore the legal hold status of the user. When you disable or remove the user, the user's cloud-based mailbox that's on legal hold is also disabled or removed. You don't need to specify a value with this switch.
135133
136134
After you disable or remove a mailbox, you can't include it in a discovery search. When you disable a mailbox, the mailbox is disconnected from the user account. Disconnected mailboxes and removed mailboxes are permanently deleted from the mailbox database after the deleted mailbox retention period expires. However, you can also remove a mailbox and purge it immediately from the mailbox database. Check with your organization's legal or Human Resources department before you disable or remove a mailbox that's on legal hold.

exchange/exchange-ps/exchange/Disable-Mailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Accept wildcard characters: False
260260
```
261261
262262
### -IgnoreLegalHold
263-
**Note**: This parameter is not available or functional on users objects in Exchange Online.
263+
This parameter is available only in on-premises Exchange.
264264
265265
The IgnoreLegalHold switch specifies whether to ignore the legal hold status of the user. When you disable or remove the user, the user's cloud-based mailbox that's on legal hold is also disabled or removed. You don't need to specify a value with this switch.
266266
@@ -270,7 +270,7 @@ After you disable or remove a mailbox, you can't include it in a discovery searc
270270
Type: SwitchParameter
271271
Parameter Sets: (All)
272272
Aliases:
273-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
273+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
274274

275275
Required: False
276276
Position: Named

exchange/exchange-ps/exchange/Get-SiteMailbox.md

Lines changed: 42 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-sitemailbox
4-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
4+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
55
title: Get-SiteMailbox
66
schema: 2.0.0
77
author: chrisda
88
ms.author: chrisda
99
ms.reviewer:
10-
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
10+
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019 || exchonline-ps"
1111
---
1212

1313
# Get-SiteMailbox
1414

1515
## SYNOPSIS
16-
This cmdlet is available only in on-premises Exchange. Site mailboxes were removed from Exchange Online and SharePoint Online in 2017.
16+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
17+
18+
Site mailboxes were deprecated in Exchange Online and SharePoint Online in 2017. For more information, see [Deprecation of Site Mailboxes](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/deprecation-of-site-mailboxes/ba-p/93028).
1719

1820
Use the Get-SiteMailbox cmdlet to view information about site mailboxes. This cmdlet is primarily used by Microsoft SharePoint and Exchange to display information to users in the user interface. However, you may find it helpful for discovering information such as the site mailbox's owners, members, and lifecycle status.
1921

@@ -61,6 +63,34 @@ This example queries for site mailboxes that are marked for deletion and removes
6163

6264
## PARAMETERS
6365

66+
### -Identity
67+
The Identity parameter specifies the identity of the site mailbox. You can use any value that uniquely identifies the mailbox. For example:
68+
69+
- Name
70+
71+
- Alias
72+
73+
- Distinguished name (DN)
74+
75+
- Canonical DN
76+
77+
- Email address
78+
79+
- GUID
80+
81+
```yaml
82+
Type: RecipientIdParameter
83+
Parameter Sets: (All)
84+
Aliases:
85+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
86+
87+
Required: False
88+
Position: 1
89+
Default value: None
90+
Accept pipeline input: True
91+
Accept wildcard characters: False
92+
```
93+
6494
### -Anr
6595
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
6696
@@ -78,7 +108,7 @@ The Anr parameter specifies a string on which to perform an ambiguous name resol
78108
Type: String
79109
Parameter Sets: (All)
80110
Aliases:
81-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
111+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
82112

83113
Required: False
84114
Position: Named
@@ -96,7 +126,7 @@ If you run the command without this parameter, and you aren't a member or owner
96126
Type: SwitchParameter
97127
Parameter Sets: (All)
98128
Aliases:
99-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
129+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
100130

101131
Required: False
102132
Position: Named
@@ -106,6 +136,8 @@ Accept wildcard characters: False
106136
```
107137
108138
### -DeletedSiteMailbox
139+
This parameter is available only in on-premises Exchange.
140+
109141
The DeletedSiteMailbox switch returns site mailboxes that have been marked for pending deletion. You don't need to specify a value with this switch.
110142
111143
When the lifecycle application in SharePoint closes a site mailbox, the site mailbox is retained for the period specified in the lifecycle policy in the closed state. The mailbox can then be reactivated by an end user or by a SharePoint administrator. After the retention period, the Exchange site mailbox that's housed in the mailbox database will have its name prepended with MDEL: to indicate that it has been marked for deletion. To free storage space and the alias, use the Remove-Mailbox cmdlet to manually remove these site mailboxes from the mailbox database.
@@ -124,6 +156,8 @@ Accept wildcard characters: False
124156
```
125157
126158
### -DomainController
159+
This parameter is available only in on-premises Exchange.
160+
127161
The DomainController parameter specifies the ___domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the ___domain controller by its fully qualified ___domain name (FQDN). For example, dc01.contoso.com.
128162
129163
```yaml
@@ -139,35 +173,9 @@ Accept pipeline input: False
139173
Accept wildcard characters: False
140174
```
141175
142-
### -Identity
143-
The Identity parameter specifies the identity of the site mailbox. You can use any value that uniquely identifies the mailbox. For example:
144-
145-
- Name
146-
147-
- Alias
148-
149-
- Distinguished name (DN)
150-
151-
- Canonical DN
152-
153-
- Email address
154-
155-
- GUID
156-
157-
```yaml
158-
Type: RecipientIdParameter
159-
Parameter Sets: (All)
160-
Aliases:
161-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
162-
163-
Required: False
164-
Position: 1
165-
Default value: None
166-
Accept pipeline input: True
167-
Accept wildcard characters: False
168-
```
169-
170176
### -ReadFromDomainController
177+
This parameter is available only in on-premises Exchange.
178+
171179
The ReadFromDomainController switch specifies that information should be read from a ___domain controller in the user's ___domain. If you run the command Set-AdServerSettings -ViewEntireForest $true to include all objects in the forest and you don't use the ReadFromDomainController switch, it's possible that information will be read from a global catalog that has outdated information. When you use the ReadFromDomainController switch, multiple reads might be necessary to get the information. You don't have to specify a value with this switch.
172180
173181
By default, the recipient scope is set to the ___domain that hosts your Exchange servers.
@@ -192,7 +200,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
192200
Type: Unlimited
193201
Parameter Sets: (All)
194202
Aliases:
195-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
203+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
196204

197205
Required: False
198206
Position: Named

exchange/exchange-ps/exchange/Get-SiteMailboxDiagnostics.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-sitemailboxdiagnostics
4-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
4+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
55
title: Get-SiteMailboxDiagnostics
66
schema: 2.0.0
77
author: chrisda
88
ms.author: chrisda
99
ms.reviewer:
10-
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
10+
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019 || exchonline-ps"
1111
---
1212

1313
# Get-SiteMailboxDiagnostics
1414

1515
## SYNOPSIS
16-
This cmdlet is available only in on-premises Exchange. Site mailboxes were removed from Exchange Online and SharePoint Online in 2017.
16+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
17+
18+
Site mailboxes were deprecated in Exchange Online and SharePoint Online in 2017. For more information, see [Deprecation of Site Mailboxes](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/deprecation-of-site-mailboxes/ba-p/93028).
1719

1820
Use the Get-SiteMailboxDiagnostics cmdlet to view important event-related data for each site mailbox. This information can be used to troubleshoot site mailbox issues.
1921

@@ -71,7 +73,7 @@ The Identity parameter specifies the site mailbox that you want to view. You can
7173
Type: RecipientIdParameter
7274
Parameter Sets: (All)
7375
Aliases:
74-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
76+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
7577

7678
Required: True
7779
Position: 1
@@ -89,7 +91,7 @@ If you run the command without this parameter and you aren't a member or owner o
8991
Type: SwitchParameter
9092
Parameter Sets: (All)
9193
Aliases:
92-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
94+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
9395

9496
Required: False
9597
Position: Named
@@ -109,7 +111,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
109111
Type: SwitchParameter
110112
Parameter Sets: (All)
111113
Aliases: cf
112-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
114+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
113115

114116
Required: False
115117
Position: Named
@@ -125,7 +127,7 @@ The SendMeEmail switch specifies that the diagnostic information is sent to the
125127
Type: SwitchParameter
126128
Parameter Sets: (All)
127129
Aliases:
128-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
130+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
129131

130132
Required: False
131133
Position: Named
@@ -141,7 +143,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
141143
Type: SwitchParameter
142144
Parameter Sets: (All)
143145
Aliases: wi
144-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
146+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
145147

146148
Required: False
147149
Position: Named

0 commit comments

Comments
 (0)