Skatterbrainz / CMHealthCheck

ConfigMgr Health Check Reporting PowerShell functions
MIT License
32 stars 11 forks source link

Convert Base64 Image crashes on PowerShell 7 #59

Closed Skatterbrainz closed 4 years ago

Skatterbrainz commented 4 years ago

The function crashes on Export-CMHealthCheck because (Get-Content $Path -Encoding Byte) is invalid. PowerShell 7 doesn't support Byte as an encoding type. Use -AsByteStream instead.

Skatterbrainz commented 4 years ago

Fixed in 1.0.24