This document is intended to list the compatibility state with PowerShell 6 of the most used or popular modules.
The data is based on the user's experience or official announcements. Thus feel free to update this document or to add a comment when you find a new compatible version or a compatibility issue.
- How to configure computer delegation with PowerShell - Mon, Jul 23 2018
- Save on Azure costs for testing and training - Wed, Jun 6 2018
- Clean up orphaned Foreign Security Principals - Fri, Oct 20 2017
Data guidelines
Modules eligible to be listed in the table
Only Microsoft native modules or popular third party modules for the Windows platform are intended to be listed here.
Native modules are those shipped directly with an operating system, like the ActiveDirectory module.
Other modules must be officially published on PowerShellGallery.
A popular module has at least a few thousand downloads.
You can check the popularity of a module directly on PowerShellGallery.
Compatibility
The compatibility is established on the Windows platform and between:
- The latest generally available version of PowerShell 6.x.
- The latest version of the concerned module
The compatibility status can be:
- Native which means the module is natively compatible without the need of using the WindowsCompatibility module
- Compatibility module which means the module is compatible only via the WindowsCompatibility module
- Not compatible
The "Other information" column
This column is intended to provide information about the compatibility:
Subscribe to 4sysops newsletter!
- Github link about compatibility issues
- Official compatibility announcement
- Other useful information about the compatibility
Compatibility matrix
Module | Module version | Compatibility with PowerShell 6 | Other information |
---|---|---|---|
Az (Replaces AzureRM) | 0.7.0 | Native | Azure PowerShell – Cross-platform "Az" module replacing "AzureRM" |
ActiveDirectory | Compatibility module | ||
VMware.PowerCLI | 11.0.0.10380590 | Not compatible | Compatibility Matrixes for VMware PowerCLI 10.0.0 |
PSPKI | 3.4.1.0 | Not compatible | |
PSWindowsUpdate | 2.3.1.6 | Compatibility module |
@luke, great topic for the wiki! You received 150 member points.
Isn’t PowerCLI from VMware?
Yes it is from VMware.
VMware.PowerCLI is the official name on the PowerShell Gallery.
According to the official document, this module is compatible with PowerShell 6 on MacOS and Ubuntu, but unfortunately not yet on Windows.
Ah I misread the text. I thought you only wanted to list Microsoft modules. Interesting that a VMware module works first on macOS and Ubuntu and not Windows.
I have updated the first phrase of the paragraph defining eligible modules in order to be more clear.
DELL and HP are also providing interesting popular modules which could be evaluated.