You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-Error : The term 'Get-Error' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Fix
Replace all occurrences of Get-Error -Newest 1 with $error[0]
The text was updated successfully, but these errors were encountered:
VladDBA
changed the title
PSBlitz fails on Windows PowerShell due to Get-Error
The latest release of PSBlitz fails on Windows PowerShell due to Get-Error
Oct 30, 2023
VladDBA
changed the title
The latest release of PSBlitz fails on Windows PowerShell due to Get-Error
The 3.4.0 release of PSBlitz fails on Windows PowerShell due to Get-Error
Oct 31, 2023
Error message:
Fix
Replace all occurrences of
Get-Error -Newest 1
with$error[0]
The text was updated successfully, but these errors were encountered: