Powershell + Get users from specified groups
$Groups = “ip”,”team”,”Managment”,”mott”
ForEach ($Group in $Groups) {
write-host “#”
write-host “Group:” $Group
write-host “===============================”
$gr = Get-ADGroupMember -identity $group
echo $gr.name
write-host “===============================”
}
Gitlab + Change the notification for new users IPSEC + multilpe networks
Comments are currently closed.