Hi all,
To delete an user, I have to enter the command 'conf t' but this one is not taken into account
Bellow my script :
import-module SSH-Sessions
new-sshsession X.X.X.X -username xxxx -password xxxxx
Invoke-Sshcommand X.X.X.X -command 'conf t | no username yyyy'
Can you help me please ?
Thanks.