Pages

VBS Script To Export SMS Queries To Microsoft Word

VBS Script To Export SMS WQL User Resource Queries To Microsoft Word


This Vbs script will take an SMS site server name and site code from an input box and then enumerate all of the User queries on that server and read their corresponding WQL Queries. It will then write them to a Microsoft Word document that you can save for future reference.

VBS Script:strComputer = InputBox ("Enter Site Server Name")strSiteCode = InputBox("Enter Site Code")Set objWord = CreateObject("Word.Application")objWord.Visible = TrueConst wdAlignParagraphCenter = 1Const wdAlignParagraphLeft = 0 Const wdColorGreen = 32768Const wdColorBlue = 16711680 Const wdColorBlack = 0Const wdColorGray = 15132390Set objDoc = objWord.Documents.Add()Set objSelection = objWord.SelectionobjSelection.Font.Bold = TrueobjSelection.Font.Color = wdColorGreenobjSelection.ParagraphFormat.Alignment = wdAlignParagraphCenter objSelection.TypeText "SMS WQL User Resource Queries For " & UCase(strComputer)objSelection.Font.Bold = FalseobjSelection.TypeParagraph()objSelection.TypeText "Report Created: " & DateobjSelection.TypeParagraph()objSelection.TypeParagraph()objSelection.ParagraphFormat.Alignment = wdAlignParagraphLeftSet objWMIService = GetObject("winmgmts://" & strComputer & "\root\sms\site_" & strSiteCode)Set colItems = objWMIService.ExecQuery("Select * from SMS_Query Where TargetClassName = 'SMS_R_User'")For Each objItem in colItemsobjSelection.ParagraphFormat.Alignment = wdAlignParagraphCenter objSelection.Font.Color = wdColorBlueobjSelection.Font.Bold = TrueobjSelection.ParagraphFormat.Shading.BackgroundPatternColor = wdColorGrayobjSelection.TypeText objItem.Name objSelection.TypeParagraph()objSelection.TypeParagraph()objSelection.ParagraphFormat.Alignment = wdAlignParagraphLeftobjSelection.Font.Color = wdColorBlackobjSelection.Font.Bold = FalseobjSelection.TypeText objItem.ExpressionobjSelection.TypeParagraph()objSelection.TypeParagraph()NextobjSelection.ParagraphFormat.Alignment = wdAlignParagraphCenter objSelection.Font.Color = wdColorGreenobjSelection.TypeText "Created by Don Hite For myITforum.Com"objSelection.TypeParagraph()VBS Script To Export SMS Queries To Microsoft Word

Network Access Protection (NAP)

Network Access Protection (NAP) is a new platform and solution that controls access to network resources based on a client computer’s identity and compliance with corporate governance policy. NAP allows network administrators to define granular levels of network access based on who a client is, the groups to which the client belongs, and the degree to which that client is compliant with corporate governance policy. If a client is not compliant, NAP provides a mechanism to automatically bring the client back into compliance and then dynamically increase its level of network access.

Here is uploaded Webcast to view in offline.!!!!

http://blogcastrepository.com/upload/downloadLMM.wmv

Thanks & Regrads,

Paddy

SCCM Microsoft Technet Library

Hey Techi,

Here is the Microsoft Technet Library..

http://technet.microsoft.com/en-us/library/default.aspx

Warm Regards,
Pavan Kumar.

Microsoft Technet library

Hey Techi,



Here is the Microsoft Technet Library..
http://technet.microsoft.com/en-us/library/default.aspx


Warm Regards,
Paddy

SCCM / Configuration Manager 2007 / V4 Features

I) New Features
1. Desired configuration management The ability to define granular computer configurations within your organization and compare and report compliance or noncompliance among your managed computers
2. Network Access Protection (NAP) for Configuration Manager The ability to leverage Windows Server NAP to identify and remediate managed clients using Configuration Management features such as software updates
3. Wake On LAN (WOL) support The ability to send a wake-up request to a Configuration Manager client that is in a sleep state to allow the running of a mandatory software update, software distribution advertisement, or task sequence
4. Internet-based computer management The ability to manage Configuration Manager 2007 clients when they are not connected to your company network but have a standard Internet connection
II) Integrated Features
1. Operating system deployment
2. Mobile device management
3. Transfer Site Settings Wizard
4. Manage Site Accounts tool

Configuration Manager Site System:-- A Configuration Manager site system is a Windows server that performs one or more Configuration Manager roles for a Configuration Manager site. There are nine Configuration Manager site system roles:
1. Management point
2. Server locator point
3. Distribution point
4. Reporting point
5. State migration point
6. System Health Validator point
7. PXE Server point
8. Fallback status point
9. Software update point

The first four look familiar to an SMS 2003 administrator as these "points" were around for SMS 2003.


What's New in Configuration Manager 2007 SP1:

· Out of Band Management
· New catalog and license management capabilities from within the Configuration Manager console.
· Additional reports.
· Compatibility with Microsoft SoftGrid applications.
· Asset Intelligence catalog synchronization to child sites.
· Ability to import both Microsoft and non-Microsoft software licensing data.

What's New in Configuration Manager 2007 R2
· Application Virtualization
· Application Virtualization
· SQL Reporting Services Reporting. Allows you to report on Configuration Manager activity using SQL Reporting Services.
· Client Status Reporting. Provides a set of tools and Configuration Manager 2007 reports to assess the status of client computers, sometimes referred to as "client health." Clients that show a change in activity patterns might need administrative intervention.
· Operating System Deployment Enhancements. The following enhancements are included in Configuration Manager 2007 R2:
1. Unknown computer support—In Configuration Manager 2007 R2, you can deploy operating systems to computers using a PXE service point without first adding the computer to the Configuration Manager database
2. Multicast deployment—Previously, all operating system deployments used unicast. Multicast can make more efficient use of network bandwidth when deploying large images to several computers at the same time.
3. Running command lines in task sequences with credentials other than the local system account.