Skip to content

Commit 69f6380

Browse files
authored
Merge branch 'master' into patch-1
2 parents 2b246e5 + 44c8272 commit 69f6380

File tree

68 files changed

+935
-1883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+935
-1883
lines changed

exchange/docs-conceptual/exchange-online/disable-access-to-exchange-online-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Enable or disable access to Exchange Online PowerShell"
33
ms.author: chrisda
44
author: chrisda
55
manager: serdars
6-
ms.date: 2/20/2018
6+
ms.date:
77
ms.audience: Admin
88
ms.topic: article
99
ms.service: exchange-online
@@ -59,7 +59,7 @@ $<VariableName> = <Get-Mailbox | Get-User> -ResultSize unlimited -Filter <Filter
5959
```
6060

6161
```
62-
$<VariableName> | foreach {Set-User -RemotePowerShellEnabled $false}
62+
$<VariableName> | foreach {Set-User -Identity $_.MicrosoftOnlineServicesID -RemotePowerShellEnabled $false}
6363
```
6464

6565
This example removes access to Exchange Online PowerShell for all users whose **Title** attribute contains the value "Sales Associate".
@@ -69,7 +69,7 @@ $DSA = Get-User -ResultSize unlimited -Filter {(RecipientType -eq 'UserMailbox')
6969
```
7070

7171
```
72-
$DSA | foreach {Set-User -RemotePowerShellEnabled $false}
72+
$DSA | foreach {Set-User -Identity $_.MicrosoftOnlineServicesID -RemotePowerShellEnabled $false}
7373
```
7474

7575
### Use a list of specific users
@@ -81,10 +81,10 @@ $<VariableName> = Get-Content <text file>
8181
```
8282

8383
```
84-
$<VariableName> | foreach {Set-User -RemotePowerShellEnabled $false}
84+
$<VariableName> | foreach {Set-User -Identity $_.MicrosoftOnlineServicesID -RemotePowerShellEnabled $false}
8585
```
8686

87-
This example uses the text file C:\My Documents\NoPowerShell.txt to identify the users by their email addresses. The text file must contain one email address on each line as follows:
87+
This example uses the text file C:\My Documents\NoPowerShell.txt to identify the users by their accounts. The text file must contain one account on each line as follows:
8888

8989
```
9090
@@ -99,7 +99,7 @@ $NPS = Get-Content "C:\My Documents\NoPowerShell.txt"
9999
```
100100

101101
```
102-
$NPS | foreach {Set-User -RemotePowerShellEnabled $false}
102+
$NPS | foreach {Set-User -Identity $_.MicrosoftOnlineServicesID -RemotePowerShellEnabled $false}
103103
```
104104

105105
## View the Exchange Online PowerShell access for users

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The recipient properties that have been *confirmed* to work with the _Recipien
4040

4141
- You can't use properties from other Active Directory schema extensions with the _RecipientFilter_ parameter.
4242

43-
- Not all recipient properties have a corresponding Active Directory property. The LDAP display name value in the table is "n/a" for these properties, which indicates that the property calculated (likely by Exchange).
43+
- Not all recipient properties have a corresponding Active Directory property. The LDAP display name value in the table is "n/a" for these properties, which indicates that the property is calculated (likely by Exchange).
4444

4545
- You typically use the object's name for properties that require a valid object value (for example, a mailbox, a distribution group, or an email address policy, but the property might also accept the object's distinguished name (DN) or globally unique identifier (GUID). To find the object's DN or GUID, use the **Get-** cmdlet that corresponds to the object's type (for example, `Get-EmailAddressPolicy | Format-List Name,DistinguishedName,GUID`).
4646

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The PhishThresholdLevel parameter specifies the tolerance level that's used by m
379379
380380
- 2: Aggressive
381381
382-
- 3: More agressive
382+
- 3: More aggressive
383383
384384
- 4: Most aggressive
385385

exchange/exchange-ps/exchange/client-access-servers/Set-OwaVirtualDirectory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ The LogonPageLightSelectionEnabled parameter specifies whether the Outlook on th
16511651
16521652
- $true: The option to use the light version of Outlook on the web is available on the sign-in page. This is the default value.
16531653
1654-
- $fase: The option to use the light version of Outlook on the web is available on the sign-in page.
1654+
- $false: The option to use the light version of Outlook on the web is available on the sign-in page.
16551655
16561656
This parameter is meaninful only for browsers that support the full version of Outlook on the web; unsupported browsers are always required to use the light version of Outlook on the web.
16571657
@@ -1672,7 +1672,7 @@ The LogonPagePublicPrivateSelectionEnabled parameter specifies whether the Outlo
16721672
16731673
- $true: The public/private computer session selection is available on the Outlook on the web sign-in page.
16741674
1675-
- $fase: The public/private computer session selection isn't available on the Outlook on the web sign-in page. All sessions are considered to be on private computers. This is the default value.
1675+
- $false: The public/private computer session selection isn't available on the Outlook on the web sign-in page. All sessions are considered to be on private computers. This is the default value.
16761676
16771677
By default in Exchange 2013 or later, all Outlook on the web sessions are considered to be on private computers. Users can only specify public computer sessions if you've set this parameter value to $false.
16781678

exchange/exchange-ps/exchange/mailboxes/Get-CalendarDiagnosticAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
### -LogLocation
121121
The LogLocation parameter specifies the location of the exported calendar items that you want to analyze. You can specify a local path, or a UNC path (\\\\\<Server\>\\\<Share\>\\\<User\>). If the value contains spaces, enclose the value in quotation marks (").
122122
123-
You export the calender items to .msg files by using the Get-CalendarDiagnosticLog cmdlet with the LogLocation parameter. If the path contains multiple .msg files, all of those files are analyzed when you run Get-CalendarDiagnosticAnalysis.
123+
You export the calendar items to .msg files by using the Get-CalendarDiagnosticLog cmdlet with the LogLocation parameter. If the path contains multiple .msg files, all of those files are analyzed when you run Get-CalendarDiagnosticAnalysis.
124124
125125
You can't use this parameter with the CalendarLogs parameter.
126126

exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Get-Mailbox [-Anr <String>]
4141
[-ResultSize <Unlimited>]
4242
[-SoftDeletedMailbox]
4343
[-SortBy <String>]
44-
[-SupervisoryReviewPolicy] [<CommonParameters>]
44+
[<CommonParameters>]
4545
```
4646

