Added GUI image

This commit is contained in:
dfrancis-adm
2019-07-15 12:44:13 -04:00
parent 69f3780f16
commit 39cafe680a
2 changed files with 2 additions and 0 deletions

BIN
Examples/ChocoRemoteGUI.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -10,4 +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)
```
![alt text](https://github.com/dfranciscus/Chocolatey-tools/Examples/ChocoRemoteGUI.JPG "Chocolatey GUI")