$PSVersionTable.PSVersion --> >=5
And then, you need to enable WMI and remoting, which can be done in single step by below command.
Enable-PSRemoting -SkipNetworkProfileCheck -Force
check that using --> enter-pssession -ComputerName localhost
Powershell modules required:
PSDesiredStateConfiguration(get-command -module PSDesiredStateConfiguration)
Built-in DSC resources
No comments:
Post a Comment