This one is easy if you are looking at the right cmdlet ;)
Get-CMDevice -CollectionID
or
Get-CMDevice -CollectionName
don't forget if you are getting too much data back you can always pipe to Select-Object
Get-CMDevice -CollectionName 'My CM2012 Collection' | Select-object Name,ADSiteName
If you find this article useful please leave me a comment.
Tuesday, October 28, 2014
Wednesday, October 15, 2014
Windows 10's Inventoried Version Number | Windows 10 content from Windows IT Pro
Windows 10 Version number is 6.4
Windows 10's Inventoried Version Number | Windows 10 content from Windows IT Pro:
'via Blog this'
If you find this article useful please leave me a comment.
Windows 10's Inventoried Version Number | Windows 10 content from Windows IT Pro:
'via Blog this'
If you find this article useful please leave me a comment.
Thursday, October 02, 2014
4G email scam targets Telstra customers - Computerworld
4G email scam targets Telstra customers - Computerworld:
'via Blog this'
If you find this article useful please leave me a comment.
'via Blog this'
If you find this article useful please leave me a comment.
Wednesday, October 01, 2014
How to import the ConfigMgr Poweshell Module
Is is very easy to do if you have the configmgr consoled installed.
#Import SCCM Module
Import-Module "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\configurationmanager.psd1"
get-psdrive
Labels:
Configmgr
,
Powershell
Subscribe to:
Posts
(
Atom
)