• Sign In
 

The All TECHNICAL Blog

Options
  • Blog Home
  • Email Blog Author
  • RSS for posts
  • Atom
    • OK
Search
  • Advanced search options...
Tags
  • BDD 2007
  • DCM Solution
  • DCM Troubleshooting
  • DCM XML Snippets
  • Microsoft Deployment ToolKit
  • SharePoint Asset Inventory Toolkit
  • VMM SSP 2.0

February, 2006

MSDN Blogs > The All TECHNICAL Blog > February, 2006
Posts
  • Subscribe via RSS
Sort by: Most Recent | Most Views | Most Comments
Excerpt View | Full Post View
  • The All TECHNICAL Blog

    Now Available - Beta Program for SMS 2003 DCM Configuration Manifests

    Posted over 6 years ago
    by SaiKodi
    • 1 Comments
    Visit http://connect.microsoft.com to register for the DCM Configuration Manifest Beta program ! This program has been established to test and validate sample configuration files for Microsoft Internet Security and Acceleration Server 2004, Microsoft...
  • The All TECHNICAL Blog

    Extending Reporting capabilities of the Desired Configuration Monitoring Solution - DCM Solution

    Posted over 6 years ago
    by SaiKodi
    • 3 Comments
    As you are already aware, the DCM Solution comes out of the box with four out-of-compliance and ten in-compliance reports. You can get access to all these reports by deploying the Reports Component of the DCM Solution. Now, the questions still remain...
  • The All TECHNICAL Blog

    Rule Referencing in Desired Configuration Monitoring Solution

    Posted over 6 years ago
    by SaiKodi
    Rule-referencing is one of the most helpful features in the DCM Solution which can help you frame complex queries! This post explains about the rule referencing feature in the DCM Authoring tool. Well, as the name suggests, it basically means referencing...
  • The All TECHNICAL Blog

    Architecture of the Desired Configuration Monitoring - DCM Solution

    Posted over 6 years ago
    by SaiKodi
    The diagram below gives an overview of the DCM Solution architecture. This post basically explains what the different components of the DCM Architecture are and how they talk to each other to get the whole stuff working! 1. Install DCM...
  • The All TECHNICAL Blog

    Rules are ignored by the DCM Solution when a Setting does not exist!!!

    Posted over 6 years ago
    by SaiKodi
    • 2 Comments
    In the current version of the DCM Solution, when a Setting is not found, all the rules under that Setting are ignored. Let us take a scenario. Let’s say you are creating a rule to check the anti virus version. So you would create a data source, setting...
  • The All TECHNICAL Blog

    Remotely Monitoring Servers for Compliance using the DCM Solution

    Posted over 6 years ago
    by SaiKodi
    Its pretty easy to get into a situation where you would like to run the DCM Solution on a server for compliance monitoring but the server which you are targeting might not have the dot net framework v 1.1 installed. The DCM Engine (command line wrapper...
  • The All TECHNICAL Blog

    Check if Auto Update is enabled on a server using Desired Configured Monitoring Solution

    Posted over 6 years ago
    by SaiKodi
    This post helps you figure out how to check if Auto Update is enabled on a server! Well, Auto Update can be found in the registry at the location: HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU . The Registry Value is NoAutoUpdate . The desired...
  • The All TECHNICAL Blog

    DCM Command Line Wrapper Switches / Usage

    Posted over 6 years ago
    by SaiKodi
    • 1 Comments
    The DCM Command Line Wrapper supports a few command line switches. Following are the list of supported switches for the DCM Command Line Wrapper: · -cfg (used to specify the input manifest file) · -dat (used to specify the output file) · -p ...
  • The All TECHNICAL Blog

    Compliance Checks for ranges using the Desired Configuration Monitoring (DCM) Solution

    Posted over 6 years ago
    by SaiKodi
    There might be several scenarios where you might want to check if a particular value lies within a range. Examples: Like a file version should be between 1.0.29.0 and 1.0.34.0 OR Antivirus version between 7.1 and 7.4 OR CPU processing power...
  • The All TECHNICAL Blog

    Check if Firewall is enabled on all LAN Connections using DCM Solution

    Posted over 6 years ago
    by SaiKodi
    This article describes how to check if Windows Firewall is enabled on all the LAN Connections on a server. I am going to make this post as short as possible but with all the required details… What to do? Check if Windows Firewall is enabled on all...
  • The All TECHNICAL Blog

    Case Sensitiveness of Desired Configuration Monitoring (DCM) Solution

    Posted over 6 years ago
    by SaiKodi
    DCM is case-sensitive! Having said that, what aspects of DCM are case-sensitive? The tags in the xml manifest file which is created by the DCM Authoring tool are all case-sensitive. You might not be required to open up the xml file as such...
  • The All TECHNICAL Blog

    Active vs Passive Rules in Desired Configuration Monitoring (DCM) Solution

    Posted over 6 years ago
    by SaiKodi
    If you look at the Rule creation screen in the DCM Authoring tool, you will see that the DCM UI tool lets you to create two types of rules. They are the Active Rule or the Passive Rule. Now what’s the difference between these two, how can they be used...
  • The All TECHNICAL Blog

    Why do not DCM Reports show the data from a recent run of DCM?

    Posted over 6 years ago
    by SaiKodi
    Well, there can be several reasons why the data is not being shown in the DCM Reports. DCM Reporting is not real-time. In this post, I am attempting to address all the valid reasons. The Desired Configuration Monitoring (DCM) Solution Accelerator comes...
  • The All TECHNICAL Blog

    Check for existence of a hot fix / Service Pack with DCM Solution

    Posted over 6 years ago
    by SaiKodi
    How many times would you have wanted to check if a certain hot fix or a Service Pack is installed on a machine? Well it’s pretty simple to do with the DCM Solution Accelerator! This article shows you exactly how to do it. Same three questions as...
  • The All TECHNICAL Blog

    Check Service State using Desired Configuration Monitoring (DCM) Solution

    Posted over 6 years ago
    by SaiKodi
    Many a times you would have a need to check if a particular service is running. With the DCM Solution Accelerator you can create a rule to check for the status of a Service and alert if the status is not in the state you desired. I am going to show you...
  • The All TECHNICAL Blog

    Creating a Manifest with the Desired Configuration Monitoring (DCM) Solution

    Posted over 6 years ago
    by SaiKodi
    Building a manifest using the DCM Solution is pretty easy. It’s no rocket science. If you can follow the three simple steps below, you will end up building a manifest yourself within no time! Here you go… Ask yourself – What is it that I want to...
  • The All TECHNICAL Blog

    Are there any baseline templates for DCM?

    Posted over 6 years ago
    by SaiKodi
    Well, there are no baseline templates (also called configuration templates or manifests) available for the Desired Configuration Monitoring (DCM) Solution at this point in time. The solution has a sample built-in manifest inside it. It’s called DCM_Sample...
  • The All TECHNICAL Blog

    Is the DCM Solution specific to Exchange?

    Posted over 6 years ago
    by SaiKodi
    This is one of the most frequently asked questions about the Desired Configuration Monitoring (DCM) Solution Accelerator. Actually, its not. You can pretty much monitor for compliance of anything and / or on any server as long as you can get hold of your...
  • The All TECHNICAL Blog

    How to Create Rules in DCM?

    Posted over 6 years ago
    by SaiKodi
    Many people keep asking me about the rule creation in the DCM Solution! Hence I thought, may be if I can make this little secret public, it would be very much helpful to others! Here you go... DCM Solution supports two kinds of rules: Active...
  • The All TECHNICAL Blog

    Microsoft Systems Management Server 2003 Desired Configuration Monitoring

    Posted over 6 years ago
    by SaiKodi
    Overview Systems Management Server (SMS) 2003 Desired Configuration Monitoring is a powerful solution to monitor configuration settings across all server roles and hardware types for non-compliance. Administrators can define desired configuration models...
Page 1 of 1 (20 items)
  • © 2012 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy Statement
  • Report Abuse
  • 5.6.131.143