Thursday, July 9, 2015

CM2012 Build Versions

Release/Update
Version
Build
ConfigMgr 2012 RTM5.00.7711.00007711
ConfigMgr 2012 SP15.00.7804.10007804
ConfigMgr 2012 SP1 CU15.00.7804.12027804
ConfigMgr 2012 SP1 CU25.00.7804.13007804
ConfigMgr 2012 SP1 CU35.00.7804.14007804
ConfigMgr 2012 SP1 CU45.00.7804.15007804
ConfigMgr 2012 SP1 CU55.00.7804.16007804
ConfigMgr 2012 SP25.00.8239.10008239
ConfigMgr 2012 R25.00.7958.10007958
ConfigMgr 2012 R2 CU15.00.7958.12037958
ConfigMgr 2012 R2 CU25.00.7958.13037958
ConfigMgr 2012 R2 CU35.00.7958.14017958
ConfigMgr 2012 R2 CU45.00.7958.15017958
ConfigMgr 2012 R2 CU55.00.7958.16047958
ConfigMgr 2012 R2 SP15.00.8239.10008239

query to see package status in numbers

SELECT
DPSI.Name, DPSI.NumberInstalled, DPSI.NumberInProgress, DPSI.NumberErrors, DPSI.NumberUnknown
FROM
vSMS_DPStatusInfo DPSI
WHERE (
DPSI.NumberErrors > 0 OR
DPSI.NumberInProgress > 0 OR
DPSI.NumberUnknown > 0
)



and name like '%XXX%'

Thursday, June 11, 2015

IP address Range collection

select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System where SMS_R_System.IPAddresses >= "192.168.1.1" and SMS_R_System.IPAddresses <= "192.168.1.50"

Monday, April 20, 2015

How can I check which SQL Server instance my SCVMM installation is using?

Q: How can I check which SQL Server instance my SCVMM installation is using?
A: The easiest way to check which SQL Server instance your SCVMM installation is using is to look at the registry on the SCVMM server:
  1. Start the registry editor (regedit.exe).
  2. Move to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings\Sql.
  3. Look at the InstanceName and DatabaseName values for the SQL Server instance and database name. The ConnectionString value shows the complete combination.
  4. Close the registry editor.

Friday, March 13, 2015

Nice Posts


http://www.adaptiva.com/onesite/

http://blogs.msdn.com/b/scstr/archive/2012/05/31/configuration_2d00_manager_2d00_2012_2d00_sizing_2d00_considerations.aspx




SCCM to Tanium

SCCM transition Options: of course intune otherwise  Deployment, Patching - Tanium Image - Tazier Inventory - Tanium Remote Control - Zoom  ...