PowerShell Az module: export and import offline
问题 I need to move PowerShell Az module from one machine to another offline (both machines have the same windows (10 Pro 1809), .net, powershell (5.1), etc versions) I can't use either Private PowerShellGet Repositories or MSI installer I run Save-Module -Name Az -Path 'C:\Users\kag\Documents\ps_modules' -RequiredVersion 3.7.0 -Force on "donor" machine and it gives me 50+ dirs exported: I copy all to "receiver" machine and running: Get-ChildItem "C:\Users\kag\Documents\ps_modules\*" -Recurse |