Tagged Questions
0
votes
0answers
79 views
Group Policy Email Signature Script
I have a VBS script that builds an Outlook Email signature and saves it to the user's machine. I want this to be called each time the user logs in, using group policy, but so far I've had no luck.
...
0
votes
1answer
227 views
Script to resolve GUID to String in Active Directory
I am trying to understand the output of the following VB script that resolves a GUID to a string in active directory:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B325649
This article ...
1
vote
2answers
318 views
Change AD-Password from client by console / VBScript
I have an AD-environment, but a few machines are used as workgroup-machines (and I can't change this).
My target is to have a script which changes the AD-Password on the server from a client ...
0
votes
2answers
911 views
VBScript with ADsDSOObject no longer working after move to Server 2008 R2
we recently moved some scripts from a 32 bit Windows 2008 server to a new Windows 2008 server R2 64 bit machine. Now we have some trouble with a few VB Scripts.
Let's take this one for example:
Set ...
1
vote
2answers
1k views
Scripting help - need to get phone number of AD accounts and then add them to contacts in trusted domain
I have domain accounts that I have created as contacts in another trusted domain so that they can see them in their Exchange GAL.
I need a way to extract the phone number field from UserA (user ...
0
votes
2answers
376 views
VBSCRIPT enumerate Read-Only Domain Controllers
How can I list all Read Only Domain Controllers that are listed in Active Directory using VBScript?
0
votes
2answers
349 views
VBScript: Linking existing GPO to new OU
I am trying to link an existing to a new OU (that was just created), using the resources found here: http://support.microsoft.com/kb/248392
and here: ...
3
votes
3answers
224 views
Sync OUs within Active Directory
I'm setting up two OUs in Active Directory to support a software package we're getting ready to roll out. One OU is for production, the other for training/sandbox. It is required that these be ...
1
vote
2answers
288 views
Script to check hostname and move to appropriate OU
Is it possible to create a "universal" script that checks the first three alphabets of a hostname and moves the host into the appropriate OU?
E.g. A hostname that begins with TKYxxxxx is a host in ...
1
vote
2answers
307 views
Adding lines to text files through Group Policy
I need to add two lines to text files using group policy. I cannot replace the files with the updated one since the content of the files differs from one machine to another, but all of them have to be ...
4
votes
3answers
10k views
Retrieve user details from Active Directory using SID
How can I find a user in my AD when I have his/her SID.
I don't want to rely on other attributes, since I am trying to detect changes to these.
Example:
I get a message about a change to user record ...
2
votes
2answers
4k views
logon.vbs script is not mapping network drives
I am new to creating a vbs script to map network drives in windows. For some reason, the script runs, but does not map any network drives when a user logs on to the domain. Here is the script I am ...