pluralsight / PS-AutoLab-Env

A PowerShell module for creating lab configurations using Lability and Desired State Configuration. Look at README.md for more information.
MIT License
269 stars 74 forks source link

Get-PSAutoLabSetting #248

Closed toddfarrjr closed 3 years ago

toddfarrjr commented 3 years ago

Get-PSAutolabsetting returns values for FreeSpaceGB and others with extra charaters '[92m' '[0m'

image

jdhitsolutions commented 3 years ago

If you are running this in the PowerShell ISE that is to be expected. Those are ANSI sequences that normally look like this in the regular console. But I think I can add something to detect if running in the ISE.

image