garytown icon indicating copy to clipboard operation
garytown copied to clipboard

GaryTown Scripts, Downloads, Etc

Results 4 garytown issues
Sort by recently updated
recently updated
newest added

Hi Gary, CVE-2023-24932 remediation has some new steps after the April updates: https://support.microsoft.com/en-us/topic/kb5025885-how-to-manage-the-windows-boot-manager-revocations-for-secure-boot-changes-associated-with-cve-2023-24932-41a975df-beb2-40c1-99a3-b3ff139f832d The remediation script looks like it will need an update. Thank you for your work in the...

``` Function Install-HPIA{ [CmdletBinding()] Param ( [Parameter(Mandatory=$false)] $HPIAInstallPath = "$env:ProgramFiles\HP\HPIA\bin" ) ``` Error when running: `Install-HPIA : Cannot bind argument to parameter 'HPIAInstallPath' because it is null.` Manually setting the...

…before Stop-Transcript Adding check for Stop-Transcript throwing error when transcript was not started.

The “non-interactive” user interface is NOT displayed on the HP Essential Dock. As far as I know, the script is executed as a system and therefore the window is not...