Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. damienenglish

    Citrix Replication Fault Detection

    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...
  2. damienenglish

    Remove a Security Group from all Users in a OU

    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.
  3. damienenglish

    VBScript - Add Security Group to All Users in OU

    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...
  4. damienenglish

    Remove All Security Groups from All Users in an OU

    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...
  5. damienenglish

    Auto Disable Users in OU via Group Policy

    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...
  6. damienenglish

    VBS for Auto Disabling Users in Active Directory

    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...
  7. damienenglish

    Setting a Unique Local Admin Password via VBA

    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 = "."...
  8. damienenglish

    Excel to Outlook VBScript

    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...
  9. damienenglish

    VBA to Outlook from Excel

    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 =...
  10. damienenglish

    Excel Help Required!!`

    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...
  11. damienenglish

    Drupal 6 - LDAP SSO Setup issues

    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...

Part and Inventory Search

Back
Top