The WindowsCompatibility module has been created for PowerShell Core to allow or simplify the use of Windows PowerShell modules and commands in PowerShell Core.
The module may be installed in PowerShell Core by running the command:
Install-Module WindowsCompatibility -Scope CurrentUser
The module is required for the following sections in which we'll explore its functionality.