File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The following examples show how to use the Exchange Online PowerShell V2 module
43
43
- Connect using a local certificate:
44
44
45
45
``` 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"
47
47
```
48
48
49
49
- Connect using a certificate thumbprint:
@@ -200,7 +200,7 @@ Azure AD has more than 50 admin roles available. For app-only authentication in
200
200
- Security reader
201
201
- Security administrator
202
202
- Helpdesk administrator
203
- - Exchange Service administrator
203
+ - Exchange administrator
204
204
- Global Reader
205
205
206
206
1 . In the Azure AD portal under ** Manage Azure Active Directory** , click ** View** .
You can’t perform that action at this time.
0 commit comments