Dicas diversas sobre TI, sistemas operacionais e networking
If you are using Remove-Item cmdlet use confirm switch like in below example
Remove-Item .\v.txt -Confirm:$false
As a system administrator, you can configure static routes using the ip route command. ...