On GameSpot: TGS 2008: New Street Fighter IV anime
3 Resources for

abhiramhi@... and strcomputer

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

WMI
Can i know how to ping remote systems on windows 2000 professional operating system using WMI can u please provide example in C++.i have the following script examplestrComputer = "PC1;PC2;" sArray = Split(strComputer, ";")strDomain = "WOrkA
Tags: programming, networking, software, windows, WMI, strComputer, sArray, abhiramhi@..., InputBox, strPassword
Discussion threads 2006-11-27
pinging remote systems on windows 2000 using WMI
Can i know how to ping remote systems on windows 2000 professional operating system using WMI can u please provide example in C++.i have the following script examplestrComputer = "PC1;PC2;" sArray = Split(strComputer, ";")strDomain = "WOrkA
Tags: programming, networking, software, windows, WMI, strComputer, abhiramhi@..., InputBox, sArray, strPassword
Discussion threads 2006-11-21
KILLING Remote process using wmi script
strComputer = "abc;def;ghi;jkl;mno" strDomain = "WOrkgroup" strUser = InputBox("Enter user name") strPassword = InputBox("Enter password") Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator") For Each machine in strComputer
Tags: programming, networking, software, windows, strComputer Set objWMIService, abhiramhi@..., strComputer, strPassword, WMI
Discussion threads 2006-11-17

Additional Resources

ipp printing
HiI have set up internet printing on a win2k server. All works well from within the lan. When I access from the internet I can see the printers, read their properties and manage them, but if I try to connect and thus print. I get the message 'Printer not found...
Tags: it management, johnstr, printer, printing, strComputer
Q&A 2005-03-25
script for shutting down clients Pc.
As all the client systems logon to server for file and printer sharing. Server is win2k advance server. Pl. provide me how to prepare a script to force the client systems to shutdown through server. ThanxBharat PrasadCut n past this into notepad and save with the extension ".vbs". strComputer =...
Tags: server, strComputer
Q&A 2006-03-07
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
How do I send the VBScript Output to my Email?
I am using the below script to find out the status of the Windows Services in the Server. How can i send the output to my email instead of showing it on the desktop?strComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2")Set colServices...
Tags: bhnizam79@..., Set objWMIService, strComputer, e-mail, Microsoft VBScript
Discussion threads 2007-10-04
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
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
Remote Password Change with CUSRMGR
I'm a DoD contractor at a USAF hospital in the U.K. and I'm attempting to use CUSRMGR for changing admin passwords on over 800 PC's. It works just fine as long as you don't go over 12 characters in the batch file. The problem is the Air Force has now...
Tags: CUSRMGR, dante.cinelli@..., password, windows
Q&A 2006-01-23
mapping a printer vb script (premission denied)
hi,I have 30 printers in my company, If I try to connect winxp share printer it's work fine, bat if I try to connect a win98 share printer I get "premission denied" this is the script:strcomputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\"...
Tags: Printers, m-6rom@..., Microsoft VBScript, printer
Discussion threads 2007-04-04
Dell Service Tag
Is there any way to retrieve a dell service tag number from a remote pc without user intervention?if you're using the default load from dell it should be under C:i386oeminfo.iniif you're using your own load...i don't think there is a way to get it.Dell open management software will get information...
Tags: strComputer, Dell Computer Corp.
Q&A 2005-09-14
Got an error with this script, cannot connect to computer...
PLEASE HELP!!!The computer list was created manually.'-------------------------------------------------------------------------------' Initialization - Declare variables'-------------------------------------------------------------------------------Dim fsoIn, fsoOutDim inFile, outFileDim arrComputerNamesDim objUserDim strComputerDim newPasswordDim ErrorOccurredConst ForReading = 1Const ForWriting = 2Const ForAppending = 8Const inFilename = "computers.txt"Const outFilename = "ChangePwdcomputers.log"'-------------------------------------------------------------------------------' Main script'-------------------------------------------------------------------------------On Error Resume NextErrorOccurred = False' Insert WARNING here...Msgbox ("WARNING: This script will change...
Tags: julliadarc@..., strComputer, password, Now & vbTab, newPassword Dim ErrorOccurred Const ForReading, outFile.writeline Now & vbTab, computer
Discussion threads 2007-06-15
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
Dell Express Service Code
Does anyone know how to read the Dell Express service code using VBScript?We are currently reading the service tag and model from the bios but would like to get the express service code.We don't know the syntax to read that object.If anyone knows please let me know.This is what I...
Tags: dan.cox@..., Dell Computer Corp., Wscript.Echo
Discussion threads 2007-05-31
Script for finding the model for hundreds of servers
HelloI have the script for finding the model of a server.. but copying the script & excuting it takes lot of time... Am copying the script hereSet objFSO = CreateObject("Scripting.FileSystemObject")Set objTextFile = objFSO.CreateTextFile("c:software1.xls", True)set obj=Wscript.CreateObject("Wscript.Network")set obj1=Wscript.StdOutstrComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer &...
Tags: ananth1201@..., server
Discussion threads 2007-06-25
WMI: Output to a file
HI, Does anyone knows how to output the data to a file in the script below? I tried to find info on this but so far no luck. Thanks.-------------------------------------Option ExplicitDim strComputer, strKey, strSubKeyDim objRegistryDim arrSubKeysDim strDisplayName, strDisplayVersion, strInstallLocationConst HKEY_LOCAL_MACHINE = &H80000002strComputer = "."strKey = "SOFTWAREMicrosoftWindowsCurrentVersionUninstall"'*'* CALLOUT A'*Set objRegistry = GetObject("winmgmts:"...
Tags: programming, psvoboda@..., strKey, strSubKey, strSubKey Dim objRegistry Dim arrSubKeys, WMI
Q&A 2005-04-21
Looking for a script that will report folder size from multiple computers
I need a vbs script that will report the size of a folder on multiple computers. I have a script that will report this information when ran on a single computer. What I would like to do is to have this script read from a list of computers...
Tags: computer, brood@..., Const ForAppending, networking, strComputer
Discussion threads 2007-02-12
Scan for Windows SP1 on a network
Hello, I'm working in a department of about 400 users and wanted to make sure everyone was running Windows Service Pack 2. Is there a possible way (a tool maybe?) to scan a network to search for computers that are still running Windows XP SP1? Thanks.From MS technetList...
Tags: H-tech, Microsoft Windows, network, strComputer, windows, Windows SP1
Discussion threads 2005-03-28
Diskspace VBScript Help needed
How do I edit this script so that it will output the diskspace for each computer?To run the script the syntax is cscript diskspace.vbs computernameHere is the code: On Error Resume NextConst CONVERSION_FACTOR = 1048576Const WARNING_THRESHOLD = 100If WScript.Arguments.Count = 0 Then Wscript.Echo "Usage: FirstScript.vbs server1 [server2] [server3] ..." WScript.QuitEnd...
Tags: computer, Err.Number, keebmachine, Microsoft VBScript, programming, Wscript.Echo Computer
Q&A 2004-12-10
  • << Previous
  • page 1 of 1
  • Next >>


Microsoft Excel Intermediate Skills
This Microsoft Excel Intermediate Skills presentation is a preformatted solution for training staff to get more out of Microsoft Excel. The accompanyi ...
Buy Now
Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now

The PC Cracked Open