Stretching my legs yet again in the MS world using powershell...
This time, I need to find all the computers in the Thick OU that are not members of WSUS groups!
{codecitation}Get-QADComputer -searchroot "ccs.local/3_workstations/thick" -NotMemberOf "KDC_WSUS_WKS", "FHH_WSUS_WKS",…