-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-AutopilotDevice() - the issue with space(s) in the serial number #1
Comments
I've just updated to v3.7 which adds your fix. I've added some logic around it to it checks for spaces first. |
Hello Andrew,
|
Well spotted, added on 3.8 |
Hello Andrew,
I have dealt with the same issue recently (it is on Microsoft side) and since the trick with '[uri]::EscapeDataString($serial)' does not work unfortunately, the solution was to do it in two parts:
and then to filter the device with the exact serial number:
The text was updated successfully, but these errors were encountered: