From 6e5ee6ebb7df3f9788da6e0f4ac922930523cd47 Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Fri, 10 May 2019 09:00:16 -0400 Subject: [PATCH] Added CIM info in help --- functions/Test-ChocoUpgradeTrigger.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/Test-ChocoUpgradeTrigger.ps1 b/functions/Test-ChocoUpgradeTrigger.ps1 index a081b15..97c2a0c 100644 --- a/functions/Test-ChocoUpgradeTrigger.ps1 +++ b/functions/Test-ChocoUpgradeTrigger.ps1 @@ -1,7 +1,7 @@ <# .SYNOPSIS Tests each package a PSObject to see if it meets an item in -TriggerPackages. If so, it will create - a scheduled task on the local machine. Use case would be a scheduled job for upgrading Chocolatey clients. + a scheduled task on a local or remote machine with CIM. Use case would be a scheduled job for upgrading Chocolatey clients. .EXAMPLE Here we pipe all of the internalizing commands together with Test-Trigger.