-
Notifications
You must be signed in to change notification settings - Fork 153
Known Issues
Travis Plunk edited this page May 17, 2020
·
12 revisions
There is no -verb on the Start-Process cmdlet.
Due to known issues with the nano-server-insider,
you must specify -Scope CurrentUser when using Install-Module. Example:
Install-Module <ModuleName> -Scope CurrentUserPowerShell get uses an API to verify signing that is unavailable on nanoserver. You may have to run the command with the following paramaters to get certain modules to install:
Install-Module -Name Pester -Force -SkipPublisherCheck