install module remote machine

  • SCCM

    install module on remote machine

    use this script to install powershell module on remote machine $s = 'server1' [Net.ServicePointManager]::SecurityProtocol += [Net.SecurityProtocolType]::Tls12 Enter-PSSession -ComputerName $c invoke-command…

    Read More »
Back to top button