So i have list of full user name (like Bill gates) under c:\TEMP\DisplayName.txt. it reads the Display name and verify with AD and get username. results with csv file.
Now is there way to include computer name in there too. I got this vbscript, but couldn't be able to computer name out. need...
Hi,
I have script to get total size of the folder. it works fine if the size of folder is under 2G, but if over 2g, i am getting Overflow: 'of.size' error.
Here is my code.
'==============================================
dim FSO, objFolder,datafolder, foldername
foldername = "c:\Data"
Set...
ok found the issues and resolve size properties.
but my files property still doesn't work
it says wrong number of argument or invalid property assignment
...but i am getting path not found on line 13 and 14 where it mentioned to retrieve size and files. here is the code...thanks for help in advance.
****************************************************
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder =...
..._
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery _
("Select * from Win32_DisplayControllerConfiguration")
For Each objItem in colItems
Dim refreshm, refresht
refresht = 60
refreshm = objItem.RefreshRate...
...FQDN.
So, if ECHO objPrinter.Name, and printer has FQDN name, it won't echo me back.
is there any way i can read FQDN name of the printer...
'****************************************************************
strComputer = "."
Set objNetwork = WScript.CreateObject("WScript.Network")
Set...
...cscript.exe /nologo L:\Scripts\PassParam.vbs CrtFld
I am getting runtime error:wrong number of arguments.
Need help
thanks in advance...
'*****************here is my code
dim filespec, DirSpec, sstring
sstring = string
DirSpec = "c:\temp\test"
filespec = "c:\temp\test.tst"...
xwb: thanks for your reply...system means local system...
it doesn't required password or login...
as psexec.exe -s would do it...the problem is it creates a service when you run call Psexesvc...and thats cauing problem..but i had figure it out...
IF I run Psexec.exe -s -d....it won't create...
Hi,
I am trying to package one software. and it required P95tray.exe processes to run as system. So, is there any way i can start processes as system. I know i can see Psexec.exe, but i like to set in vbscript.
thanks in advance...
...Dim strComputer
strComputer = "."
Set objWMI = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colClass = objWMI.ExecQuery("Select * from Win32_NetworkConnection",,48)
On Error Resume Next
For Each objClass in colClass
WScript.Echo "DisplayType: " & objClass.discription
Next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.