anycard94
anycard94
If you create a local PAS User using New-PASUser without specifying expiry date it creates user and has that has the value -62135578800. So, without any changes to Format-PASUserObject.ps1 it...
I must have something different going on with date time on my end. If I set expiry date to 1/1/1970 it returns value 18000 instead of 0. Creating user with...
The time I'm getting is UTC - I wrote a function long ago to convert: 
I am UTC -5 and came across the following KB "PVWA - Requests REST API converts the request's timeframe value to LocalTime instead of UTC time". This article is marked...
@pspete - I tried some modifications but probably not in the preferred way. It appears to give the correct results. Please feel free to copy / modify as needed. Created...