-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Area-InstallIssue-DiscussionPlace for discussion about issue/feature/etcPlace for discussion about issue/feature/etc
Description
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
Area-InstallIssue-DiscussionPlace for discussion about issue/feature/etcPlace for discussion about issue/feature/etc