rras
1 Topicdisconnect-vpnuser error. (Powershell, RRAS)
Hello, I'm trying to disconnect a user from a RRAS VPN Server with the below PowerShell command: disconnect-vpnuser -username domain\username However, I get the below error when the command is run. The user is definitely connected to the VPN. Has anyone got a remedy for the below error when running disconnect-vpnuser: disconnect-vpnuser : User domain\username cannot be disconnected. At line:1 char:1 + disconnect-vpnuser -UserName domain\username + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (domain\username:root/Microsoft/...ces s/PS_VpnUser) [Disconnect-VpnUser], CimException + FullyQualifiedErrorId : REMOTEACCESS 200,Disconnect-VpnUser3KViews0likes9Comments