Daniel S. Potter

Results 2 issues of Daniel S. Potter

xipaddress will not assign a new ipv6 ip where dhcp is enabled. Error action is set to stop. If set to silentlycontinue the test-targetresource takes 30 seconds to complete. $GetNetIPAddressSplat...

bug
help wanted

I believe the api has changed. No port required and username/password in json format. $RestMethodParams = @{ 'Method' = 'Post' 'URI' = "$($URI)/rest/token" 'Body' = @{'username' = $Credentials.UserName; 'password' =...