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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ROBOTS: NOINDEX, NOFOLLOW
17
17
description: "Learn about using the Exchange Online V2 module in scripts and other long-running tasks with Modern Authentication and app-only authentication."
18
18
---
19
19
20
-
# App-only authentication in the EXO V2 module
20
+
# App-only authentication for unattended scripts in the EXO V2 module
21
21
22
22
> [!NOTE]
23
23
> This feature is currently in Public Preview, and is available in the Preview release of Exchange Online PowerShell V2 Module.
Auditing and reporting scenarios in Exchange Online often involve scripts that run unattended. In most cases, these unattended scripts access Exchange Online PowerShell using Basic authentication (a username and password). Even when the connection to Exchange Online PowerShell uses Modern authentication, the credentials are stored in a local file or a secret vault that's access at run-time.
@@ -43,13 +43,13 @@ The following examples show how to use the Exchange Online PowerShell V2 module
When you use the _CertificateThumbPrint_ parameter, the certificate needs to be installed on the computer where you are running the command. The certificate should be installed in the user certificate store.
@@ -103,7 +103,7 @@ For a detailed visual flow bout creating applications in Azure AD, see <https://
This parameter is avaialble only in the cloud-based service.
1337
1337
1338
-
The NPSMailboxPolicy 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:
1338
+
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:
1339
1339
1340
1340
- $true: The NPS survey is available in Outlook on the web. This is the default value.
1341
1341
1342
1342
- $false: The NPS survey isn't available in Outlook on the web.
0 commit comments