Friday, September 11, 2015

SCCM 2012 Application Concepts

SCCM 2012 Application Concepts 

Application
An application is intelligent software that knows if a user is authorized to use it on a particular device, if that device can run it and how it should be made available to the user on that device.  An application in SCCM 2012 is what a package and program(s) is in SCCM 2007.  You can still use the old package-program in SCCM 2012 to deploy software but you won't take advantage of the intelligence in Applications.

Deployment
A deployment in SCCM 2012 is what an advertisement is in SCCM 2007.  A deployment is used to deploy an application.  You can indicate the purpose of a deployment as Required and Available.  Think of Required as the purpose of a mandatory assignment in an SCCM 2007 advertisement.  Think of Available as the purpose of an optional advertisement in SCCM 2007.  You can configure two actions for a deployment: Install and Uninstall.

Deployment Type
A Deployment Type is part of an Application and provides information needed to install the software.  It contains rules to determine if and how software should be installed on a particular device or delivered to a user.  SCCM 2012 has the following deployment types: Windows Installer, Script Installer, Microsoft Application Virtualization, Windows Mobile Cabinet and Nokia SIS file.

Application Catalog
This is a user-friendly web portal for applications that are not forced on devices by making the purpose of a deployment Available and configuring the deployment to target users.  Users can browse to the portal and install or use applications that are available to them (with the option to require approval for specific applications).

Software Center
This is an SCCM client application that replaces the "Run Advertised Programs" control panel applet present in the SCCM 2007 client.  If a deployment targets a device instead of a user, the user can install the application by launching Software Center.

User-Centric Application Management
This is a framework of SCCM features and other technologies that allow the intelligent delivery of applications to users anywhere on any device and at any time.  One example of this is making Microsoft Word available to a user.  Per the administrator's intent, Word will be installed only on the user's primary device, and it will be streamed to the user via App-V on any other device.

User Device Affinity
This is one of the key features in SCCM 2012 that makes User-Centric Application Management possible.  It allows a device to be configured as the primary device for a user.  You can actually have multiple primary users for a device, and multiple primary devices for a user.  For more information on this see

Thursday, July 9, 2015

SCVMM Capacity planning

Config that’s required for VMM to manage 300 hosts.


System Center 2012 R2 servers
Processor (min)
Processor (rec)
RAM (min)
RAM (rec)
Hard drive space (min)
Hard drive space (rec)
VMM Management Server (More than 150 hosts)
Pentium 4, 2 GHz (x64)
16-Core 2.66 GHz CPU
4 GB
16 GB
4 GB
10 GB
VMM Console (More than 150 hosts)
Pentium 4, dual processor 2 GHz
2-Core 2 GHz CPU
4 GB
4 GB
4 GB
10 GB
VMM Library Server
Pentium 4 2.8 GHz
4-Core 2.66 GHz CPU
2 GB
4 GB
Varies based on the number and size of the stored files.
Varies based on the number and size of the stored files.

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"

SCCM to Tanium

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