We’re currently upgrading to a new Wireless system and with that we’re pushing out the SSID through a GPO. However, we would like to remove the existing SSID/Profile from the sy
Have you tried:
Get-ItemProperty -Path $_.PSPath -Name "m_szSsid"
You also have $_.PSPath and also $_.PSParentPath, with this information, you should be able to use Remove-Item on the appropriate regkey
$_.PSPath
$_.PSParentPath
Remove-Item