Tag Archives: offline

Powershell: Install a nupkg module offline

Hi,

the powershell gallery offers a lot of modules for online installation. It’s also possible to download a nupkg file of that module and install it offline.
Continue reading Powershell: Install a nupkg module offline

Advertisment to support michlstechblog.info

Windows: Enable (WSL) Windows Subsystem for Linux

Hi,

these are the steps to enable WSL (2) on Windows 10 >= 2004.

Open Powershell with administrator permissions (right click) and install the features VirtualMachinePlatform and Microsoft-Windows-Subsystem-Linux.
Continue reading Windows: Enable (WSL) Windows Subsystem for Linux

Windows: Installing RSAT Tools Online or Offline

Hi,

for newer Windows 10 releases the RSAT tools can’t be downloaded anymore, you have to install them directly from the internet or you have downloaded the Windows 10 Feature on demand DVD.
Continue reading Windows: Installing RSAT Tools Online or Offline

Windows: Download appx packages from Microsoft Store (Example install the new Windows Terminal offline)

Hi,

the store itself does not have an option to download appx packages directly from the Windows store.
Continue reading Windows: Download appx packages from Microsoft Store (Example install the new Windows Terminal offline)

Powershell: Transfer Modules to an offline PC

Hi,

in these days powershell modules are often installed from a (NuGet) Repository and not by a Setup program.

In companies may exists computers which does not have an active internet connection.

But how to install the modules on these devices?
Continue reading Powershell: Transfer Modules to an offline PC