OgJAkFy8 / DG_Readiness_Tool

split the original script into a Get / Set scripts and clean up the code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use -f operator

OgJAkFy8 opened this issue · comments

Use -f operator to clean up output and strings

Current - Log "isNXProtected= $isNXProtected "
Change To - Log ('isNXProtected= {0} ' -f $isNXProtected)