Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Non-Domain WinXP: Creating Multiple Local User Accounts
- Have about 50 WinXP clients in a non-domain controled environment. What is required is that all Users have access to any PC using their own credentials. Does anyone know of a way to create a batch-file or a script that can be run on each machine to add to the...
- Tags: Microsoft Windows XP, battlel@..., strComputer, CreateObject, WinNT://, GetObject
- Discussion threads 2007-09-21
- Get PC Physical Memory Size via VB Script
- Hi guys, I had been trying to get the PC physical memory size via bwelow code://///////////////////////////////////////////// function getTotalMemory strComputer = "." Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2") Set colSettings = objWMIService.ExecQuery("Select *...
- Tags: Web browsers, andrew.zou@..., strComputer, GetObject, PC, Microsoft Visual Basic, Microsoft VBScript
- Discussion threads 2007-09-11
- crystal reports ran by vbscript
- I have searched many newsgroups and have not found an adequate answer to how a crystal report can be viewed/opened via vbscript. I have a report on a test web server and remote users can not get to it when I send a link to it via email. ...
- Tags: createObject, ExportRPT, getObject, Microsoft VBScript, objCRRpt, programming, RetValue, strDate, vbScript, wakin@...
- Q&A 2006-09-19
- script to close a file on shutdown?
- I have never written a script for Windows itself. I am somewhat familiar with VB script. What I want to do is have Windows end the process "WISPTIS.exe" before shutting down. I've noticed that if I don't end this process my computer won't shut down properly. a quick search shows...
- Tags: adobe acrobat, GetObject, Logoff Script, script, Shutdown, Shutdown Scripts, task, Tink!, windows, windows xp, wisptis.exe
- Discussion threads 2006-01-09
- Script To Unexpire Password
- I am looking for a script which can put a checkmark in account options for the password never expires.Modify the userAccountControlThe userAccountControl is an integer value stored in AD that is the sum of the values of each checkbox within the "Account Options" box of the Account tab in the...
- Tags: GetObject, networking, password, smartdude, userAccountControl, Value at Risk, windows
- Discussion threads 2005-12-27
- Error 800A01C3 - VBScript (Login Script)
- Any ideas? I received the above error when I run the login script as anyone that doesnt have administrative rights to the network. The section that returns the error is below. I can't post the entire script here, but if you email me: thamilton at tuskyvalley.k12.oh.us, I can...
- Tags: GetObject, LDAP://, Login, Login Script, Microsoft VBScript, objNetwork.MapNetworkDrive, programming, thamilton@...
- Q&A 2005-09-22
- Automate Windows administration with WMI scripting
- Consider this scenario: Your company's configuration standards committee has determined that seven of the Windows XP services that are running by default should be disabled on each workstation on which Windows XP is installed. One of them, they believe, may be a security risk, while the others simply are not...
- Tags: WMI, Allen V. Rouse MCSE, MCDBA, CCNA, Microsoft Windows, computer, VBS
- Technical articles 2004-04-23
Additional Resources
- GetObject and CreateObject Behavior of Office Automation Servers
- This paper discusses the different behaviors that occur when one uses the GetObject and CreateObject functions with various versions of Microsoft Office applications. GetObject and CreateObject are functions that are provided by Microsoft Visual Basic and Microsoft Visual Basic for Applications VBA. However, the information is also applicable to Microsoft...
- Tags: Microsoft Office, Microsoft VBA, Server, Microsoft Corp., Automation, Microsoft Development Tools, Programming Languages, Scripting Languages, Development Tools, Software Development, Software/Web Development, Web Development
- White papers 2007-01-31
- urgent help from VBA Expert
- 'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(, "Word.Application") Set myWord = GetObject("g:globalmaheshoffer letter.doc") myW
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- Programming in WMI
- I am new in writing program in WMI. I have a syntax error is my first program in the For statement when run listed below.Can anyone help me out?dim objWMIFor Each objWMI In GetObject("winmgmts:rootcimv2").InstanceOf("Win32_Service") Wscript.EchoobjWMI.NameNextHere would be my steps to resolving the error.1. Instantiate your Win32_Service object before the for loop block.2....
- Tags: Error Resume Next strComputer, kaypaul@..., objWMI, programming, Win32_Service, WMI
- Q&A 2005-01-27
- Login Script
- I need a login script to add a group to the local administrators group on PC's. I want it to work when users login to the PC and save the visit to each PC manually. I know this can be done through the global policy but it might...
- Tags: Desktops, PC
- Q&A 2006-01-13
- AD how to get a listing of security groups?
- I am having to trawl through the properties and security groups and then type out each individual group. Is there an easy way to do this that i could employ. If anyone can help i would be a very happy bunny!Only way is scripting it seems..As far as I know...
- Tags: isla23@..., security, strLDAP, objGroup, strDNSDomain, strUser, advertisement
- Discussion threads 2007-05-01
- LDAP Find users within a group
- Using ADUC I tried to find which users were members of the Internet group using:(objectCategory=user)(memberOf=CN=internet)Removing the "CN=" still results in a "is not a valid query string" How do I find out which users are members of a particular group ??All help appreciated,BanxThe members of a group are stored...
- Tags: arrMemberOf arrCPU, banx, hardware, LDAP
- Q&A 2006-07-28
- VBA Expert..urgent help
- ****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- VBA Expert..urgent help
- ****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- Netdde on W2000
- Hi all,we use an application named InTouch 7.1.It was written for NT, but we install it on W2000. It seems to work for the main features, but same secondary features based on NETDDE protocol doesn't run. The SW support told us that it doesn't work becasue w2000 doesn't support NETDDE,...
- Tags: 2000 os, ginone70, NetDDE, objService, strComputer, W2000, windows
- Discussion threads 2005-12-01
- Active screensaver on an entire domain except for 3 computers
- I´m trying to do that in title and I´m wondering how... I know that it´s possible by GPO (user conf/admin templates/control panel/... and so on), but the point is... I need to exclude 3 computers from meeting rooms of that policy because they are used for presentations for several users....
- Tags: computer, adriano@..., screensaver, Const HKEY_CURRENT_USER, ValueName, strKeyPath objRegusers.CreateKey HKEY_USERS, strKeyPathusers, strComputer
- Discussion threads 2007-04-03
- Collect domain names to automate admin script customization
- Admin scripts: Automate domain name searchWhat do you think of Kevin's script? Do you have a script that we'd be willing to pay you $100 for?SimplifiedThere's a bit of extra overhead in using a For loop, parsing & concatenating and deviating to the Network object.msgbox "User DNS domain = "...
- Tags: ADSystemInfo, Collect domain name, Collect Domain Names, CreateObject, earn 100, Mark W. Kaelin, members, msgBox, network administration, networking, scripting
- Discussion threads 2005-10-17
- Improve your VBScript programming skills with these tips
- Systemadministrators are continuing to expand their use of scripting. Although you may not come from a programming background, understandingbasic programming makes a growing scripting infrastructure a lot easier tomanage and optimize. I won't start at the very beginning with tips such as properindentation for script readability and the use of...
- Tags: strComputer, Â Â Â Â Â Â Â Â Â Â Â GetSNwithComputerName, Pierre Dumoulin, Function, Microsoft VBScript, Â Â Â Â Â, Â Â Â Â Â ComputerName, ComputerA, ConnectToWMI, programming, WMI connection, rowSN
- Technical articles 2005-02-03
- Scripts through Group Policy
- i copied this script from the net , this script will add a domian group to the local group , the problem is when i put this script usign group policy , computer conf, scripts , start up, the script seems not running , becasuse i dont see the group...
- Tags: nader.ayoub@..., group policy
- Discussion threads 2007-11-25
- << Previous
- page 1 of 1
- Next >>