4747
### DatabaseSet
@@ -65,7 +65,7 @@ Get-Mailbox [-Database <DatabaseIdParameter>]
6565
[-RemoteArchive]
6666
[-ResultSize <Unlimited>]
6767
[-SortBy <String>]
68-
[-SupervisoryReviewPolicy] [<CommonParameters>]
68+
[<CommonParameters>]
6969
```
7070

7171
### Identity
@@ -92,7 +92,7 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
9292
[-ResultSize <Unlimited>]
9393
[-SoftDeletedMailbox]
9494
[-SortBy <String>]
95-
[-SupervisoryReviewPolicy] [<CommonParameters>]
95+
[<CommonParameters>]
9696
```
9797

9898
### ServerSet
@@ -116,7 +116,7 @@ Get-Mailbox [-Server <ServerIdParameter>]
116116
[-RemoteArchive]
117117
[-ResultSize <Unlimited>]
118118
[-SortBy <String>]
119-
[-SupervisoryReviewPolicy] [<CommonParameters>]
119+
[<CommonParameters>]
120120
```
121121

122122
### MailboxPlanSet
@@ -829,23 +829,6 @@ Accept pipeline input: False
829829
Accept wildcard characters: False
830830
```
831831
832-
### -SupervisoryReviewPolicy
833-
This parameter is available only in on-premises Exchange.
834-
835-
PARAMVALUE: SwitchParameter
836-
837-
```yaml
838-
Type: SwitchParameter
839-
Parameter Sets: AnrSet, DatabaseSet, Identity, ServerSet
840-
Aliases:
841-
Applicable: Exchange Server 2016, Exchange Server 2019
842-
Required: False
843-
Position: Named
844-
Default value: None
845-
Accept pipeline input: False
846-
Accept wildcard characters: False
847-
```
848-
849832
### CommonParameters
850833
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/p/?LinkID=113216).
851834

0 commit comments

Comments
 (0)