PowerTip: Get List of Distribution Points with PowerShell

Doctor Scripto

Summary: Use the PowerShell cmdlets in Configuration Manager to pull a list of all distribution points.

Hey, Scripting Guy! Question How can I get an easy-to-read list of the distribution points in a site?

Hey, Scripting Guy! Answer Load the Configuration Manager 2012 cmdlets, and run the following one-liner in PowerShell:

Get-CMDistributionPoint | Select-Object NetworkOsPath,RoleName,SiteCode

0 comments

Discussion is closed.

Feedback usabilla icon