Update Demo-Start-ChocoRemoteMgmt.MD

This commit is contained in:
Dan Franciscus
2019-07-15 12:49:55 -04:00
committed by GitHub
parent 39cafe680a
commit 9e3cc4ed81

View File

@@ -10,6 +10,6 @@ Here I use Active Directory to get a list of all computers which will populate t
``` ```
Start-ChocoRemoteMgmt -ComputerName (Get-ADComputer -Filter * | Select-Object -ExpandProperty Name) -Packages (Get-ChocoSourcePackages -Packages myrepo1,myrepo2,myrepo3) Start-ChocoRemoteMgmt -ComputerName (Get-ADComputer -Filter * | Select-Object -ExpandProperty Name) -Packages (Get-ChocoSourcePackages -Packages myrepo1,myrepo2,myrepo3)
``` ```
![alt text](https://github.com/dfranciscus/Chocolatey-tools/Examples/ChocoRemoteGUI.JPG "Chocolatey GUI") ![Chocolatey GUI](https://github.com/dfranciscus/Chocolatey-tools/blob/master/Examples/ChocoRemoteGUI.JPG)