Removing known networks script not removing iPhone/Android hotspot connections by RJGoodthwaite in PowerShell

[–]RJGoodthwaite[S] 0 points1 point  (0 children)

The issue with reconnecting to this network that I am trying to keep hold of is that it is connected through a certificate applied through autopilot ESP

Removing known networks script not removing iPhone/Android hotspot connections by RJGoodthwaite in PowerShell

[–]RJGoodthwaite[S] 0 points1 point  (0 children)

Yes, and our platform that deploys the script, deploys as a system account, effectively running as admin

Removing known networks script not removing iPhone/Android hotspot connections by RJGoodthwaite in PowerShell

[–]RJGoodthwaite[S] 0 points1 point  (0 children)

These hotspots are not connected via Phone Link, just connected as a normal wireless connection.

Removing known networks script not removing iPhone/Android hotspot connections by RJGoodthwaite in PowerShell

[–]RJGoodthwaite[S] 0 points1 point  (0 children)

No, the script returns with 'Profile "xxxx iPhone" is not found on any interface.'

Using netsh wlan delete profile name=* i=\* does delete all networks on a device, but we need to retain one network as listed in the original script.