From 0b73f3c352afe442b73fe3339fd1ff71ae6442e3 Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Wed, 1 May 2019 12:14:40 -0700 Subject: [PATCH] Added more prereqs --- Examples/Demo-Boxstarter.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/Demo-Boxstarter.MD b/Examples/Demo-Boxstarter.MD index 0ab9cd5..bf53ad7 100644 --- a/Examples/Demo-Boxstarter.MD +++ b/Examples/Demo-Boxstarter.MD @@ -1,5 +1,8 @@ Boxstarter can be used to create a dynamic list of both outdated packages, additional packages to install and packages to exclude for each Chocolatey client +### Prerequisites: +- Boxstarter PowerShell module + In this example, we want to add curl and git as additional packages to install and exclude Java (jre8). Note that -ScriptPath is the path that will be created with a list of choco commands for each package to install. Boxstarter will reboot if needed after each line ``` Invoke-BoxStarterRemoteUpgrade -ComputerName winclient2 -Credential (Get-Credential) `