-
Notifications
You must be signed in to change notification settings - Fork 155
Known Issues
Travis Plunk edited this page May 17, 2020
·
12 revisions
There is no -verb
on the Start-Process
cmdlet.
NanoServer is affected by changes to the user subsystem. See [known issues with nano-server][user-subsystem-issue].
Due to [known issues with the nano-server][user-subsystem-issue],
you must specify -Scope CurrentUser
when using Install-Module
. Example:
Install-Module <ModuleName> -Scope CurrentUser
PowerShell 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