Best Ways to Distribute PowerShell Modules in an Airgapped Domain

0
0
Asked By TechyGamer42 On

I'm working with airgapped systems and using PowerShell modules to generate mandatory reporting artifacts. The problem is that we have an offline PowerShell repository set up with OfflinePowerShellGet, but I need to install and update these modules on all computers within the domain. Right now, it's proving to be a challenge since doing it one by one on every machine isn't practical. I'm looking for better methods for distributing these modules so that I can push them from a server instead. Any suggestions would be really appreciated!

2 Answers

Answered By ModuleMaster98 On

One approach is to install the module on a file share and then add that file share location to your PSModulePath environment variable. You can configure this via Group Policy, which should streamline distribution across your network.

Answered By AdminWhiz77 On

Do you have access to admin shares like C$ on the target machines? If so, you might consider using centralized management tools like Azure Arc or MECM. Alternatively, tools like Ansible could help manage the installations if you're open to other automation methods.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.