fix formatting
This commit is contained in:
@@ -34,7 +34,7 @@ function Get-AdminRoleUserLicense {
|
|||||||
|
|
||||||
begin {
|
begin {
|
||||||
if (-not $SkipGraphConnection) {
|
if (-not $SkipGraphConnection) {
|
||||||
Connect-MgGraph -Scopes "Directory.Read.All", "Domain.Read.All", "Policy.Read.All", "Organization.Read.All" -NoWelcome
|
Connect-MgGraph -Scopes "Directory.Read.All", "Domain.Read.All", "Policy.Read.All", "Organization.Read.All" | Out-Null
|
||||||
}
|
}
|
||||||
|
|
||||||
$adminRoleUsers = [System.Collections.ArrayList]::new()
|
$adminRoleUsers = [System.Collections.ArrayList]::new()
|
||||||
|
Reference in New Issue
Block a user