This script is intended to build the AD-Groups, by another script with a list of machine names, which will add a header and build a CSV file. The output is required to be a single line of information ...
$Global:SCCMFile = "C:\Temp\SCCM_Report_original.csv" $Global:SCCM_Mod1 = "C:\Temp\SCCM_Report_Edit1.csv" $Global:SCCM_Mod2 = "C:\Temp\SCCM_Report_Edit2.csv" $Global ...