
How to Register the dll using vbscript
Jan 27, 2010 · Hi I would like to know how to register the dll using vbscript. I need to use dis path when i register it manually.
Microsoft VBScript runtime error '800a01ad' ActiveX component can't ...
Nov 7, 2012 · Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object /QuotePreview2.asp, line 52 which is Set theDoc = Server.CreateObject ("ABCpdf7.Doc")
Sync AD data with MySql - social.technet.microsoft.com
I would like to know if there is a way to Sync basic user information from AD, ( Full username, Organization etc..) into a MySql database on different machine. The mysql database would be used …
Autounattend.xml download and run program after setup
Apr 27, 2012 · How can I download a file and run it? I don't have the option of including the file in the install-image or anything like that..
Exposing vba functions to vbscript?
Feb 25, 2009 · Excel Application.Run returns a variant, so if the function that is called returns an object, it will also return an object. If your workbook is open, to get a reference to the Excel.Application …
Empty Recycle Bin for all users - social.technet.microsoft.com
Oct 21, 2009 · Answers 0 Sign in to vote If you search the VBScript newsgroup archive you can find a script that looks like this: Const CLSID = ":: {645FF040-5081-101B-9F08-00AA002F954E}" Set …
powershell and webpage scrolling - social.technet.microsoft.com
Mar 28, 2012 · However, when the page opens, you must click immediately in it to get the focus into the page. The AppActivate statement doesn't work, probably because I can't tell what the name of the …
Create Task Sequence Variable with VBS Script
Jan 28, 2016 · I am trying to create one task sequence variable through VBS script. Bellow is the script i am using: Option Explicit Dim WshNetwork Dim ComputerName Dim objADSysInfo Dim …
map Home folder using vbs - social.technet.microsoft.com
Sep 14, 2010 · Question 0 Sign in to vote Hi There I currently use batch files for login scripts and use the following command to map a users home drive net use h: /home can someone tell me how to do this …
Login script based on location - social.technet.microsoft.com
Jan 4, 2010 · You can configure logon scripts in a Group Policy that applies to a site. Also, you can retrieve the name of the site the computer authenticated to from the ADSystemInfo object in a …