Skip to content

Known Issues

Travis Plunk edited this page May 17, 2020 · 12 revisions

Known Issues

PowerShell

Start-Process

There is no -verb on the Start-Process cmdlet.

NanoServer Release Notes

PowerShell Get

Only works with CurrentUser Scope

Due to known issues with the nano-server-insider, you must specify -Scope CurrentUser when using Install-Module. Example:

Install-Module <ModuleName> -Scope CurrentUser

May require -SkipPublisherCheck

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
Clone this wiki locally