Skip to content

Commit bd6b3d3

Browse files
authored
Merge pull request #55 from it-pro-berlin-de/master
Changed 'principle' to 'principal' in readme.md
2 parents 2b9d6c8 + f9ca05c commit bd6b3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Import-Module "C:\AzureADAssessment\AzureADAssessmentPortable.psm1"
6666
Invoke-AADAssessmentHybridDataCollection
6767
```
6868

69-
### I want to use a service principle identity to run the assessment instead of a user identity
69+
### I want to use a service principal identity to run the assessment instead of a user identity
7070
```PowerShell
71-
## If you prefer to use your own app registration (service principle) for automation purposes, you may connect using your own ClientId and Certificate like the example below. Your app registration should include Directory.Read.All and Policy.Read.All permissions to MS Graph for a complete assessment. Once added, ensure you have completed admin consent on the service principal for those application permissions.
71+
## If you prefer to use your own app registration (service principal) for automation purposes, you may connect using your own ClientId and Certificate like the example below. Your app registration should include Directory.Read.All and Policy.Read.All permissions to MS Graph for a complete assessment. Once added, ensure you have completed admin consent on the service principal for those application permissions.
7272
Connect-AADAssessment -ClientId <ClientId> -ClientCertificate (Get-Item 'Cert:\CurrentUser\My\<Thumbprint>') -TenantId <TenantId>
7373
7474
## If you would like to specify a different directory, use the OutputDirectory parameter.

0 commit comments

Comments
 (0)