The code to test for the DHCP powershell module current looks at the exception string when a call fails. This string is likely determined by the current culture settings, meaning the code will fail in non-English locals. I need to the find the HResult code for this error (vs different expected/okay errors) so we can test for that instead.
The code to test for the DHCP powershell module current looks at the exception string when a call fails. This string is likely determined by the current culture settings, meaning the code will fail in non-English locals. I need to the find the HResult code for this error (vs different expected/okay errors) so we can test for that instead.