anycard94

Results 5 comments of 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: ![image](https://github.com/pspete/psPAS/assets/169183501/983c2693-df03-456f-bd43-c0e4c9e58bd2)

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...