Skip to content

SamReece/SCCM-ClientHealthReport

Repository files navigation

Get-PendingClients summary

This report has been built with PowerShell, HTML and CSS

This script has been built to help you understand why devices within your SCCM collections do not have a Configuration Manager client installed.

Workflow

Alt text

Installation

cd <Path to file>
.\Get-PendingClients.ps1

Examples

Execute a query against a single device collection

Get-PendingClients -SiteCode AB1 -ProviderMachineName "SCCMServer" -Collection "All AB1 Systems" -Export "C:\system center"

Execute a query against multiple device collections

Get-PendingClients -SiteCode AB1 -ProviderMachineName "SCCMServer" -Collection "Example collection 1", "Example collection 2" -Export "C:\system center"

Output result

Alt text

Output result when a collection does not have missing clients

Alt text

About

A system center HTML report for workstation and server clients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published