Friday, November 28, 2008

Happy Marriage Rules

 
 

Rules for a Happy Marriage

 

ü Never both be angry at the same time.

ü Never yell at each other unless the house is on fire.

ü If one of you has to win an argument, let it be your mate.

ü If you have to criticize, do it lovingly.

ü Never bring up Mistakes in the past.

ü Neglect the whole world rather than each other

ü Never go to sleep with an argument unsettled.

ü At least once every day try to say one kind or complimentary word.

ü When you have done something wrong, be ready to admit it.

ü It takes two to make a quarrel and the one in the wrong is the one who does most of the talking

 

 

-------------------
Thanks,
http://paddymaddy.blogspot.com/

Thursday, November 27, 2008

Simple Troubleshooting Management Points

 

Just below point when ever you stuck with MP issues

1) Run http://<MP name>/sms_mp/.sms_aut?mplist
This returns a blank screen.
2) Run
http://<MP name>/sms_mp/.sms_aut?mpcert
This returns a long list of numbers and letters.
3) Verify that the DTS Service is enabled.
4) Verify that the Task Scheduler is enabled.
5) Verify that the Windows Management Instrumentation service is running.
6) Verify that the SMS Agent Host service is running.
7) Verify that the World Wide Web Publishing Service is running.
8) Verify that the MP machine account has been added to the
SMS_SiteSystemToSQLConnection_<site_code> group.
9) Verify that the SQL Server has named pipes enabled.
10) Update MDAC on the server.
Review Q820910 for details.
http://support.microsoft.com/default.aspx?scid=kb;en-us;820910
11) SQL boxes that are running under a user account, instead of system,
need the SPN updated in AD.
Review Q829868 for additional details.
http://support.microsoft.com/default.aspx?scid=kb;en-us;829868
12) Crossing domain boundaries between MP and SQL may also need the SPN
updated in AD.
Review Q829868 for additional details.
http://support.microsoft.com/default.aspx?scid=kb;en-us;829868
13) IIS Lockdown Tool
If you are using the IIS lockdown tool on your IIS 5 servers be sure to
apply the SMS server template from the SMS 2003 toolkit.
http://www.microsoft.com/smserver/downloads/2003/tools/toolkit.asp
14) Deinstall the MP and IIS, then reinstall IIS and the MP.
a) Remove the MP role on the server.
b) Disable IIS. Remove completely. Reboot the server.
c) Verify that the DTS Service is enabled.
d) Verify that the Task Scheduler is enabled.
e) Verify that the Windows Management Instrumentation service is
running.
f) Enable BITS, enable WEBDEV and install IIS.
g) Verify that the World Wide Web Publishing Service is running.
h) Verify that the MP machine account has been added to the
SMS_SiteSystemToSQLConnection_<site_code> group.
i) Enable MP role on the server.

-------------------
Thanks,
http://paddymaddy.blogspot.com/

SCCM 2007 MP success verification

 
 

-------------------
Thanks,
http://paddymaddy.blogspot.com/

Tuesday, November 25, 2008

