Tagged Questions
Microsoft's Active Directory Utility script
1
vote
1answer
536 views
How can I set global mime-types for IIS6 programmatically?
Currently I am able to to set a mime type with adsutil.vbs for the primary web site on IIS6 with the following syntax:
cscript adsutil.vbs set W3SVC/1/Root/MimeMap ".manifest, text/cache-manifest"
...
1
vote
3answers
7k views
How to find relative path to C:\Inetpub\AdminScripts\ADSUTIL.VBS?
IIS 6 and older ships with a utility script called ADSUTIL.VBS:
Adsutil.vbs is an IIS administration
utility that uses Microsoft Visual
Basic Scripting Edition (VBScript)
with Active ...
0
votes
0answers
256 views
How can i take screenshot using a vbs(vb script file) file? [closed]
Possible Duplicate:
taking screenshots of an application using WSH Script
I need to take a screenshot of my screen and it should save into my local disk.
Can I take screenshot by using ...
0
votes
1answer
1k views
Get IIS Web Site identifier programmatically
I'm trying to use adsutil in an installation script of a web app I am installing on IIS 6.0 to set access control. There is a command that works as follows:
adsutil.vbs set w3svc/1/root/Authflags 4
...