|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
checking for blocked inheritance in a group of users
Sport -
12 Jan 2007 11:38 PM - 2 messages
Pulls group just fine but having trouble on line 125 with getting DN from userObj. " set objDN = objMember.distinguishedName " so close I can taste it! ' EnumGroup.vbs ' VBScript program to document members of a group. ' Reveals nested group and primary group membership. ...
Getting group members of group on Domain A that contains users on Domain B
Mike Matheny -
12 Jan 2007 9:55 PM - 11 messages
I have been unable to find a script that will do this. We have multiple trusted domains where I work, and sometimes I need a listing of all the members of a group that may contain members from a trusted group. All the ...
ADS_UF_PASSWD_NOTREQD = &h00020
wanderingbard -
12 Jan 2007 5:46 PM - 2 messages
I am trying to write a script that will list this value on a printout for my domain. I need this for an audit. Does anyone have a pre-made script for this purpose? ...
Mass Computer Rename
Boz -
12 Jan 2007 2:08 AM - 2 messages
I have about 1000 machines that need to be renamed, I have the current name and the new name in a file/ini or csv, I am looking for a way to script a netdom or use a sript similar to yours that I can remotely ececute on a ...
Script file for maping network drives
Kobus -
11 Jan 2007 2:30 PM - 4 messages
Hello Does anyone know of an article or something that can help me create a script file on a Windows 2003 domain controller that when the user logs in it automatically maps a network drive on thier pc Thanks ...
Script to move first 1000 files
jsully79 -
10 Jan 2007 9:34 PM - 5 messages
Hello, I need a script to move the first 1000 files from a directory to a new directory. There is no criteria for the files that are moved except it must be 1000 files. Does anyone have any idea? ...
Find Large Network Files
Jack -
9 Jan 2007 10:33 PM - 5 messages
Earlier it was described how to list files on a computer with >1MB strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colFiles = objWMIService. _ ExecQuery("Select * from CIM_DataFile where FileSize > 1000000") ...
Help with script for processessing files
Ariel -
9 Jan 2007 9:03 PM - 5 messages
Hello, I'm looking for some help with creating a script (of any flavor) that will accomplish the following: I have a vendor supplied executable that processes text files based on the name of the text file. The text filename is an argument that can be given to ...
How can I select the last entry from dir /B /OD
Stephen -
9 Jan 2007 7:30 PM - 3 messages
Using a Batch / Script File I need to select the last file name form a directory listing, into a variable Does anyone have any suggestions ? ...
retrieve only Error message
Avi G -
9 Jan 2007 6:30 AM - 7 messages
Hi i start to write a script that find only error message in my event viewer but i need some assistance. first - i need to transfer the date to original date (01.01.07). second - how i can view only Error from a specific date? i need to run this ...
List all users with Domain administrative priviliges
mtfeliz -
8 Jan 2007 3:26 PM - 2 messages
Is there a way to list all AD users that have Domain Admin privileges? I know I can list all users in the Domain Admins group and the enterprise admin group. But this does not account for instances where the roles were directly assigned to a user... ...
How to display members of a group in a domain.
BBB_b -
8 Jan 2007 3:23 PM - 4 messages
Hello, I have a script written by one of my colleagues that is supposed to obtain the names of members in a group in a domain. The script is run by opening the command promt, changing to the script directory in a persistent ...
Another way to retrieve IP Address?
Zamdrist -
8 Jan 2007 2:17 PM - 2 messages
I am using WMI to retrieve the IP address of users who log onto our network. Unfortunately because of some anomalies in network adapters across the company this is problematic, i.e. network adapter, dial-up adapter, VPN adapter, wireless, etc. ...
Enumerate Windows NT4 *Servers*
davidhomer -
8 Jan 2007 12:18 PM - 5 messages
Hello, I have a VB.NET application that is required to find Windows NT4 Servers on a network. It currently does this by using the Browse List. This isn't exactly ideal. I can find NT BDCs by doing an AD query however NT4 Member Servers ...
Out Of Memory with objSysInfo.UserName
Anders Wingren -
8 Jan 2007 10:46 AM - 2 messages
Hello! I have a strange problem with my Logonscript... For a few users it gives a "Out of Memory" when I try to get the DistinguisedUserName. I can recreate the problem with the following lines... Set objSysInfo = CreateObject("ADSystemInfo") strDistinguisedUserName = objSysInfo.UserName ...
Problems getting output from WMI class method
Matty -
7 Jan 2007 7:00 PM - 3 messages
Hi there, I have been trying to write a script for initializing the TPM on equipped devices. I am trying to use the ConvertToOwnerAuth method of the Win32_Tpm WMI class described on this page: [link] ...
|
|||||||||||||||||||||||