Skip to content

Commit

Permalink
Merge pull request #288 from microsoft/main
Browse files Browse the repository at this point in the history
Releasing fix for SetupAssist
  • Loading branch information
bill-long authored Mar 11, 2021
2 parents a84654c + dddbfa6 commit 3a0aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/SetupAssist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param(
[switch]$OtherWellKnownObjects
)

. $PSScriptRoot\Utils\ConvertFrom-Ldif.ps1
. .\Utils\ConvertFrom-Ldif.ps1

function IsAdministrator {
$ident = [System.Security.Principal.WindowsIdentity]::GetCurrent()
Expand Down

0 comments on commit 3a0aebf

Please sign in to comment.