Saturday, 7 August 2021

Powershell script to find incremental Collection

This is how you can get an idea how many collections you have that are using incremental updates:

Get-CMDeviceCollection | Select -Property Name, CollectionID,RefreshType | Where-Object {$_.Refreshtype -eq 6} | FT -AutoSize
Share:

0 $type={blogger}:

Post a Comment