|
Mapping over a VPN connection. Hello everyone, I would like some assistance in mapping printers and drives when I connect to my VPN. I just started scripting, and I can map my printers and drives on a LAN, but I'm having a hard time getting the VBS to work when I connect to my VPN. Any assistance would be great. Thanks, Harvey ... 20 Jun 2008 04:03
Printer Driver remote installation fail ??? Hi Jo, I have just run into a similar issue but was getting a return code of 2 from the addprinterdriver method. I have now resolved this as it was only effecting newer HP printer drivers. The reason for this is that the installation files are contained inside cab files. For some reason this method differs f... 17 Jun 2008 09:06
ImpersonateLoggedOnUser() Hi I need to write an xml-file using ADODB.Stream. I have the script in place, but i need to secure the system using the active directory settings.' Now i need the script to ask for AD credentials prior to writing and use these credentials for the actual write-process. Best of all would be, if i could check... 18 Jun 2008 23:06
InternetExplorer.Application and Windows Vista Hello, I have this loginscript that gets system and user data and puts it into a DB. While the script is running the user is provided with a webpage that shows the status of the script. This all works fine in XP but doesn't seem to work well in Vista. Vista fires up an iexplorer window but doesn't make it full... 17 Jun 2008 07:34
Scripting user creation. BUT How to add to groups..... Dear All Below is a full copy of my code to date which seems to work nicely. Im still tinkering with it as parts are yet to be added home dir etc. Basically it pulls users from a CSV and creates their accounts. However how on earth do i add them to a group....???? Every user will by default need to be a ... 23 Jun 2008 10:40
Need sample for reading value from and writing value to cell E53 f "Tony Bansten" wrote: As fas as I heard I can write to Excel cell e.g. E53 from outside with VBS. How could such a code look like? Assume I have an Excel file aaa.xls and a worksheet "ws777" inside: How can I wread and write to this cell? Tony Here is a sample VBScript to write to a spec... 17 Jun 2008 02:28
Help Need help: If this script works: Const HKLM = &H80000002 strComputer = "." Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}" _ & "!\\" & strComputer & "\root\default:StdRegProv") sPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" oReg.EnumKey HKLM, sPath, aKeys For Each sK... 18 Jun 2008 23:06
Create a output stream with quote enclosed fields ekkehard.horner schrieb: [...] OOPS sTxt = Left( sTxt, Len( sTxt ) - 2 ) ' drop \r\n" sTxt = Left( sTxt, Len( sTxt ) - 3 ) ' drop \r\n" My ALU seems to be broken! ... 3 Jul 2008 09:25
run an UPDATE query on recordset Is it possible to run an update query on a disconnected recordset? I cannot find any info on using a recordset in a query. I need to update a field in a disconnected recordset created from a CSV file (rs_Asmt). The update info will come from a disconnected recordset that I will create at runtime (rs_TestDates).... 16 Jun 2008 20:53
Transmit Multipart data with part being binary I am attempting to do a direct upload to youtube using server side vbscript. I need to transmit the video with the following headers/ format. You can see this documentation at http://code.google.com/apis/youtube/developers_guide_protocol.html#Se... POST /feeds/api/users/default/uploads HTTP/1.1 Host: uploads.g... 16 Jun 2008 15:46 |