You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our policy we default the checkout time for password to 2 hours, but requester have the ability to change it up to 10 hours.
We have a lot of users that user PowerShell to get the password, and then use it programmatically in their daily work.
They are asking if there is a possibility to change the checkout time in the request, but I do not see that in the request as an optional parameter.
Can we add that? Maybe a -Duration parameter that can be set in hours or something
Could also be a good use if the default is maybe 10 hours, and they only need it for 1 hour.
The text was updated successfully, but these errors were encountered:
@dukkse77 The -RequestedDurationDays, -RequestedDurationHours, and -RequestedDurationMinutes parameters of the New-SafeguardAccessRequest command will allow you to create the request with a non-default duration. To create a password request for 10 hours:
In our policy we default the checkout time for password to 2 hours, but requester have the ability to change it up to 10 hours.
We have a lot of users that user PowerShell to get the password, and then use it programmatically in their daily work.
They are asking if there is a possibility to change the checkout time in the request, but I do not see that in the request as an optional parameter.
Can we add that? Maybe a -Duration parameter that can be set in hours or something
Could also be a good use if the default is maybe 10 hours, and they only need it for 1 hour.
The text was updated successfully, but these errors were encountered: