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
When pulling a REG_DWORD that has an Invalid 32-bit Value (i.e.: binary data) into Get-ItemProperty you receive a "Get-ItemProperty : Specified cast is not valid." error. To duplicate this bug, enter a REG_DWORD value in a registry entry. Then right click and choose Modify Binary Value... Then enter 01 00 00 00 07 00 00 00. Then run Get-ItemProperty on that registry path.
Edit: Tested in Powershell 3.0.0.0
The text was updated successfully, but these errors were encountered:
When pulling a REG_DWORD that has an Invalid 32-bit Value (i.e.: binary data) into Get-ItemProperty you receive a "Get-ItemProperty : Specified cast is not valid." error. To duplicate this bug, enter a REG_DWORD value in a registry entry. Then right click and choose Modify Binary Value... Then enter 01 00 00 00 07 00 00 00. Then run Get-ItemProperty on that registry path.
Edit: Tested in Powershell 3.0.0.0
The text was updated successfully, but these errors were encountered: