Skip to content

Have Discussion for Nanoserver Requiring Parameters for PSGet commands #312

@anamnavi

Description

@anamnavi

Currently there's a known issue in PowerShell-Docker for nanoserver subsystem where you have to specify -Scope CurrentUser and, for certain modules/cases, -SkipPublisherCheck for Install-Module. This is because the nanoserver API for the user subsystem that checks where to install has been disabled for nanoserver. The API is from the nanoserver side, but they half-removed/disabled the subsystem to switch user because nanoserver is intended for container use.

We could discuss adding a check for whether PSGet is being run on nanoserver and if so including these parameters onto the PSGet cmdlet, so that the user doesn't have to add it themselves.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions