PSADTK and Powershell core compatibility

Hi,

How PSADTK is compatible with Powershell Core?

thanks,

Hi,

I was also looking for future compatibility with PowerShell Core and stumbled upon this post.

At the moment whenever I use the toolkit I use Windows PowerShell instead of PowerShell because the AppDeployToolkitMain.ps1 module cannot be loaded as it uses Get-WmiObject.

Are there plans to replace the WMI cmdlets with CIM cmdlets in future?

Thanks!

Depends on how much we need to change. WMI -> CIM is an easy thing to handle. It’s more about other things like unmanaged code, wpf, COM objects … If they are all supported or we have another way to do it then yes.

1 Like