From 9e3cc4ed81817b24aaf329b57c3f7c6c99229cd6 Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Mon, 15 Jul 2019 12:49:55 -0400 Subject: [PATCH] Update Demo-Start-ChocoRemoteMgmt.MD --- Examples/Demo-Start-ChocoRemoteMgmt.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Demo-Start-ChocoRemoteMgmt.MD b/Examples/Demo-Start-ChocoRemoteMgmt.MD index 4aec4cc..cd57d1b 100644 --- a/Examples/Demo-Start-ChocoRemoteMgmt.MD +++ b/Examples/Demo-Start-ChocoRemoteMgmt.MD @@ -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) ``` -![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)