|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
File Open Dialog box in Vista
Pete Gomersall -
22 Sep 2006 7:54 PM - 4 messages
Hi all, I have been using the UserAccounts.CommonDialog from XP with my VBScripts, however this doesn't seem to work in Vista. Does anyone know if there is a similar ActiveX object to call in Vista or Vista specific way to call the Common File Open dialog from VBScript? ...
net user password never expires option
network admin in need of help -
22 Sep 2006 12:38 PM - 6 messages
i am using net user batch file to create and add 142 user, i need to use the password never expires option, but i am running into an issue, here is what i have net user ons1 #!wdfons1 /add /expires:never /passwordchg:no ...
How to handle a space in a LDAP string?
Migration Guy -
22 Sep 2006 12:36 AM - 3 messages
I have this line that keeps getting an error because it has a space between West & Division. I can't rename West Division, so how do I work around it? Set objOU = GetObject ("LDAP://cn=Groups,ou=US,dc=West ...
script to change computername into assettag
Erik van ''''t Hof -
21 Sep 2006 11:36 AM - 3 messages
I've build a script to change the computername into the assettag, but a error message occured: The Script: '========================================================================== ' Script voor het maken van aanpassingen op de standaard ' werkplek. Dit script draait na het plaatsen van het image en zet de ...
List Group membership
ZAS -
21 Sep 2006 6:06 AM - 5 messages
Hi, I am unable to get the membership of a Domain Local Security Group using the below mentioned Script.However the Group contains many members. On Error Resume Next Set objGroup = GetObject _ ("LDAP://cn=Group SG,ou=UserAccounts,dc=Domain,dc=com") ...
Automating scripts...
JSimon -
20 Sep 2006 11:28 PM - 4 messages
Hello, I have a script to restart a mission-critical service that goes down from time to time. How can I loop the script in TSR? Scheduled task 'could' work but I need it to run every few minutes... ...
Script to determine Map Drive
shanssou -
20 Sep 2006 10:14 PM - 5 messages
I am new to scripting, I need some help with a script that pertains to mapped drives. There is one company with two locations. I need to be able to create a script that will determine which office this user is in when connected to the ...
Differentiate between local and domain groups for Windows 2000 Ser
Al -
20 Sep 2006 9:14 PM - 4 messages
I am enumerating local group and their members. How can I find out if the group is a local group or a domain group. If it is a domain group I also need to find out the domain the group belongs to. For example, the nested ...
Setting an Outlook Out Of Office message via vbscript
Ian Manning -
20 Sep 2006 6:51 PM - 3 messages
Does Anyone know if this is possible? I've spent about an hour reading through the CDO & CDEOX SDKs but not got anywhere, so would really appreciate some pointers. Essentially I'm interested in a vbscript that will set a predefined OOO ...
Email from Powershell script
HectorITNT -
20 Sep 2006 3:39 PM - 2 messages
What is the easiest way to send an email from Powershell? I have a small script that checks the size of a queue and I want o receive an e-mail when the numbers passes the threshold. ...
send emails when a new file is created
miguel-lopes -
20 Sep 2006 10:30 AM - 6 messages
Hello I'm using windows XP SP2 . When a file is copied to a specific folder I would like a mail to be sent to a specific email and with that file as an attachment. Is it possible??? Thanks ...
Help Modifying User Account Information In AD from an Excel Spreadsheet
meridean -
20 Sep 2006 10:00 AM - 6 messages
Hi, I am creating a script to reverse changes made in another script I have written. The first script I have written queries AD, then writes the following information SAMAccountName, HomeDirectory, HomeDrive, TerminalServicesProfilePath, TerminalServicesHomeDirectory, TerminalServicesHomeDrive to an Excel Spreadsheet with the 1st Row ...
text file end of line
Mark1 -
19 Sep 2006 6:40 PM - 8 messages
I have a text file that is a list of account numbers one after the other in one column of data. There is a comma after each number. I need them to be 12 across in one line then 12 across in the next line, and so on... ...
Scripting question
Jonas Lindqvist -
19 Sep 2006 6:09 PM - 7 messages
Hi I have the following question regarding a script I need to build in our 2003 domain, The purpose of the script is to add a Domain Group in to the Local Administrator group on the client if there is a group that have the name: ...
Get logged on Username from Active Directory
Randy -
19 Sep 2006 2:22 PM - 2 messages
Hello, I am writing a login script for a domain where I need to pick up the current logged in user on an XP box and pass it off to function in the form: "CN='Test User',OU=xxx,DC=temp,DC=com" ...
Batch file for Ping?
Linn Kubler -
19 Sep 2006 1:33 PM - 9 messages
Hi, My DHCP range starts at 192.168.1.100 with the lower numbers reserved for printers, servers, switches and the like. Problem is, my predesesor did not keep a list of which IP addresses he assigned where. So I'm thinking that I ...
Changing Home folder permissions
Mark -
18 Sep 2006 8:00 PM - 4 messages
The permissions on my home folders are missing the user's account name. How can I add the user's name in the permissions list for over 100 folders with a script? Their home folders have the same name has their ...
Listing Folder
Phil -
18 Sep 2006 6:01 PM - 2 messages
I'm trying to list files in a folder based on their last access date but cannot figure out how to list these files for a certain folder. The script I have lists all files for all folders on the filesystem. ...
Need List of Groups in Active Directory
Randy -
18 Sep 2006 4:56 PM - 4 messages
Hello, I am writing a login script that connects networked drives based on group membership. I want to connect the G: drive to \\server\groupshare if people are a member of any group starting with 'grp'. I have all the logic down ...
Changing Company Name
Simon -
18 Sep 2006 11:47 AM - 2 messages
Hi - Is there a script I can use to change Company names in AD? We currently support four organisations which are combining to make one. Recipient policies are in place to create email addresses based on company names. I ...
Change DNS in the client TCP/IP settings on NT4?
djechak -
18 Sep 2006 11:11 AM - 3 messages
I got this script from Microsoft script center that works fine with W2K clients. However, I need to change this on multiple NT4 clients, but the script doesn't work for them. I thought that the problem is in missing WSH ...
|
|||||||||||||||||||||||