Skip to content

Commit 4ac43a6

Browse files
authored
Merge branch 'master' into patch-4
2 parents ee507f1 + 98fb2f8 commit 4ac43a6

File tree

9 files changed

+108
-31
lines changed

9 files changed

+108
-31
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
9797
- Exchange administrator
9898
- Global Reader
9999

100+
> [!NOTE]
101+
> The Global administrator and Exchange administrator roles provide the necessary permissions for any Exchange-related tasks, including recipient management and protection features (anti-spam, anti-malware, etc). The Security administrator role doesn't not have the necessary permissions for these same Exchange-related tasks.
102+
100103
## Appendix
101104

102105
## Step 1: Register the application in Azure AD

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,13 @@ For detailed syntax and parameter information, see [Update-Module](/powershell/m
310310
- x64:
311311

312312
```powershell
313-
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Type DWord -Value '1'
313+
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Type DWord -Value '1'
314314
```
315315
316316
- x86
317317
318318
```powershell
319-
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Type DWord -Value '1'
319+
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Type DWord -Value '1'
320320
```
321321
322322
For more information, see [SchUseStrongCrypto](/dotnet/framework/network-programming/tls#schusestrongcrypto).

exchange/exchange-ps/exchange/Get-InboxRule.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ Accept wildcard characters: False
151151
```
152152

153153
### -IncludeHidden
154-
This parameter works only in on-premises Exchange.
155-
156154
The IncludeHidden switch specifies whether to include hidden Inbox rules in the results. You don't need to specify a value with this switch.
157155

158156
```yaml

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ Accept wildcard characters: False
10681068
### -MicrosoftOnlineServicesID
10691069
This parameter is available only in the cloud-based service.
10701070

1071-
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter only applies to objects in the cloud-based service. It isn't available for on-premises deployments.
1071+
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter applies only to objects in the cloud-based service and is used instead of the UserPrincipalName parameter. The MicrosoftOnlineServicesID parameter isn't available in on-premises deployments.
10721072

10731073
```yaml
10741074
Type: WindowsLiveId
@@ -1224,6 +1224,8 @@ This parameter is available only in on-premises Exchange.
12241224

12251225
The UserPrincipalName parameter specifies the logon name for the user account. The UPN uses an email address format: `username@domain`. Typically, the domain value is the domain where the user account resides.
12261226

1227+
In the cloud-based service, use the MicrosoftOnlineServicesID parameter instead.
1228+
12271229
```yaml
12281230
Type: String
12291231
Parameter Sets: User, Arbitration, AuditLog, RemoteArchive

exchange/exchange-ps/exchange/New-MailboxRepairRequest.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -95,37 +95,37 @@ This example creates a variable that identifies Ann Beebe's mailbox and then use
9595
### -CorruptionType
9696
The CorruptionType parameter specifies the type of corruption that you want to detect and repair. You can use the following values:
9797

98-
- AbandonedMoveDestination: Exchange 2016 or later, but only with the Database parameter, not the Mailbox parameter.
99-
- AggregateCounts: Aggregate counts on folders that aren't reflecting correct values.
100-
- BigFunnelMissingPOIs: Exchange 2016.
98+
- AbandonedMoveDestination\*: Exchange 2016 or later, but only with the Database parameter, not the Mailbox parameter.
99+
- AggregateCounts\*: Aggregate counts on folders that aren't reflecting correct values.
100+
- BigFunnelMissingPOIs\*: Exchange 2016.
101101
- BigFunnelPOI: Exchange 2019.
102-
- CleanupFilesFolder: Exchange 2016 or later.
103-
- CleanupGraphNodesWithPropertyError: Exchange 2016 or later.
104-
- CleanupOfficeGraphFolders: Exchange 2016 or later.
102+
- CleanupFilesFolder\*: Exchange 2016 or later.
103+
- CleanupGraphNodesWithPropertyError\*: Exchange 2016 or later.
104+
- CleanupOfficeGraphFolders\*: Exchange 2016 or later.
105105
- CleanupOfficeGraphSsc: Exchange 2016 or later.
106-
- CleanupOrphanedIndexes: Exchange 2016 or later.
107-
- CleanupTrendingAroundMe: Exchange 2016 or later.
108-
- CorruptJunkRule: Exchange 2013 or later.
109-
- CorruptSearchFolderCriteria: Exchange 2016 or later.
110-
- CorruptedPerUserData: Exchange 2016 or later.
111-
- DropAllLazyIndexes: Exchange 2013 or later.
112-
- EmptyFilesFolder: Exchange 2016 or later.
106+
- CleanupOrphanedIndexes\*: Exchange 2016 or later.
107+
- CleanupTrendingAroundMe\*: Exchange 2016 or later.
108+
- CorruptJunkRule\*: Exchange 2013 or later.
109+
- CorruptSearchFolderCriteria\*: Exchange 2016 or later.
110+
- CorruptedPerUserData\*: Exchange 2016 or later.
111+
- DropAllLazyIndexes\*: Exchange 2013 or later.
112+
- EmptyFilesFolder\*: Exchange 2016 or later.
113113
- Extension1: Exchange 2013 or later, but reserved for internal Microsoft use.
114114
- Extension2: Exchange 2013 or later, but reserved for internal Microsoft use.
115115
- Extension3: Exchange 2013 or later, but reserved for internal Microsoft use.
116116
- Extension4: Exchange 2013 or later, but reserved for internal Microsoft use.
117117
- Extension5: Exchange 2013 or later, but reserved for internal Microsoft use.
118-
- FocusedInboxCleanup: Exchange 2016 or later.
119-
- FolderACL: Exchange 2013 or later.
120-
- FolderView: Views on folders that aren't returning correct contents.
121-
- ImapId: Exchange 2013 or later.
122-
- LockedMoveTarget: Exchange 2013 or later, but only if the mailbox is locked.
118+
- FocusedInboxCleanup\*: Exchange 2016 or later.
119+
- FolderACL\*: Exchange 2013 or later.
120+
- FolderView\*: Views on folders that aren't returning correct contents.
121+
- ImapId\*: Exchange 2013 or later.
122+
- LockedMoveTarget\*: Exchange 2013 or later, but only if the mailbox is locked.
123123
- MessageId
124124
- MessagePtagCn
125125
- MissingSpecialFolders: Exchange 2013 or later.
126126
- OlcFolderCleanup: Exchange 2016 or later.
127127
- ProvisionedFolder: Provisioned folders that are incorrectly pointing into parent folders that aren't provisioned.
128-
- ReduceRedundantAI: Exchange 2016 or later, and only by itself.
128+
- ReduceRedundantAI\*: Exchange 2016 or later.
129129
- RemovePICWFolder: Exchange 2016 or later, but reserved for internal Microsoft use.
130130
- ReplState: Exchange 2013 or later.
131131
- RestrictionFolder: Exchange 2013 or later.
@@ -137,6 +137,8 @@ The CorruptionType parameter specifies the type of corruption that you want to d
137137

138138
You can specify multiple values separated by commas.
139139

140+
\* You can only use this value by itself.
141+
140142
```yaml
141143
Type: MailboxStoreCorruptionType[]
142144
Parameter Sets: (All)

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

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Returns the current rename job state of a SharePoint Online Site.
2424
Get-SPOSiteRenameState -Identity <SpoSitePipeBind> [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

27+
### ParentId
28+
29+
```powershell
30+
Get-SPOSiteRenameState -ParentOperationId <guid> [-State <RenameState>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
```
32+
2733
### RenameReport
2834

2935
```powershell
@@ -52,6 +58,15 @@ Get-SPOSiteRenameState -State InProgress
5258

5359
This example returns rename jobs that are in InProgress state.
5460

61+
### Example 3
62+
63+
```powershell
64+
$tenantRenameJobId = (Get-SPOTenantRenameStatus).RenameJobId
65+
Get-SPOSiteRenameState -ParentOperationId $tenantRenameJob
66+
```
67+
68+
This example returns rename jobs that were initiated by a tenant rename.
69+
5570
## PARAMETERS
5671

5772
### -Identity
@@ -70,15 +85,35 @@ Accept pipeline input: False
7085
Accept wildcard characters: False
7186
```
7287
88+
### -ParentOperationId
89+
90+
The parent operation id that initiated the site to be renamed. For example, the tenant rename job id.
91+
92+
```yaml
93+
Type: guid
94+
Parameter Sets: ParentId
95+
Aliases:
96+
Applicable: SharePoint Online
97+
Required: True
98+
Position: Named
99+
Default value: None
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
73104
### -State
74105
75106
The state of the rename job, possible values are
76107
77-
- Success
108+
- Queued
78109
79110
- InProgress
80111
81-
- Fail
112+
- Success
113+
114+
- Failed
115+
116+
- Suspended
82117
83118
```yaml
84119
Type: RenameState

skype/skype-ps/skype/New-CsDiagnosticsFilter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This cmdlet was introduced in Lync Server 2010.
2626
New-CsDiagnosticsFilter [-Enabled <Boolean>] [-ExcludeConferenceMessages <Boolean>]
2727
[-ExcludePresenceNotifications <Boolean>] [-ExcludeRegisterMessages <Boolean>] [-Fqdn <PSListModifier>]
2828
[-Uri <PSListModifier>] [-ExcludeSubscribeMessages <Boolean>] [-ExcludeSuccessfulRequests <Boolean>]
29+
[-ExcludeMidDialogRequests <Boolean>] [-ExcludeTypingNotifications <Boolean>]
2930
[<CommonParameters>]
3031
```
3132

@@ -53,7 +54,7 @@ After creating one of these virtual filters, you will then need to use either th
5354
## EXAMPLES
5455

5556

56-
### -------------------------- EXAMPLE 1 --------------------------
57+
### EXAMPLE 1
5758
```
5859
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com" -Enabled $False
5960
@@ -71,7 +72,7 @@ In this case, any existing values in the Filter property will be replaced by the
7172

7273

7374

74-
### -------------------------- EXAMPLE 2 --------------------------
75+
### EXAMPLE 2
7576
```
7677
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com","contoso.com" -Enabled $False
7778
@@ -235,6 +236,36 @@ Accept pipeline input: False
235236
Accept wildcard characters: False
236237
```
237238
239+
### -ExcludeMidDialogRequests
240+
If set to True, information about mid-dialog SIP requests will not be recorded in the log files.
241+
242+
```yaml
243+
Type: Boolean
244+
Parameter Sets: (All)
245+
Aliases:
246+
247+
Required: False
248+
Position: Named
249+
Default value: None
250+
Accept pipeline input: False
251+
Accept wildcard characters: False
252+
```
253+
254+
### -ExcludeTypingNotifications
255+
If set to True, information about typing notifications SIP messages will not be recorded in the log files.
256+
257+
```yaml
258+
Type: Boolean
259+
Parameter Sets: (All)
260+
Aliases:
261+
262+
Required: False
263+
Position: Named
264+
Default value: None
265+
Accept pipeline input: False
266+
Accept wildcard characters: False
267+
```
268+
238269
### CommonParameters
239270
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
240271

@@ -257,5 +288,3 @@ The New-CsDiagnosticsFilter cmdlet creates new instances of the Microsoft.Rtc.Ma
257288
[New-CsDiagnosticConfiguration](New-CsDiagnosticConfiguration.md)
258289

259290
[Set-CsDiagnosticConfiguration](Set-CsDiagnosticConfiguration.md)
260-
261-

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ PS C:\> Set-CsTeamsCallingPolicy -Identity Global -AllowPrivateCalling $true
4141

4242
Sets the value of the parameter AllowPrivateCalling, which controls whether or not users can leverage calling functionality in Microsoft Teams, in the global (default) tenant CallingPolicy.
4343

44+
### Example 2
45+
```
46+
PS C:\> Set-CsTeamsCallingPolicy -Identity HRPolicy -LiveCaptionsEnabledTypeForCalling disabled
47+
```
48+
49+
Sets the value of the parameter LiveCaptionsEnabledTypeForCalling, which controls whether real-time captions are available for the user in Teams calls, in a custom CallingPolicy called HRPolicy.
50+
4451
## PARAMETERS
4552

4653
### -AllowWebPSTNCalling
@@ -62,7 +69,7 @@ Accept wildcard characters: False
6269
Controls interop calling capabilities.
6370
Turning this on will allow Skype for Business users to have one-on-one calls with Teams users and vice-versa.
6471
65-
[!NOTE] This parameter is disabled.
72+
Note: This parameter is disabled.
6673
6774
```yaml
6875
Type: Boolean

teams/teams-ps/teams/New-Team.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ This example creates a team, adds three members to it, and creates three channel
8585
The MailNickName parameter specifies the alias for the associated Office 365 Group.
8686
This value will be used for the mail enabled object and will be used as PrimarySmtpAddress for this Office 365 Group.
8787
The value of the MailNickName parameter has to be unique across your tenant.
88+
Note: If Microsoft 365 groups naming policies are enabled in your tenant, this parameter is required and must also comply with the naming policy.
8889

8990
For more details about the naming conventions see here: [New-UnifiedGroup](https://docs.microsoft.com/powershell/module/exchange/new-unifiedgroup#parameters), Parameter: -Alias.
9091

0 commit comments

Comments
 (0)