-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error when using Remove-WiFiProfile #29
Comments
More information is needed. |
I was using "Remote Command" from PDQ Inventory. If I do it manually, it works. I was HOPING to use this module to better control Wi-Fi profiles on our teacher laptops. I understand if it's something that you can't make work through PDQ or don't have the time to try. Thanks! |
I've never used PDQ Inventory so I don't know exactly what it is, but the error message suggests that the confirm prompt may be the problem. |
No worries, had a read the error closer I would have seen that LOL. Suppressing the confirmation works, thanks!! I guess I didn't try it manually to know that there was a confirmation |
Are you going to close this issue @Brodieman? |
Using command:
Remove-WiFiProfile -ProfileName <SSID>
Return code: -37104
Remove-WiFiProfile : Exception calling "ShouldProcess" with "1" argument(s): "Windows PowerShell is in NonInteractive
mode. Read and Prompt functionality is not available."
At C:\WINDOWS\AdminArsenal\PDQInventoryRemoteCommand\service-1\exec\command.ps1:3 char:1
The text was updated successfully, but these errors were encountered: