
Joe Wiard
Comments
Recent activity by Joe Wiard
Sort by recent activity
-
I think I've come up with a script that does this. Here it is, for anyone with this same question. Hope it helps! $tempUser = Read-Host "Gimme a username: " $groupArray = @()$tempGroups = @() $grou...
-
Colby Bouma, thanks for that info! For some reason, I thought active directory info was gathered with PowerShell. Good to know. Yes, my goal was to get the same info with PowerShell, and I think I'...