New-PsuEndpoint Timeout Parameter disparity

The documentation on this site for PSU Endpoint creation claims the New-PsuEndpoint cmdlet’s “Timeout” parameter is in minutes while the github help text on this same cmdlet claims milliseconds. Can this be cleared up?

It’s in seconds. I’ll make sure we get the cmdlet help fixed.

if (!asyncResult.AsyncWaitHandle.WaitOne(endpoint.Timeout * 1000))
1 Like