mkht

Results 23 comments of mkht

More information is needed. Are you using PDQDeploy? If so, what happens if you don't use it and just run the command? If possible, please show the entire code of...

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. Please try `Remove-WiFiProfile -ProfileName...

Is this what you're looking for? If you want to use try-catch to get the errors of the PowerShell command, you need the `-ErrorAction Stop` parameter. ```PowerShell try { Remove-WifiProfile...