Merged PR 24823: Change the dates

Change the dates
This commit is contained in:
Danny Smieja
2021-10-13 08:30:14 +00:00

View File

@@ -96,17 +96,17 @@ Clear-Host
#Get-UserMemberships $ADUser #Get-UserMemberships $ADUser
$ADGroupName = "# Developer ADM" $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" $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" $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" $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" $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"