Skip to content

Commit

Permalink
Update Connect-LMAccount.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevevillardi committed Dec 17, 2024
1 parent ada4e94 commit a7b0cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Public/Connect-LMAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ Function Connect-LMAccount {
}

If($DisableConsoleLogging.IsPresent) {
$InformationPreference = 'SilentlyContinue'
$Script:InformationPreference = 'SilentlyContinue'
}
Else {
$InformationPreference = 'Continue'
$Script:InformationPreference = 'Continue'
}

If ($UseCachedCredential -or $CachedAccountName) {
Expand Down

0 comments on commit a7b0cea

Please sign in to comment.