Make pwsh show all messages
This commit is contained in:
parent
aaed1891bc
commit
3ab7bb9e64
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
||||||
Install-Module -AcceptLicense -Force "$module";
|
Install-Module -AcceptLicense -Force "$module";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$Global:DebugPreference = "Continue";
|
||||||
|
$Global:InformationPreference = "Continue";
|
||||||
|
$Global:VerbosePreference = "Continue";
|
||||||
|
|
Loading…
Reference in a new issue