Hi I am new to powershell and want a help in removing a registry entry.
I want to remove everything related to cisconac from HKLM in registry, this is what i have got so far but its not working :/
Get-ChildItem -Path HKLM:\ -Recurse -Include *ciscoNAC* -ErrorAction SilentlyContinue | Remove-Item
\m/