https://github.com/adbertram/cmclient
https://github.com/adbertram/cmclient
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adbertram/cmclient
- Owner: adbertram
- Created: 2015-08-17T18:54:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T11:57:38.000Z (about 6 years ago)
- Last Synced: 2025-06-17T05:54:57.019Z (about 1 year ago)
- Language: PowerShell
- Size: 35.2 KB
- Stars: 18
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMClient
Use this module to kick off many common client triggers like Machine Policy Download, Discovery Data Cycle, Compliance Evaluation, Application Deployment Evaluation, Hardware Inventory, Software Inventory, Update Deployment Evaluation and Update Scan.
This module has something a lot of the other modules I've seen don't have which is -AsJob support. This means you don't have to wait around on each of your clients to invoke whatever action they'r doing. Instead, you can use the -AsJob parameter which will invoke each action as a PowerShell job so you can run lots of actions asynchronously.
PS C:\> Get-Command -Module CMClient
CommandType Name Version Source
----------- ---- ------- ------
Function Get-CMClientBaselineEvaluation 1.7.2 CMClient
Function Get-CMClientComputerByLoggedOnUser 1.7.2 CMClient
Function Get-CMClientDeviceCollectionMembership 1.7.2 CMClient
Function Get-CMClientPackage 1.7.2 CMClient
Function Get-CMClientPendingUpdates 1.7.2 CMClient
Function Get-CMClientUpdates 1.7.2 CMClient
Function Get-CMClientVersion 1.7.2 CMClient
Function Invoke-CMClientApplicationDeploymentEvaluation 1.7.2 CMClient
Function Invoke-CMClientBaselineEvaluation 1.7.2 CMClient
Function Invoke-CMClientComplianceEvaluation 1.7.2 CMClient
Function Invoke-CMClientDiscoveryDataCycle 1.7.2 CMClient
Function Invoke-CMClientHardwareInventory 1.7.2 CMClient
Function Invoke-CMClientMachinePolicyDownload 1.7.2 CMClient
Function Invoke-CMClientUpdateDeploymentEvaluation 1.7.2 CMClient
Function Invoke-CMClientUpdateScan 1.7.2 CMClient
Function Get-CMClientCache 1.7.2 CMClient
Function Clear-CMClientCache 1.7.2 CMClient