Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » {Scripting}   (RSS)

Hyper-V Scripting

* Dung K Hoang (HP USA) blog: http://dungkhoang.spaces.live.com/default.aspx * Hyper-V remote management configuration: http://code.msdn.microsoft.com/HVRemote
Posted by quenguyen | 0 Comments

ISA Server logging

In order to query the log, in addtion to the builtin query viewer of ISA, you can install SQL client tools, then use SQL Analyzer to connect to ISA-SERVER\MSFW (replace ISA-SERVER with your actual server name) and query the log. See the example here .
Posted by quenguyen | 1 Comments

Programmatically change phone numbers in Outlook

First of all, you need to allow Macro execution by going to Tools/Marcro/Security, then restart Outlook Press Alt-F11 to open the Macro window. Below is the code skeleton for you to start with. Sub Outlook_Contact_Change() Dim folder As Outlook.folder
Posted by quenguyen | 0 Comments
Filed under:

Scripting - Sample Users/Group creation in AD

Set oRoot = GetObject(" LDAP://rootDSE ") Set oDomain = GetObject("LDAP://" & oRoot.Get("defaultNamingContext")) Set oOU=oDomain.Create("organizationalUnit", "ou=My Corp Users") oOU.SetInfo Set oUser = oOU.Create("User", "cn=Director One") oUser.Put
Posted by quenguyen | 0 Comments
Filed under:

Windows Server scripting - first steps

************ Server machines << note the number 1 at the end of netsh command, which is for the metric of the 192.168.1.10 gateway >> netsh interface ip set address name="Local Area Connection" static 192.168.1.1 255.255.255.0 192.168.1.10
Posted by quenguyen | 0 Comments
Filed under:
 
Page view tracker