Is there any way to run cmdlets with sudo? Sudo works for programs (so, ‘sudo whoami’ returns root), but something like sudo Update-Help returns ‘sudo: Update-Help: command not found’.
Have you tried the following?
sudo powershell update-help
Is there any way to run cmdlets with sudo? Sudo works for programs (so, ‘sudo whoami’ returns root), but something like sudo Update-Help returns ‘sudo: Update-Help: command not found’.
Have you tried the following?
sudo powershell update-help