You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/app-only-auth-powershell-v2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,14 +186,14 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
186
186
187
187
Create a self-signed x.509 certificate using one of the following methods:
188
188
189
-
- (Recommended) Use the [New-SelfSignedCertificate](https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate), [Export-Certificate](https://docs.microsoft.com/powershell/module/pkiclient/export-certificate) and [Export-PfxCertificate](https://docs.microsoft.com/powershell/module/pkiclient/export-pfxcertificate) cmdlets in an elevated (run as administrator) Windows PowerShell session to request a self-signed certificate and export it to `.cer` and `.pfx` (SHA1 by default).
189
+
- (Recommended) Use the [New-SelfSignedCertificate](https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate), [Export-Certificate](https://docs.microsoft.com/powershell/module/pkiclient/export-certificate) and [Export-PfxCertificate](https://docs.microsoft.com/powershell/module/pkiclient/export-pfxcertificate) cmdlets in an elevated (run as administrator) Windows PowerShell session to request a self-signed certificate and export it to `.cer` and `.pfx` (SHA1 by default). For example:
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online-powershell-v2.md
+51-23Lines changed: 51 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,29 +185,43 @@ The EXO V2 module is supported in the following versions of Windows:
185
185
186
186
### Install the EXO V2 module
187
187
188
-
To install the EXO V2 module for the first time, complete the following steps**in an elevated PowerShell window**:
188
+
To install the EXO V2 module for the first time, complete the following steps:
189
189
190
190
1. Install or update the PowerShellGet module as described in [Installing PowerShellGet](https://docs.microsoft.com/powershell/scripting/gallery/installing-psget).
191
191
192
-
2. Close and re-open the window.
192
+
2. Close and re-open the Windows PowerShell window.
193
193
194
194
3. Now you can use the **Install-Module** cmdlet to install the EXO V2 module from the PowerShell Gallery. Typically, you'll want the latest public version of the module, but you can also install a Preview version if one is available.
195
195
196
-
- To install **the latest public version** of the module, run the following command:
196
+
- To install **the latest public version** of the module, run **one** of the the following commands:
197
197
198
-
```powershell
199
-
Install-Module -Name ExchangeOnlineManagement
200
-
```
198
+
- In an elevated PowerShell window (all users):
201
199
202
-
Enter **Y** to accept the license agreement.
200
+
```powershell
201
+
Install-Module -Name ExchangeOnlineManagement
202
+
```
203
203
204
-
- To install **a Preview version** of the module, replace \<PreviewVersion\> with the necessary value, and run the following command:
2. You can use the **Update-Module** cmdlet **in an elevated PowerShell window** to update the EXO V2 module from the PowerShell Gallery. Typically, you'll want the latest public version of the module, but you can also upgrade to a Preview version if one is available.
238
+
2. You can use the **Update-Module** cmdlet to update the EXO V2 module from the PowerShell Gallery. Typically, you'll want the latest public version of the module, but you can also upgrade to a Preview version if one is available.
239
+
240
+
- To upgrade to **the latest public version** of the module, run **one** of the following commands based on how you originally installed the module (in an elevated PowerShell window vs. `Scope CurrentUser`):
- To upgrade to **the latest public version** of the module, run the following command:
254
+
- To upgrade to **a Preview version** of the module, replace \<PreviewVersion\> with the necessary value, and run **one** of the following commands based on how you originally installed the module (in an elevated PowerShell window vs. `Scope CurrentUser`):
The ExceptIfProcessingLimitExceeded parameter specifies an exception for the auto-labeling policy rule rule that looks for files where scanning couldn't complete. Valid values are:
409
+
The ExceptIfProcessingLimitExceeded parameter specifies an exception for the auto-labeling policy rule that looks for files where scanning couldn't complete. Valid values are:
410
410
411
411
- $true: Look for files where scanning couldn't complete.
412
412
- $false: Don't look for files where scanning couldn't complete.
The ExceptIfSenderIpRanges parameter specifies an exception for the auto-labeling policy rule rule that looks for senders whose IP addresses matches the specified value, or fall within the specified ranges. Valid values are:
444
+
The ExceptIfSenderIpRanges parameter specifies an exception for the auto-labeling policy rule that looks for senders whose IP addresses matches the specified value, or fall within the specified ranges. Valid values are:
445
445
446
446
- Single IP address: For example, 192.168.1.1.
447
447
- IP address range: For example, 192.168.0.1-192.168.0.254.
This parameter is available only in the cloud-based service.
1353
1353
1354
-
The NpsSurveysEnabled parameter specifies whether to enable or disable the Net Promoter Score (NPS) survey in Outlook on the web. The survey allows uses to rate Outlook on the web on a scale of 1 to 5, and to provide feedback and suggested improvements in free text. Valid values are:
1354
+
The NpsSurveysEnabled parameter specifies whether to enable or disable the Net Promoter Score (NPS) survey in Outlook on the web. The survey allows users to rate Outlook on the web on a scale of 1 to 5, and to provide feedback and suggested improvements in free text. Valid values are:
1355
1355
1356
1356
- $true: The NPS survey is available in Outlook on the web. This is the default value.
1357
1357
- $false: The NPS survey isn't available in Outlook on the web.
In file share migrations, use this parameter to migrate only the root folder's contents to the target.
606
+
607
+
```yaml
608
+
Type: SwitchParameter
609
+
Parameter Sets: (All)
610
+
Aliases:
611
+
612
+
Required: False
613
+
Position: Named
614
+
Default value: None
615
+
Accept pipeline input: False
616
+
Accept wildcard characters: False
617
+
```
618
+
604
619
### CommonParameters
605
620
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).
0 commit comments