Added PMM and calendar scripts

This commit is contained in:
2024-07-23 11:03:12 +01:00
parent cd6b9b87cd
commit 6c306c19f7
6 changed files with 254 additions and 1 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ $Properties = @(
$AllUsers = Get-MgUser -All -Property $Properties | Select-Object -Property $Properties
#Export to CSV
$AllUsers | Export-Csv -Path "C:\Temp\PasswordChangeTimeStamp.csv" -NoTypeInformation
$AllUsers | Export-Csv -Path "PasswordChangeTimeStamp.csv" -NoTypeInformation