Added CIM info in help

This commit is contained in:
Dan Franciscus
2019-05-10 09:00:16 -04:00
parent db84b02d0b
commit 6e5ee6ebb7

View File

@@ -1,7 +1,7 @@
<# <#
.SYNOPSIS .SYNOPSIS
Tests each package a PSObject to see if it meets an item in -TriggerPackages. If so, it will create 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 .EXAMPLE
Here we pipe all of the internalizing commands together with Test-Trigger. Here we pipe all of the internalizing commands together with Test-Trigger.