Forum Discussion
NJKWork
Jun 15, 2021Copper Contributor
Join computer to domain with PowerShell 7
PowerShell 7 does not support the Add-Computer cmdlet and does not support WMI. I am assuming one needs to use CIM now to add a computer to a domain with PowerShell. Is that correct, or is there a ...
- Jul 09, 2021Sometimes the simple things are over-looked:
Import-Module Microsoft.PowerShell.Management -UseWindowsPowerShell -WarningAction SilentlyContinue
NJKWork
Jul 09, 2021Copper Contributor
Sometimes the simple things are over-looked:
Import-Module Microsoft.PowerShell.Management -UseWindowsPowerShell -WarningAction SilentlyContinue
Import-Module Microsoft.PowerShell.Management -UseWindowsPowerShell -WarningAction SilentlyContinue