Skip to main content

get AD user lockout info

Nov 18, 2022AustinLeath
Loading...

More PowerShell Posts

#Run powershell as admin and then use:
#Creation Time:
Get-ChildItem C:\testFile1.txt | % {$_.CreationTime = '01/11/2005 06:00:36'}
#Last modified:
Get-ChildItem C:\testFile1.txt | % {$_.LastWriteTime = '01/11/2005 06:01:36'}