MScholtes / PSVirtualDesktop

VirtualDesktop is a Powershell module that provides commandlets to manage virtual desktops of Windows 10.
MIT License
304 stars 18 forks source link

Is there an offline install? #31

Closed Skrell closed 1 year ago

Skrell commented 1 year ago

I see that you provide a link to a nupkg file but I'm not sure what to do with that? Is there a powershell command that can take a nupkg and install it?

MScholtes commented 1 year ago

Hello @Skrell,

Powershell provides the commandlet Install-Module for this:

Install-Module VirtualDesktop

will do the job.

Greetings

Markus

Skrell commented 1 year ago

I'm specifically looking for an OFFLINE install. Install-Module form what I understand goes out to the internet.

MScholtes commented 1 year ago

Hello @Skrell,

I updated the script version here: https://github.com/MScholtes/TechNet-Gallery

But there seem to be errors in the script for the August Preview Update of Windows 11.

Greetings

Markus

MScholtes commented 1 year ago

No further activities required