Powershell – Writing Date formats – Regional Compatibility

I was working on a PowerShell script to pull users from the Active Directory based on a certain condition. I was able to pull the data very well and export it to an output CSVĀ file. But, the whenCreated Attribute which is natively pulled from AD is in the Format DD-MM-YY-HH-SS. When you send this csv […]

Read More Powershell – Writing Date formats – Regional Compatibility