Skip to content

Commit 87b389c

Browse files
authored
Merge pull request MicrosoftDocs#6240 from tweekerz/master
Minor updates
2 parents 84203d2 + b2ac854 commit 87b389c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following examples show how to use the Exchange Online PowerShell V2 module
4343
- Connect using a local certificate:
4444

4545
```powershell
46-
Connect-ExchangeOnline -CertificateFilePath "C:\Users\johndoe\Desktop\automation-cert.pfx" -AppID "36ee4c6c-0812-40a2-b820-b22ebd02bce3" -Organization "contosoelectronics.onmicrosoft.com"
46+
Connect-ExchangeOnline -CertificateFilePath "C:\Users\johndoe\Desktop\automation-cert.pfx" -CertificatePassword (ConvertTo-SecureString -String "<My Password>" -AsPlainText -Force) -AppID "36ee4c6c-0812-40a2-b820-b22ebd02bce3" -Organization "contosoelectronics.onmicrosoft.com"
4747
```
4848

4949
- Connect using a certificate thumbprint:
@@ -200,7 +200,7 @@ Azure AD has more than 50 admin roles available. For app-only authentication in
200200
- Security reader
201201
- Security administrator
202202
- Helpdesk administrator
203-
- Exchange Service administrator
203+
- Exchange administrator
204204
- Global Reader
205205

206206
1. In the Azure AD portal under **Manage Azure Active Directory**, click **View**.

0 commit comments

Comments
 (0)