TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
VBScript
Tagged Content List
Wiki Page:
Active Directory: Characters to Escape
Richard Mueller
Almost any characters can be used in distinguished names in Active Directory. However, some characters must be escaped with the backslash "\" escape character. Table of Contents Active Directory ADSI Non-Keyboard Characters VBScript PowerShell PowerShell New-AD* Cmdlets ADsPath LDAP Filters...
on
20 Sep 2013
Wiki Page:
Hyper-V: How to Find Virtualization Hosts (Servers with Hyper-V Enabled)
Danny van Dam
Note: This article is based on Hyper-V 2.0 and might not apply to Hyper-V 3.0 (Server 2012) John Howard , Senior Program Manager in the Hyper-V team at Microsoft, shared a sample VBScript you can use how to determine which domain-joined servers are running Hyper-V by using the SCP or "Service...
on
12 Sep 2013
Wiki Page:
VBScript to Read and Update an Excel Spreadsheet with Computer Description from Active Directory
TNJMAN
This article explains how to use a VBScript application to read a single-column Excel spreadsheet containing a list of computers, check that list against Active Directory (AD), and then update the spreadsheet with the corresponding computer's AD Description field, if present. In the event...
on
10 Sep 2013
Wiki Page:
BizTalk: Monitoring and Automatically Starting Host Instances Via A Scheduled Task
Maheshkumar S Tiwari
by Ron Phillips, aka El Bo on Technet Table of Contents Introduction Building the Sample See Also Introduction If you've ever gotten a phone call at 2 am asking you to figure out why a system is down, you'll appreciate the utility of self-healing systems. With a little work with...
on
10 Sep 2013
Wiki Page:
Active Directory: LDAP Syntax Filters
Naomi N
LDAP Syntax filters can be used in many situations to query Active Directory. They can be used in VBScript and PowerShell scripts. Many utilities, like adfind and dsquery *, accept LDAP filters. Many PowerShell Active Directory module cmdlets, like Get-ADUser, Get-ADGroup, Get-ADComputer, and Get-ADObject...
on
7 Sep 2013
Wiki Page:
Migrating Print Server
Maheshkumar S Tiwari
In his article about the batch creation of printers I described how you can without much time and moral cost, quickly create a similar set of printers on the new server. According to the problem we have in the old and the new print server. In my case this is an old Windows 2003 and the new Windows...
on
31 Aug 2013
Wiki Page:
SharePoint 2007: Write an IIS Warm Up Script for a SharePoint Intranet Site
Gokan Ozcifci
What is a Warm-Up Script In a SharePoint production environment where IIS has been taken as hosting platform, AppPool recycling on daily basis is considered as a good practice. But as an after-effect of AppPool-recycle, when the first user hits the sites of the corresponding SharePoint Web application...
on
16 Aug 2013
Wiki Page:
Active Directory: Querying User Accounts
Richard Mueller
Various scripting and command-line methods for querying Active Directory for a list of users. Table of Contents Directory Services DSQuery User DSGet User DSQuery * VBScript PowerShell ADSI Active Directory module Quest ActiveRoles snapin Directory Services DSQuery User Query a...
on
1 Aug 2013
Wiki Page:
How to Print Email without the Default Fields
Naomi N
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. Email message when printed from Outlook always contain fields: • From • Sent • To • CC • Subject...
on
1 Aug 2013
Wiki Page:
Sending from a Selected Account in Microsoft Outlook
VBATools
Today, many people use several e-mail accounts for communication due to the popularity of free accounts that you can set up anytime. In Microsoft Outlook 2007/2010 you can choose the account which you want to send the message from ( Fig. 1. ). Fig. 1. Manual account select prior to sending a message...
on
1 Aug 2013
Wiki Page:
How to Determine the Date of Creation of a User Account in Active Directory
Richard Mueller
How to determine the date of creation of a user account in Active Directory? Hello Skrypciarzu! Is there a way to specify the date that you created the user account in Active Directory? After DD! Thanks: Nice, when between the nagromadzonymi during the holidays, the upcoming Scripting Week stacks...
on
31 Jul 2013
Wiki Page:
VBScript to Create Active Directory Security Groups
Richard Mueller
If you are working with System Center Configuration Manager (SCCM 2007),you know what the post means here. Have been getting lot of requests per day/week to create AD security groups for new applications to deploy applications . Here is the VB Script that fulfills your requirememnt but test it in...
on
31 Jul 2013
Wiki Page:
Extract Members of an AD Group to Excel
Richard Mueller
All, My first post on wiki. I have been writing VB for 2 years now and still learning. PowerShell seems lot easier than VB because of inbuilt commandlets. I am posting my favourite VB script that gets group membership of users in excel. This is required for those who are involved in SOX auditing...
on
1 Jul 2013
Wiki Page:
Querying WMI
Richard Mueller
Here are some examples of how to query WMI via cmdline/scripting. Table of Contents WMIC VBScript PowerShell WMIC Retrieve all properties related to the Operating System class wmic OS Retrieve the Version property of the Operaring System class wmic OS get Version ...
on
26 Jun 2013
Wiki Page:
Query a Registry Key for Bulk Computers
Richard Mueller
On Error Resume Next Set objShell = CreateObject("Wscript.Shell") Set oFso = CreateObject("Scripting.FileSystemObject") sDesktop = objShell.SpecialFolders("Desktop") spath = sDesktop & "\Dclist.txt" Set oT = oFso.OpenTextFile(spath,1) Do Until oT...
on
18 Jun 2013
Wiki Page:
Management Pack Composition Exercise #1 - Creating a Monitor Based on a Custom Module
jskiba
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Create Probe Action Module to Run a Script Create Data Source Module to Run Probe Action...
on
13 May 2013
Wiki Page:
How to Add GacUtil Refresh as a Context Menu Item in the Windows Shell - Gacutil
- Will -
A long time ago when most of my development was on a Windows Server 2003 machine, we had a registry tweak that allowed us to quickly refresh dll's in the GAC by right-clicking the dll file and choosing a custom context menu item that would call a simple cmd script that would uninstall and reinstall...
on
8 May 2013
Wiki Page:
Management Pack Health Model Exercise #9 - Creating a Recovery Based on the Output of a Diagnostic
Richard Mueller
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Creating a diagnostic that runs a script Creating a recovery based on the output of a diagnostic...
on
5 May 2013
Wiki Page:
Management Pack Service Model Exercise #6 - Creating a Script Discovery (VBScript)
Richard Mueller
Table of Contents Overview Product Versions Prerequisites Revisions Details Authoring Console Procedure Visual Studio Authoring Extensions Procedure See Also Overview The following procedures show how to create a VBScript script discovery using the Operations Manager 2007 Authoring console...
on
5 May 2013
Wiki Page:
How to Use VBScript to Run a PowerShell Script
Richard Mueller
FIM ScriptBox Item Summary If you you want to run a PowerShell script by just double-clicking it, you can do this calling the PowerShell script from a VBScript. The VBScript code below shows an example for this. To use the VBScript, save the VBS file in the folder where your PowerShell script...
on
3 May 2013
Wiki Page:
FIM: How to Script for Clearing Run History
Richard Mueller
Here is a little script I wrote for clearing the run history via script and using WMI. Clear Run History Script Dim Service Dim ManagementAgent Dim DeleteDate Set Service = GetObject( "winmgmts:\root\MicrosoftIdentityIntegrationServer" ) Set Server...
on
17 Apr 2013
Wiki Page:
VBScript: Find out Who Owns Your Computers
Yagmoth555
There are times when what you really want to know about a given computer is, who’s responsible for it. With good user education, your OU admins or computer admins will pre-stage a computer and at the very least populate the ManagedBy property. This effectively lets anyone who can read that property...
on
9 Apr 2013
Wiki Page:
VBScript: Map network drives on logon
Yagmoth555
Need to create logon scripts that would automatically map network drives for users as they logon? The process is quite simple if you adopt a simple vbscript to connect the required printers and then apply a group policy that would run the script during logon. Below is a simple script that will do...
on
24 Feb 2013
Wiki Page:
Management Pack Health Model Exercise #12 - Creating a Script Based Performance Collection Rule
Richard Mueller
This document is part of the Operations Manager Management Pack Authoring Guide . Table of Contents Overview Product Versions Prerequisites Revisions Sample Code Details Authoring Console Procedure Visual Studio Authoring Extensions Procedure See Also Overview The following...
on
12 Feb 2013
Wiki Page:
VBScript - SendKeys Method
Yagmoth555
The SendKeys method is used to send keystrokes to the currently active window as if they where typed from the keyboard. object . SendKeys Keystrokes Single alphanumeric keystrokes can simply be specified using a string representation of the character required. For example, to send the letter S...
on
7 Feb 2013
Page 1 of 2 (36 items)
1
2
Can't find it? Write it!
Post an Article