Good Morning All
I have been asked to look into the options of Fault Detection within our Citrix environment.
In the last couple of weeks, our CAG developed an issue where all users were unable to login remotely. It turned out that the profile within web interface had become corrupt and needed...
Good Morning
I am putting together a leavers script, and want to remove one particular security group from all users within a leavers OU.
I have found ways of removing all groups from an individual user, but not an individual group from all users in the OU.
Please can anyone help?
Many thanks.
Hello Again!
I am trying to create a VBScript which will assign a particular Group in AD to all users within an OU. We have a 'Leavers' OU and wish for a Group called 'EmailArchive' to be assigned to each user in the OU. I was looking for a VBS that a can schedule to run each night.
I have...
Hello Everyone
I am a real beginner at VBS but I have come up with the following script:
Const ADS_UF_ACCOUNTDISABLE = 2
Set objOU = GetObject("LDAP://ou=blah,ou=blah,ou=blah,ou=Site,ou=mainOU,dc=domain,dc=NET")
For Each objUser In objOU
If objUser.class="user" then
objUser.AccountDisabled...
Afternoon All
I am looking to come up with a way to 'auto-disable' a user account when it is put into a particular OU in Active Directory. We have an OU called 'Leavers' which contains accounts of users who have just left the company, prior to archiving out their email and various files.
When...
Afternoon All
I am looking to come up with a way to 'auto-disable' a user account when it is put into a particular OU in Active Directory. We have an OU called 'Leavers' which contains accounts of users who have just left the company, prior to archiving out their email and various files.
When...
Hi All
I have been asked to edit our existing VBS which is used to rename all local 'Admin' accounts and passwords on our PC's and Laptops. This is the script we currently have:
Set WshNetwork = WScript.CreateObject("WScript.Network")
strComputer = WshNetwork.ComputerName
strComputer = "."...
Morning All
I have a spreadsheet that contains multiple sets of customer data on the one worksheet. This data is emailed to the customer each week.
I have create a VBScript in a text document, which searches the spreadsheet for the customer data, and then exports the data into a new email...
Hi All
I have been working on a solution to extract certain data from a spreadsheet to email, which is then sent to a particular client. I need to be able to send multiple bunches of data to different clients. I have managed to put together the following script:
Set objExcel =...
Hello Everyone.
I have been asked to look into a solution where currently, a client of mine has a spreadsheet which contains about 200 customers details. These details have to be updated on a weekly basis which displays their pricing range. These prices are then sent out to the client via...
Good Morning All
I have been tasked with a new intranet site setup within Drupal 6. I have drupal running on Ubuntu. I am trying to get the LDAP SSO Module to work with automatic logins from users Active Directory credentials. However I am having a problem getting it to work.
I have configured...
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.