ShalakaKshirsagar
ShalakaKshirsagar
Hi @ahaydon many thanks for the response. ===================================== $date = Get-Date $date = $date.AddDays(-$InactivityThreshold) $date = $date.ToString("yyyy-MM-dd") $time = Get-Date $time = $time.GetDateTimeFormats()[109] $inactive = $date + ' ' +...
Great !! Many thanks for the quick input. I tried both the suggested options.. However still no luck ! :( BEFORE removing, i am trying to print the UserId which...
Hello @ahaydon I am getting LastUsed value something like - "lastUsed":"2022-03-26T15:15:06.468Z" Do i need to convert this format ?
Hello @ahaydon , Below simple script is also not working.. seems its not executing for loop. Anything missing? $QSUsers=Get-QlikUser -filter "inactive eq true" -full foreach ($QSUser in $QSUsers){ #$c =...
Hello @levi-turner , Request you to let me knw if it can be achieved using command . Else it needs to be done in loop?
Hello @levi-turner , Request you to let me knw if it can be achieved using command . Else it needs to be done in loop?