Wednesday, 8 April 2015

Software update data contains what information

Software update data contains what information

What is Metadata and Binary File Data

An individual software update consists of two pieces:

- Metadata

- A binary file

MetaData: The metadata provides information about an update, such as the description, product supported, applicability rules, classification, article ID, file hash information, command line, and even the URL containing the location for downloading a particular update

What are the Firewall considerations to allow urls for software updates

Software Update Point Role in SCCM Secondary Site

When a software update point is installed on a secondary site, the WSUS database is configured as a replica instead of an autonomous WSUS instance, which is how the WSUS database is configured when installing the software update point on a primary site or central administration site.

What are the Firewall considerations to allow urls for software updates

Firewall Considerations for SUP Role

If an organization does not allow the HTTP ports 80 or 443 to be open through the firewall, you can restrict the access to the following domains so that the software update point can communicate with the Microsoft Update Catalog over the Internet:

·         http://windowsupdate.microsoft.com

·         http://*.windowsupdate.microsoft.com

·         https://*.windowsupdate.microsoft.com

·         http://*.update.microsoft.com

·         https://*.update.microsoft.com

·         http://*.windowsupdate.com

·         http://download.windowsupdate.com

·         http://download.microsoft.com

·         http://*.download.windowsupdate.com

·         http://wustat.windows.com

·         http://ntservicepack.microsoft.com

SQL Database to Query MetaData of Software update in SCCM 2012

SQL Database to Query MetaData of Software update in SCCM 2012

Software Updates MetaData Query to get more information on sync process

select * from ci_types



 

image


 


Each citype_id will have Updates List i.e., CI Unique ID’s, see below when Queries for further

 


image


you can click the update link in the SDMPackageDigest column to get more details like .exe file name or .msi file that will download from SCCM DP.

Tuesday, 7 April 2015

Get the latest blog post’s from System Center blogs

System Center All Up: http://blogs.technet.com/b/systemcenter/

Configuration Manager Support Team blog: http://blogs.technet.com/configurationmgr/ 
Data Protection Manager Team blog: 
http://blogs.technet.com/dpm/ 
Orchestrator Support Team blog: 
http://blogs.technet.com/b/orchestrator/ 
Operations Manager Team blog: 
http://blogs.technet.com/momteam/ 
Service Manager Team blog: 
http://blogs.technet.com/b/servicemanager 
Virtual Machine Manager Team blog: 
http://blogs.technet.com/scvmm

Microsoft Intune: http://blogs.technet.com/b/microsoftintune/ 
WSUS Support Team blog: 
http://blogs.technet.com/sus/ 
The RMS blog: 
http://blogs.technet.com/b/rms/ 
App-V Team blog: 
http://blogs.technet.com/appv/ 
MED-V Team blog: 
http://blogs.technet.com/medv/ 
Server App-V Team blog: 
http://blogs.technet.com/b/serverappv 
The Surface Team blog: 
http://blogs.technet.com/b/surface/ 
The Application Proxy blog: 
http://blogs.technet.com/b/applicationproxyblog/

The Forefront Endpoint Protection blog : http://blogs.technet.com/b/clientsecurity/ 
The Forefront Identity Manager blog : 
http://blogs.msdn.com/b/ms-identity-support/ 
The Forefront TMG blog: 
http://blogs.technet.com/b/isablog/ 
The Forefront UAG blog: 
http://blogs.technet.com/b/edgeaccessblog/

NDES Configuration Checklist

NDES Configuration Recommendations Checklist

(The Network Device Enrollment Service (NDES) is one of the role services of the Active Directory Certificate Services (AD CS) Windows Server role.)

 

The following recommendations should be followed when implementing and configuring NDES.

 

·         Dedicated Server Roles – The NDES service should be installed on a dedicated server. The Issuing CA should also be on its own dedicated server.

·         Enterprise Subordinate CAs – An Enterprise CA should be used to issue certificates as requested by the NDES service.

·         Device Certificate Cryptography – A custom template should be used to improve the validity period and key sizes used for device certificates.

·         Role Separation – Separate accounts should be used for the three distinct roles in installing, managing, and requesting certificates in NDES.

·         Policy Modules – A policy module should be used to enhance the security and validity of enrollment requests submitted to NDES.

·         Private Key Protection – The private keys for the two NDES certificates (Key Exchange and Key Signature) should be protected with a HSM device to protect these keys against unauthorized use. Operator Card Sets or other administrative authorization for use of NDES keys is unsupported – module protection should be used instead.

 

Microsoft Intune is a cloud based solution that provides mobile device and application management across platforms, such as Windows, Windows Phone, Android, and iOS.. It is also available in a hybrid solution that leverages System Center Configuration Manager on premises. Both solutions can be use a NDES policy module that enables provisioning and enrollment for device certificates.

The implementation of the policy module for Microsoft Intune usages a modified process flow for enrollment. This process leverages Intune to create the challenge password as well as the additional details for enrollment and eliminates the requirement to interact with the NDES administrative interface. It also eliminates an extra transmission of the challenge password to reduce disclosure of the password.

How to Internet Information Server Hardening for NDES Configuration Microsoft Intune

How to Internet Information Server Hardening for NDES Configuration Microsoft Intune

NDES is implemented as an ISAPI extension and installs to the %windir%\system32\certsrv\mscep folder as mscep.dll. During installation, the local IIS server is configured with an ISAPI execution path for NDES. The Internet Server API (ISAPI) extension runs in its own application pool named SCEP. This application pool is generated during setup and is configured to run with the credentials that were provided during setup.