TheJumpCloud / jumpcloud-ADMU

JumpCloud Active Directory Migration Utility - JCADMU
23 stars 7 forks source link

Replace the usage of the command line tool wmic with the equivalent powershell. #66

Closed willemkokke closed 2 years ago

willemkokke commented 2 years ago

the wmic command line tool is being removed in Windows 21H1

https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmic

This pull request replaces the one remaining wmic invocation with the equivalent powershell command.