50 steps to deploye XP Sp2 with OSD

 
 
  1. Create a network access account, it only need be a domain user and its password should not expire. Add the account to the Computer Client Agent in the Client node under Site Settings
  2. Import XP SP2 as an operating system Install Package (Note most common issue here.
  3. Add a Distribution point to your new XP SP2 package created in step 1
  4. Create the XP SP2 sysprep package in SCCM
  5. The Deploy.cab included on the CD was not updated properly for XP SP2 so you must download a new version here.
  6. Create a package that points at the extracted CAB file for its source
  7. You do not need to create any programs for the package the build task sequence takes care of this
  8. Add the package to a DP that can be used during your build
  9. Create a package from definition for the Config Mgr Client (a definition is available called "Configuration Manager Client Upgrade" in the create package from definition wizard)
  10. Specify always obtain file from source directory
  11. Usually here I create a share at \\SCCMSERVER\SCCMClient pointing to \\SCCMSERVER\SMS_XXX\Client where XXX is the site code in order to make it easier for manual installs in the future. Note I also usually grant domain computers read access to the share and directory to prevent permissions problems in the future (Note this last permissions step may no longer be necessary in SCCM but I haven't tested it yet)
  12. Update the ccmsetup command line properties accordingly. Extensive information about command line properties on TechNet here.
  13. Add the package to a DP that can be used during your build
  14. Create a "Build and capture a reference operating system image" task sequence
  15. Name the task sequence something appropriate like "Build Windows XP Gold Image"
  16. Select a boot image (I suggest x86 as it will run on all platforms, plus you will be booting from PXE so it really doesn't matter)
  17. Select the Operating System Package you created in step 1
  18. Enter a product key
  19. Set the local admin password to blank
  20. Join a workgroup
  21. Select the Config Mgr client you created in step 4
  22. I generally don't install updates in this phase but this is debatable. You must weigh time to deploy if you have to deploy a bunch of updates during deployment time vs. superseded updates and rebuilding your image more often.
  23. Don't add any software to the base image
  24. Set your image properties
  25. Select a location to save the image and make sure you include the full path including the .wim extension
  26. Enter an account with rights to write to the share
  27. Finish up
  28. Change the task sequence to use "Quick Format"
  29. Right Click on the Task Sequence and choose Edit
  30. Select the "Partition Disk 0″ step
  31. Choose properties on the Default (Primary) partition and check the "Quick Format" option
  32. Create a collection to which you will advertise the task sequence; I usually use _OSD\Base Builds
  33. Advertise the task sequence to the collection you created in step 7 as optional
  34. Right click Task sequence and choose advertise, follow the wizard
  35. Make sure you select the check box "Make this task sequence available to boot media and PXE"
  36. If you are in test and your boundaries are not defined make sure you select "When no local distribution points are available, use remote distribution point"
  37. Make sure you completed step 1
  38. Select a client to build your base image
  39. I suggest using a virtual platform to keep the drivers in the image at a minimum
  40. VMWare ESX is not a good candidate as a platform as it uses SCSI disks only to my knowledge. You do not want SCSI Mass storage drivers in your image, use MS Virtual Server / Virtual PC / Hyper-V or VMWare Server / Workstation
  41. Ensure that you have the network and mass storage drivers to boot the device on the boot image and in the driver store (If you have to do this in the future you must update the PXE and standard DPs)
  42. Add the appropriate boot images (x86 / x64) to the PXE and standard DPs
    1. If you don't see a PXE DP it means you don't have one :), get WDS installed and your PXE Service point
  43. Allow the client to boot from PXE
  44. If this client previously had an SCCM agent on it you just need to add the client to the collection you created in step 6
  45. If this is a new client and SCCM is pre-R2 add the client manually
    1. Add the client by right clicking the Computer Associations node under OSD and choosing "Import Computer Information"
    2. Enter the Name of the computer; I use XPBase
    3. Enter the MAC and or SMBIOS GUID
    4. Add the computer to the collection you created in step 7
  46. If you are using SCCM R2 you can enable unknown computer support on the PXE service point but choose wisely; option 10.2 may still be the best choice given the risk of accidentally formatting your CXOs laptop
  47. Boot the device up to PXE and choose your task sequence. In less than an hour you should have the start of a great XP Image

  48. -------------------
    Thanks,
    http://paddymaddy.blogspot.com/

Saturday, November 22, 2008

SCCM 2007 Help full topics from Technet

1. Configuration Manager Single Site Planning and Deployment

ü Configuration Manager Supported Configurations

ü Prerequisites for Installing Configuration Manager

ü Configuration Manager Site Naming

ü SMS Provider Overview

ü Configuration Manager Site Database Overview

ü Planning Configuration Manager Boundaries

ü Configuration Manager in Multiple Active Directory Forests

ü Extending the Active Directory Schema for Configuration Manager

ü Configuration Manager and Name Resolution

ü Configuration Manager and Service Location (Site Information and Management Points)

ü Configuration Manager Site Modes

ü Configuration Manager Custom Web Site Overview

ü Configuration Manager Discovery Planning

ü Configuration Manager Site System Planning

ü Configuration Manager Service Principal Name Requirements

ü Configuration Manager and Network Load Balancing Clusters

ü Configuration Manager Security and Privacy Planning

ü Configuration Manager Setup Overview

ü Configuration Manager Post Setup Considerations

ü Configuration Manager Planning and Deployment Flowcharts

ü Configuration Manager Tasks for Planning a Single Site

ü Configuration Manager Tasks for Deploying a Single Site

2. Configuration Manager Multiple Site Planning and Deployment

ü Administering Multi-Site Hierarchies

ü Roaming Between Sites in Different Modes

ü Configuration Manager Site to Site Communications

ü About Data Priorities

ü Administrator Workflow: Configuration Manager Hierarchy Planning and Deployment

ü Configuration Manager Tasks for Planning Multiple Sites

ü Configuration Manager Tasks for Deploying Multiple Sites

3. Configuring Configuration Manager Sites for Best Performance

ü Performance Considerations When Designing Configuration Manager Sites

ü Best Practices for Central and Primary Site Hardware and Software Configuration

ü Performance Configuration Recommendations

ü Expected Server Resource Usage for Configuration Manager Sites

ü Monitoring Site Performance

ü Troubleshooting Configuration Manager Performance

4. Configuration Manager Upgrade and Interoperability Planning and Deployment

ü Planning to Upgrade to Configuration Manager

ü Configuration Manager 2007 Upgrade Checklist

ü Configuration Manager In-Place Upgrade

ü Configuration Manager Side-By-Side Upgrade

ü Upgrading Secondary Sites

ü Configuration Manager Post-Upgrade Considerations

ü Configuration Manager Tasks for Upgrade and Interoperability

ü Configuration Manager Upgrade Flowcharts

ü Configuration Manager Upgrade Administrator Workflows

5. Deploying Configuration Manager Sites to Support Internet-Based Clients

ü Overview of Internet-Based Client Management

ü Provides an overview of Internet-based client management.

ü Prerequisites for Internet-Based Client Management

ü Lists the external and product dependencies for Internet-based client management.

ü Planning for Internet-Based Client Management

ü Provides planning information for deploying a site for Internet-based client management.

ü Configuring Internet-Based Client Management

ü Provides the configuration checklist and tasks to configure a site for Internet-based client management.

6. Deploying Configuration Manager Sites in International and Multi-Language Environments

ü Planning and Deploying Your Multilingual Site Hierarchy

ü Tasks for International and Multi-Language Configuration Manager Clients

7. Configuration Manager Tasks for Decommissioning Sites and Hierarchies

ü How to Remove a Primary Site from a Hierarchy

ü How to Remove a Secondary Site Using the Configuration Manager Console

ü How to Remove a Secondary Site From a Hierarchy

8. Planning and Deploying Clients for Configuration Manager 2007

ü Overview of Configuration Manager Client Deployment

Provides an overview of client deployment in Configuration Manager 2007.

ü Prerequisites for Configuration Manager Client Deployment

Provides information about the necessary prerequisites for client deployment in Configuration Manager 2007.

ü Planning for Configuration Manager Client Deployment

Provides planning information for the client deployment in Configuration Manager 2007.

ü Configuring Configuration Manager Client Deployment

Provides the configuration checklist and tasks to configure client deployment for the site.

ü Tasks for Configuration Manager Client Deployment

Provides a set of tasks to perform client deployment objectives.

ü Troubleshooting Configuration Manager Client Deployment

Provides troubleshooting information for deploying and managing clients in Configuration Manager 2007.

ü Best Practices for Securing Clients

Provides security and privacy information and best practices for client deployment.

ü Technical Reference for Configuration Manager Client Deployment

Provides technical reference information for client deployment.



Here is the chm file can bedownload from Microsoft.
http://www.microsoft.com/downloads/details.aspx?FamilyID=81997356-7f18-48b2-a53a-d6f995a47f35&DisplayLang=en

-------------------
Thanks,
http://paddymaddy.blogspot.com/

SMS Support Webcasts Archive

SMS Support Webcasts Archive
 
 

2004 Webcasts

TechNet Webcast: Managing a Microsoft Windows Server 2003 Network - (Part 3 of 4)

December 15, 2004: This webcast is the third in a four-part series that examines key aspects of proactive Windows Server 2003 network management. In the third part we will focus on using SMS to package and deploy software and updates across your network.

TechNet Webcast: Deploying SMS for Server Management

December 14, 2004: Ever wonder what is involved in an effective deployment of an SMS infrastructure? In this webcast, we will explore the specific business and technical requirements needed to analyze and deploy SMS for use in the management of a server environment.

TechNet Webcast: Zero Touch Deployment

December 9, 2004: Learn to fully automate your desktop deployment. Get guidance on using the latest versions of SMS and Microsoft BizTalk to automate deployment and provisioning. This webcast introduces the Microsoft Business Desktop Deployment (BDD) Enterprise Edition solution. which offers complete guidance for Zero Touch Provisioning using Microsoft BizTalk Server 2004.

TechNet Webcast: Security Patch Management Tools (Part 3) - SMS with the SUS Feature Pack

November 22, 2004: In this webcast, we will discuss using SMS and the SUS Feature Pack as patch management tools in your environment and how they fit into a comprehensive patch management strategy. SMS and SUS offer different advantages and benefits to an organization. This webcast will review their different capabilities and how they contribute to a secure infrastructure.

Executive Circle Webcast: What's New with Microsoft's Enterprise Product Roadmap

September 29, 2004: This webcast will bring you up to speed on the enterprise software roadmap, highlighting the significant shifts in delivery dates and support policies for Windows Server™ 2003, SQL Server™, Systems Management Server and Security technologies.

TechNet Webcast: Upgrading to SMS 2003 SP1

September 23, 2004: Now that SMS 2003 SP1 has been released, what is the upgrade process? In this webcast, we'll perform an upgrade of an SMS 2003 site to SMS 2003 SP1.

TechNet Webcast: Security Patch Management Tools (Part 3) - SMS with the SUS Feature Pack

September 17, 2004: Do you have an effective, comprehensive patch management strategy? Do you know when to use SMS and when to use Software Update Services (SUS)? In this webcast we will discuss using SMS and the SUS Feature Pack as patch management tools in your environment and how they fit into a comprehensive patch management strategy.

TechNet Webcast: Security Patch Management Tools (Part 3) - SMS with the SUS Feature Pack

June 23, 2004: This webcast will discuss using SMS and the SUS Feature Pack as patch management tools in your environment and how they fit into a comprehensive patch management strategy. SMS and SUS offer different advantages and benefits to an organization. This webcast will review their different capabilities and how they contribute to a secure infrastructure.

TechNet Webcast: Combining PatchLink with SMS, SUS, and MBSA for Patch and Security Management

May 27, 2004: This webcast demonstrates how PatchLink UPDATE works with Microsoft SMS 2003, SUS, and MBSA to enable patch management from a single console for all Windows operating systems as well as non-Windows OS platforms.

TechNet Webcast: Microsoft System Management Server 2003: A Technical Overview

May 21, 2004: Whether you have used SMS before or are just thinking about SMS for the first time, this webcast will give you the information you need to plan for an upgrade or adoption of SMS 2003. The session starts by showing the new features of SMS 2003 and goes on to show how SMS 2003 integrates with Network and operating system technologies, such as Active Directory and Windows Management Instrumentation.

TechNet Webcast: Shop Talk Discussion on Patch Management at Microsoft using SMS 2003

May 5, 2004: This webcast tells you how the Microsoft Information and Technology Group (Microsoft's IT department) patches its desktop and server environment using SMS 2003.

TechNet Webcast: Getting Started with Microsoft Systems Management Server (SMS) 2003

March 25, 2004: This webcast shows how features in the new version of SMS 2003 can help you improve the management and security of your IT infrastructure. Agenda items include an overview of the new capabilities in SMS 2003, recommended best practices for deployment, and how to use the new and improved features.

TechNet Webcast: Using SMS 2003 Software Update Management Features

March 3, 2004: This webcast discusses the SMS 2003 software update management process, and demonstrates the entire process from installation of this feature to verification that the distributed patch was deployed successfully.

TechNet Webcast: Upgrading SMS 2.0 to SMS 2003

February 4, 2004: This webcast describes guidelines and procedures you can use when upgrading to SMS 2003. It also discusses the differences in architecture, site systems, client deployment, and capabilities between the two versions of SMS, and includes a walkthrough of an upgrade on an SMS 2.0 site.

TechNet Webcast: Introduction to Automated Deployment Services

February 3, 2004: This webcast offers a comprehensive overview of ADS and provides details on its architectural design, features, and benefits, as well as examples of customer deployments.


2003 Webcasts

TechNet Webcast: Securing Your Business Enterprise with Patch Management Using SMS 2003

December 9, 2003: This webcast discusses the Patch Management Solution Accelerators using Systems Management Server 2003 to patch an enterprise and the steps to implement process and automation to increase operational efficiency in the enterprise.

TechNet Webcast: Software and Patch Management with Software Update Service, Windows Update and SMS

December 5, 2003: This webcast covers installation and configuration of Software Update Services (SUS) and use of Group Policy to configure clients to use SUS for Automatic Updates. Review SMS features and learn how to install and distribute SUS packages for SMS.

TechNet Webcast: Designing a Secure , Reliable, and Usable Patch Management Infrastructure

December 2, 2003: Patch management is one of the core tenants of any security policy. This session provides practical advice on designing and deploying an effective and responsive patch management infrastructure with Microsoft tools and technologies. In addition, the Microsoft Solution for Patch management will be introduced and its core operating architecture discussed in depth.

TechNet Webcast: Asset Management in SMS 2003

September 24, 2003: SMS delivers the tools necessary for managing enterprise Windows environments. This webcast discusses how SMS 2003 works with asset management, covering inventory, software metering, and Web-enabled reporting.

Microsoft Executive Circle Webcast: SMS 2003 Early Adopter Program Feedback

September 18, 2003: SMS 2003 has been used by about 60 customers and deployed on more than 100,000 desktops for more than a year now. This session gives you an understanding of results from this rigorous evaluation including scalability and reliability information, as well as lessons learned around deploying and operating SMS 2003 in production enterprises.

Microsoft Executive Circle Webcast: Benefits of a Well-Managed Environment

September 10, 2003: There is an assortment of technologies on the market to help enterprises manage their investment in Windows services and devices. However, putting them together to create an optimal experience in managing a Windows enterprise is sometimes difficult. This session explains the processes and technologies that you can use to increase your agility and decrease your operational costs on the Windows platform.

Technical Overview of Systems Management Server 2003

July 29, 2003: Tune in for this in-depth discussion about Systems Management Server 2003. Learn about mobile client support, Active Directory integration, software metering, Web reporting and inventory improvements, infrastructure changes, setup, and upgrades.

Upgrading from Systems Management Server 2.0 to 2003

June 17, 2003: Learn the steps necessary to prepare your Systems Management Server (SMS) 2.0 site for an upgrade to SMS 2003.


2002 Webcasts

An Introduction to Software Update Management Using SMS 2.0

August 14, 2002: Learn about the key problems that customers face when they try to deploy security updates (patches) to their Microsoft Windows NT, Microsoft Windows 2000, and Microsoft Windows XP computers.


-------------------
Thanks,
http://paddymaddy.blogspot.com/

Wednesday, November 19, 2008

Gmail themes

Following the footsteps of Google's personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail's new features are slowly rolled out), you'll find a tab named "Themes" in the settings page and you'll be able to choose from 30 themes. "We wanted to go beyond simple color customization, so out of the 30 odd themes we're launching today, there's a shiny theme with chrome styling, another one that turns your inbox into a retro notepad, nature themes that change scenery over time, weather driven themes that can rain on your mailbox, and fun characters to keep you in good company," mentions Gmail's blog.

Unlike other webmail services, Gmail has never provided too many customization options and users had to rely on themes created for third-party extensions like Stylish, which usually slowed down Gmail and weren't resilient to code changes.
Gmail's help center provides an interesting tidbit about the new themes: "In some cases, you can also customize by location. Some themes change during the day, and we use the location information you provide to correctly time these changes with your local sunrise, sunset, and/or weather. If you select one of these themes, you'll see a Country/Region drop-down menu appear."

-------------------
Thanks,
http://paddymaddy.blogspot.com/

my Google Group

Yep I have other Google Group in the public
 
 

 

SCCM 2007 Software Updates Standard Reports

Microsoft provides 34 standard reports, grouped in five categories.

Note that the collection specified does not have to be one used in a corresponding deployment unless note otherwise below. Appropriate information will be reported for whatever computers are in the specified collection. This allows reporting on coarser or finer levels of computers as desired.

<secondary> in a report title means it is linked from other reports.

Software Updates - A. Compliance
These reports show the degree to which portions or all of your network are in compliance. Reports can be based on Collections, Update Lists, Updates, Deployments, Vendors, or specific computers. They can provide high level summary data, and linked reports permits drilling down to details that can be used to increase the compliance rates.

  • Compliance 1 - Overall Compliance
    • Description: This report returns the overall compliance data for an Update List.
    • Specify Upate List & Collection
    • Lists number and percentage of computers in each state
    • Links to Compliance 8, listing all computers in that Update List with a specific state
  • Compliance 2 - Specific software update
    • Description: This report returns the compliance data for a specified software Update.
    • Specify Collection and Update
    • Lists number of machines installed, required, not required and unknown, with percentages compliant, not compliant and unknown
    • Links to Compliance 7, which lists numbers by state. That links to Compliance 9, which lists individual computers in a specific state.
  • Compliance 3 - Update list (per update)
    • Description: This report returns the compliance data for software updates defined in an Update List
    • Specify Update List and Collection
    • Lists individual updates in the list with approved status and statistics as in Compliance 2
    • Links to Compliance 7, which lists numbers by state. That links to Compliance 9, which lists individual computers in a specific state.
  • Compliance 4 - Deployment (per update)
    • Description: This report returns the compliance data for software updates defined in a Deployment
    • Specify Deployment and Collection
    • Lists individual updates in the list with approved status and statistics as in Compliance 2
    • Links to Compliance 7, which lists numbers by state. That links to Compliance 9, which lists individual computers in a specific state.
  • Compliance 5 - Updates by vendor/month/year
    • Description: This report returns the compliance data for software updates released by a vendor during a specific month and year. To limit the amount of information returned, you can specify the software update class and product.
    • Specify Collection, Vendor and Year, Month (optional), Update Class (Securiity Updates, Critical Updates, etc) (optional) and Product (optional)
    • Lists individual updates in the list with approved status and statistics as in Compliance 2
    • Links to Compliance 7, which lists numbers by state. That links to Compliance 9, which lists individual computers in a specific state.
  • Compliance 6 - Specific computer
    • Description: This report returns the software update compliance data for a specific computer. To limit the amount of information returned, you can specify the vendor and software update classification.
    • Specify computer, vendor (optional) and update class (optional)
    • Lists each update in the requested vendor and class, showing status of approved, installed, required and deadline.
    • Links to no other reports.
  • Compliance 7 - Specific software update states <secondary>
    • Description: This report returns the count and percentage of computers in each compliance state for the specified software update. For best results, start with 'Compliance 2 - Specific software update' and then drill into this report to return the count of computers in each compliance state.
  • Compliance 8 - Computers in a specific compliance state for an update list <secondary>
    • Description: This report returns all computers in a collection that have a specific overall compliance state against a software update list. For best results, start with 'Compliance 1 - Overall Compliance' to return the count of computers in each of the compliance states and then drill into this report to return the computers in the selected compliance state.
  • Compliance 9 - Computers in a specific compliance state for an update <secondary>
    • Description: This report returns all computers in a collection that have a specific compliance state for a software update. For best results, start with 'Compliance 2 - Specific software update'. Next drill into 'Compliance 7 - Specific software update states ' to return the count of computers in each compliance state, and then drill into this report to return the computers in the selected compliance state.

Software Updates - B. Deployment Management
These reports are designed to help manage update deployments.

  • Management 1 - Updates required but not deployed
    • Description: This report returns all vendor-specific software updates that have been detected as required on clients but that have not been deployed to a specific collection. To limit the amount of information returned, you can specify the software update class.
    • Specify Collection, Vendor, Update Class (optional)
    • Lists each update applicable to at least one computer, with the number and percentage of computers that require the update
    • Links to no other reports
  • Management 2 - Updates in a deployment
    • Description: This report returns the software updates that are contained in a specific deployment.
    • Specify Deployment
    • Lists each update in the deployment with compliance statistics
    • Links to States 5 which lists each state for a selected update. That report links to States 6 with the list of computers in a selected state.
  • Management 3 - Deployments that target a collection
    • Description: This report returns all software update deployments that target a specific collection
    • Specify Collection (no data will be returned for collections that were not used in deployments)
    • Lists individual deployments with times Available, Deadline and Last Modified
    • Links to Management 2 to provide details about selected deployment
  • Management 4 - Deployments that target a computer
    • Description: This report returns all software update deployments that target a specific computer.
    • Specify Computer name
    • Lists individual deployments with times Available, Deadline and Last Modified
    • Links to Management 2 to provide details about selected deployment
  • Management 5 - Deployments that contain a specific update
    • Description: This report returns all deployments that contain a specific software update. Use this report to track the deployments that have targeted the software update to clients in the associated collection.
    • Specify Software Update
    • Lists individual deployments with times Available, Deadline and Last Modified
    • Links to Management 2 to provide details about selected deployment
  • Management 6 - Deployments that contain an update list
    • Description: This report returns all deployments that contain all of the software updates defined in a specified Update List.
    • Specify Update List
    • Lists individual deployments with times Available, Deadline and Last Modified
    • Links to Management 2 to provide details about selected deployment
  • Management 7 - Updates in a deployment missing content
    • Description: This report returns the software updates in a specified deployment that do not have all of the associated content retrieved, preventing clients from installing the update and achieving 100% compliance for the deployment.
    • Specify Deployment
    • Lists update, number of computers missing content
    • Links to Management 8 to provide details of computers missing a selected update
  • Management 8 - Computers missing content <secondary>
    • Description: This report returns all computers that require a specific software update contained in a specific deployment that is not provisioned on a distribution point. For best results, start with 'Management 7 - Updates in a deployment missing content' to return all software updates in the deployment that have not been provisioned, and then drill into this report to return all computers that require the software update.

Software Updates - C. Deployment States
These reports help track the status and results of a Deployment.

  • States 1 - Enforcement states for a deployment
    • Description: This report returns the enforcement states for a specific software update deployment, which is typically the second phase of a deployment assessment. For the overall progress of software update installation, use this report in conjunction with 'Evaluation state for a specific software update deployment'.
    • Specify Deployment
    • Lists deployment name, Time Available and Deadline, with number of computers and percentage last reporting each state
    • Links to States 4 with details of computers with the selected state
  • States 2 - Evaluation states for a deployment
    • Description: This report returns the evaluation state for a specific software update deployment, which is typically the first phase of a deployment assessment. For the overall progress of software update installation, use this report in conjunction with Enforcement state for a specific software update deployment.
    • Specify Deployment
    • Lists deployment name, Time Available and Deadline, with number of computers and percentage last reporting each state
    • Links to States 4 with details of computers with the selected state
  • States 3 - States for a deployment and computer
    • Description: This report returns the states for all software updates in the specified deployment for a specified computer.
    • Specify Deployment, Computer Name
    • Lists each update with state and error status ID
    • Links to States 7, showing status messages for the selected update
  • States 4 - Computers in a specific state for a deployment <secondary>
    • Description: This report returns all computers in a specific state for a software update deployment. For best results, start with 'States 1 - Enforcement states for a deployment' or 'States 2 - Evaluation states for a deployment' to identify the states for the deployment, and then drill into this report to return all computers in the specific state.
  • States 5 - States for an update in a deployment <secondary>
    • Description: This report returns a summary of states for a specific software update targeted by a specific deployment. For best results, start with 'Management 2 - Updates in a deployment' to return the software updates contained in a specific deployment, and then drill into this report to return the state for the selected software update.
  • States 6 - Computers in a specific enforcement state for an update <secondary>
    • Description: This report returns all computers in a specific enforcement state for a specific software update. For best results, start with 'Management 2 - Updates in a deployment' to return the software updates contained in a specific deployment, drill into 'States 5 - States for an update in a deployment ' to return the states for the selected software update, and then drill into this report to return all computers in the selected state.
  • States 7 - Error status messages for a computer <secondary>
    • Description: This report returns all status messages for a given Update or Deployment on a particular Computer for a given Status Message ID.

Software Updates - D. Scan
These reports help manage scanning.

  • Scan 1 - Last scan states by collection
    • Description: This report returns the count of computers in each of the compliance scan states returned by clients during their last compliance scan filtered on a given Collection.
    • Specify Source (WSUS server) and collection
    • Lists number of machines with each scan state
    • Links to Scan 3, listing machines with selected scan state and showing last scan date/time
  • Scan 2 - Last scan states by site
    • Description: This report returns the count of computers in each of the compliance scan states returned by clients during their last compliance scan.
    • Specify Update Source, Site
    • Lists number of machines with each scan state
    • Links to Scan 4, listing computers and last scan time with selected scan state
  • Scan 3 - Clients of a collection reporting a specific state <secondary>
    • Description: This report returns all computers that are assigned to a specific site server and that reported a specific state during their last compliance scan filtered on a giiven collection.
  • Scan 4 - Clients of a site reporting a specific state <secondary>
    • Description: This report returns all computers that are assigned to a specific site server and that reported a specific state during their last compliance scan.

Software Updates - E. Troubleshooting
These reports help identify and troubleshoot problems.

  • Troubleshooting 1 - Scan errors
    • Description: This report returns a grouped listing of all the different scan errors on the site along with a count of the number of clients which are failing because of these errors.
    • Specify Update Source, Collection
    • Lists Scan errors with number of failing clients
    • Links to Troubleshooting 3
  • Troubleshooting 2 - Deployment errors
    • Description: This report returns a grouped listing of all the different deployment errors on the site along with a count of the number of clients which are failing because of these errors.
    • Specify Deployment
    • Lists Deployment errors with number of failing clients
    • Links to Troubleshooting 4
  • Troubleshooting 3 - Computers failing with a specific scan error <secondary>
    • Description: This report returns a list of the computers on which scan is failing because of a specific error.
  • Troubleshooting 4 - Computers failing with a specific deployment error <secondary>
    • Description: This report returns a list of the computers on which the deployment of update is failing because of a specific error.

Software Updates - F. Distribution Status for SMS 2003 Clients
These reports help manage updates applied to SMS 2003 clients.

  • Distribution 1 - Advertisement Status for SMS 2003 clients
    • Description: This report lists all software distribution advertisements for the selected update. For each advertisement it also shows the advertisement state and count of machines in that state. This report also covers additional advertisement states available for software update advertisements.
    • Specify Type (Microsoft Update), Update
    • Lists (unknown)
    • Links to no reports
  • Distribution 2 - SMS 2003 clients with a specific update advertisement state
    • Description: This report shows a list of computers which are in a specific state of an advertisement. This report also covers additional advertisement state available for software update advertisements.
    • Specify Advertisement, Distribution Status, Update Distribution Status (optional)
    • Lists (unknown)
    • Links to no reports

    • -------------------
      Thanks,
      http://paddymaddy.blogspot.com/