Change the dates

This commit is contained in:
Test
2021-10-13 10:26:00 +02:00
parent 1a5ba10e07
commit 8534b63f1f

View File

@@ -96,17 +96,17 @@ Clear-Host
#Get-UserMemberships $ADUser
$ADGroupName = "# Developer ADM"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-06-21 Developer ADM.txt"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-10-13 Developer ADM.txt"
$ADGroupName = "Domain Admins"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-06-21 Domain Admins.txt"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-10-13 Domain Admins.txt"
$ADGroupName = "# Developer"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-06-21 Developer.txt"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-10-13 Developer.txt"
$ADGroupName = "# Interne Automatisering Team-Assistent"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-06-21 Interne Automatisering Team-Assistent.txt"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-10-13 Interne Automatisering Team-Assistent.txt"
$ADGroupName = "# Interne Automatisering"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-06-21 Interne Automatisering.txt"
Get-AllMembershipsOfUsers $ADGroupName | Out-file "2021-10-13 Interne Automatisering.txt"