Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Retrieving IUSR_ account name - works in 2k3 - truncates in 2k8

Reply
 
Old 04-06-2009   #1 (permalink)
Brock Hensley


 
 

Retrieving IUSR_ account name - works in 2k3 - truncates in 2k8

Hello,

The following 2 line vbscript retrieves the AnonymousUserName from the
metabase. This works fine for Server 2003, but isn't returning the full
account name in 2008 (seems to not like the "_" character).

Set IIsObject = GetObject ("IIS://localhost/w3svc")
WScript.Echo "AnonymousUserName = " & IIsObject.Get("AnonymousUserName")


Server 2003 Results:

C:\Documents and Settings\Administrator\Desktop>cscript a.vbs
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

AnonymousUserName = IUSR_SI-VS



Server 2008 results:

C:\Users\Administrator\Desktop\>cscript a.vbs
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

AnonymousUserName = IUSR


Can anyone point me in the right direction as to how to get this to work on
both 2k3 & 2k8? Or at least what has changed in 2k8? I see the Windows
Script Host version in 2k3 is 5.6 while 2k8 is 5.7.

Thanks,
-B


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
retrieving files from deleted user account Vista account administration
Internet works on one account but not the other? Browsers & Mail
VBScript for retrieving user account info. from a domain controller VB Script
ITunes works under admin account but not user account Vista music pictures video
Retrieving only headers fom IMAP account? Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46