November 18th, 2015

PowerTip: Get List of Distribution Points with PowerShell

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.