Hi,
I'm hoping somebody can help me please?
I've created a script to install some software, so that it can be deployed through our deployment solution.
The script works successfully on Windows XP desktops, but not on Windows 7 desktops. It will only run on a Windows 7 desktop if you manually...
Hi,
I'm hoping somebody can help me as my networking knowledge is very limited.
We have some change tracking software which monitors network devices for any changes.
At the moment, the reporting side of it is not working. This is due to the CISCO self-signed certificate on the device showing...
Thank you for your help Crobin1.
I've amended the script with your suggestion, but unfortunately nothing happens. As soon as the script is started, it stops. There are no error messages and the output file is not created.
The amended script is below, have I missed something...
Hi, I'm hoping somebody could help me please?
I need to install some software on all of our servers in a domain (200+), remotely using a script.
I put together the vb script below, which successfully installs an msi file on the local computer. For testing purposes, I am using the winzip...
Hi,
I'm having a bit of trouble with a script i'm running.
The script successfully queries computers for a list of their installed software and displays the results in the powershell window.
I need to be able to write the results to a file instead and i'm a bit stuck on how to, is anybody...
Thank you Geates. I have removed that line, but unfortunately i get the same result. The only thing i get in the .csv file is,
192.168.70.12;;
192.168.70.14;;
etc.
Is there anything else i've missed?
Thank you all. PHV - I've added the line that you suggested, but it hasn't made any difference. I'm obviously doing something wrong, but can't see what. I'll paste the whole code below, can you see anything obvious?
Thank you,
H
Option Explicit
'On Error Resume Next
Dim objFSO, objInFile...
Thank you. I've just tried i but i get the same result. Only this appears in the .csv file:
192.168.70.18;;;;
192.168.70.19;;;;
192.168.70.24;;;;
192.168.70.25;;;;
192.168.70.26;;;;
Is there anything else i can try?
Thanks.
Thank you for your responding so quickly :)
strDS_description is the description field of the computer object in active directory. For example, one severs details should be:
DS_description Network Test Server
DS_displayName NETTEST01$
DS_memberOf Domain Controllers
DS_displayName is...
Hi,
I have a wmi query that won't work and i just don't know why. I'm completely stuck and i'm not sure what to do. I am very new to scripting unfortunately and i'm trying to learn.
I have a script which runs wmi queries to servers which works successfully. It reads from a text file containing...
Hi,
I'm wondering if somebody could help me please?
I have a working .vbs script that uses a wmi query to retrieve server information, such as name, os, make, model, domain, role etc and write it to a csv or txt file.
There are a couple of servers in our network which this script will not run...
Hi,
Please forgive me, I'm new to scripting so I haven't got much experience.
I have a script which works okay. It queries some ip addresses, then it reports their Asset details in a spreadsheet, like it's make, model, os etc. I have pasted the code at the bottom of this post.
I have two...
Hi,
I'm new to scripting and I'm a bit stuck, so please forgive me. I've been searching around the internet, but have got myself even more confused.
Is there a way to search the local AD and list all of the objects that have a class of computers and then put that information along with what is...
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.