Set-Item WSMan:\localhost\client\TrustedHosts -value wget https://github.com/MSFTOSSMgmt/WPSDSCLinux/releases/download/v1.0.0-CTP/PSDSCLinux.tar.gz /opt/omi-1.0.8/bin/omiserver -d Get-DSCResource -name nx* $Cred = Get-Credential -Username: "root" -Message: " Please use root"; $Opt = New-CimSessionOption -UseSSL:$True -SkipCACheck:$True -SkipCNCheck:$True -SkipRevocationCheck:$True; $LinuxServer = New-CimSession -Credential:$Cred -ComputerName: centos -Port:5986 -Authentication:Basic -SessionOp-tion:$Opt; Start-DscConfiguration -CimSession:$LinuxServer -Path:"C:\udat\LinuxConfigs" -Verbose -Wait ; Get-DscResource -Name nxUser | Select -ExpandProperty Properties