Skip to content

Commit

Permalink
Fix to issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
BaTarrY committed Aug 6, 2022
1 parent f27259a commit 704c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoxSitesInformation/Get-FoxSitesInformation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function Import-RequiredModules {
}

Clear-Host
$admin = invoke-RunAsAdmin | foreach-object {Write-Host "Verifying administrator rights: $_"}
$admin = invoke-RunAsAdmin | foreach-object {Write-Output "Verifying administrator rights: $_"}
if(-not $admin)
{
write-output -InputObject "Administrator rights are mandatory.`nPlease run again as Administrator."
Expand Down

0 comments on commit 704c2cc

Please sign in to comment.