|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
Unable to Run Asp Pages on my IIS 5.0
Vineet -
24 Mar 2007 10:55 AM - 6 messages
I ran the following update of Microsoft Script Engine from Microsoft site Windowsxp-windows2000-script56-KB917344-x86-enu.exe on my PC having windows 2000 professional and running IIs 5.0. After updating the ASp pages which were running previously have stopped ...
Find a running service on all workstations
Simon G -
23 Mar 2007 10:04 AM - 2 messages
Hello, I was wondering if it is possible to look for a service called "floppylock" and then record the asset and the service status to a csv file for all workstations in a particular ou ...
Windows Update on GPO
AppleGirl -
23 Mar 2007 6:24 AM - 2 messages
Hi, Currently i need help to get a script to fire up the Windows Update's State according to company policy on local machine. I understand this can be done at AD, OU. But now problem, if that machine does not join domain, there are ...
Catch files changes within a directory
Xhork -
22 Mar 2007 5:46 PM - 2 messages
Hello, I use to use VBS and WMI events catching methods. But I need a specific function that I couldn't found. My target is : - Use a sequence such as InstanceModificationEvent to watch for a folder. - Interced any file changes within this directory ...
Cleaning up nested groups in Active directory
Stefan van der Pur -
22 Mar 2007 3:39 PM - 3 messages
Hi, I currently work at a big Dutch organisation and we have the following problem: We at system engineering create our groups in AD, however at the servicedesk people can add members to groups we create. As long as they add users it is no problem, but they also add groups to groups ...
Find if a service is running
Miztiik -
22 Mar 2007 8:13 AM - 3 messages
i want to find , if a particular service is running or not in vb script ...
Question about script that displays users in Active Directory
Eric -
21 Mar 2007 7:50 PM - 5 messages
Hello, I am using the following scrip to display every user in our active directory setup: On Error Resume Next Const ADS_SCOPE_SUBTREE = 2 Set objConnection = CreateObject("ADODB.Connection") Set objCommand = CreateObject("ADODB.Command") objConnection.Provider = "ADsDSOObject" objConnection.Open "Active Directory Provider" ...
A Poser [MACLIB is to PROC as ??? is to WSH/VBS]
Windminstrel -
21 Mar 2007 6:21 PM - 2 messages
Script-folk: We currently have an active production environment that is integrating several environments and have need to centralize. Currently, we use two-plus facilities at this time: One are MACLIBs which store PCODE (compiled REXX procedures and are ...
New To Scripting: REXX
Windminstrel -
21 Mar 2007 5:26 PM - 2 messages
20070321.040.0002 Greetings: PreS: There will be a series of these; thought it best to keep things 'topically' discrete: ProbStmt: We have a boat-load of REXX procs, and are considering conversion/porting to WSH/VBS/JS. ...
find any external hard disk if any
Miztiik -
21 Mar 2007 4:53 PM - 2 messages
i want to find if there is any external hard disk conected to a compuer thru vb script ...
find hot fixes installed
Miztiik -
21 Mar 2007 4:26 PM - 3 messages
i want to know all the Microsoft windows hot fixes installed in the computer and count them tooo. get the outpout in file ...
processor clock frequency
Miztiik -
21 Mar 2007 3:44 PM - 2 messages
i would like to know how to find the processor clock frequency ...
script Password Last Changed
Adlnet -
21 Mar 2007 9:21 AM - 2 messages
Hi I have a problem with this script and appears the following code error (80072030 ). ------------------ Set objUser = GetObject _ ("LDAP://CN=Ken Adams,OU=Users ADL,OU=staff,DC=Spain,DC=com") dtmValue = objUser.PasswordLastChanged WScript.Echo "Password last changed: " & dtmValue ...
how to use runas command
Golden_au -
20 Mar 2007 11:55 PM - 4 messages
How can I use runas command with the password together then we can run it with prompt to enter password? many thanks for any advice ...
User Password Change
ipon70 -
20 Mar 2007 10:56 PM - 5 messages
I would like to be able to have a webpage that users can go to and change their password. Domain is conga.com So it would be basically a form with Username Current Password New Password Confirm New Password Can any of you guys help me, I suck at scripting things like this, so please ...
comma seperated text file - deleting text that meets certain date/
mjm -
20 Mar 2007 9:07 PM - 3 messages
i am trying to build a script that opens a text file with log data. The text file gets appended to every hour. a sample line from the file looks like: KIOSK-COOH-11-1 ,kiosk ,Mar 20 2007 12:15AM ...
Delete Files and Sub-directories
Greg H -
20 Mar 2007 8:57 PM - 2 messages
Hello, We have a temp folder on a server that is open to the entire organization for people to transfer files back and forth. We would like to use a script to delete all the files and subfolders in it each ...
No of Processors
Miztiik -
20 Mar 2007 4:47 PM - 3 messages
i want to find the number of processor in the computer and their clock frequency in a vb script ...
Parse XML files from Powershell?
Duncan Smith -
20 Mar 2007 3:35 PM - 9 messages
Say I have an xml file like the one below: <root> <tag id="1"/> <tag id="2"/> <tag id="3"/> <tag id="4"/> ...
Hatd disk size
Miztiik -
20 Mar 2007 2:27 PM - 2 messages
how to find the size of the hard disk installed in a computer thru vb script file ...
how to find IP Adress
Miztiik -
20 Mar 2007 11:19 AM - 9 messages
i want to find the ip address fo the computer.. how would i do it ...
need to append file rather than overwrite
Miztiik -
20 Mar 2007 8:38 AM - 9 messages
i write the script output to a file, But everytime i execute the script the old file is over written. But i would like to know how to append to the old file ...
script error
Miztiik -
20 Mar 2007 8:35 AM - 2 messages
i have this script Const ForReading = 1 dt = Replace(Date,"/","-") strFileName = "C:\CSW\Scripts\" & dt & "-FreeSpace.txt" Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile(strFileName) Set objFile2 = objFSO.OpenTextFile("C:\CSW\Scripts\Servers.txt", ForReading,True) ...
"List Installed Software" returns an incomplete list.
Gabriel/TFI -
19 Mar 2007 3:19 PM - 3 messages
I tried the script "List Installed Software" taken from ScriptCenter:
[link] The file is created, but many software are missing in the list, such as "SAP ...
|
|||||||||||||||||||||||