Added PMM and calendar scripts
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user