Add Domain User to Local Admin on Multiple Servers Upon multiple requests, uploading my Old Script to Add Domain User to Local Admin on Multiple Servers. '========================================================================== ' Author: Murali M Palla ' NAME: Add_Domain_User_to_Local_Administrators.vbs ' DATE : 2012-Nov-08 ' COMMENT: Takes the file servers.txt and...
Category: Active Directory
Configure Lotus Notes as the default e-mail client via GPO
posted by: Murali
September 21, 2015
Consider these requirements/instructions before you proceed with configuring Lotus Notes as a default mail client in the environment This article assumes that the Notes on the Clients are installed on the same location, if that is not the case: Create Individual GPOs and assign them...
Fix Missing Replication Object in Active Directory
posted by: Murali
May 27, 2015
How to create a replication connection object in Sites and Services manually (not replication connections, which are actually created by KCC), I am looking at how to create Replication Links, which are essential in creating a connection. Why do we need to do this ?...
AD Group Membership (Member(s) and Member of)
posted by: Murali
March 31, 2015
AD Group Membership (Member(s) and Member of) #powershell script to pull AD Group Membership using traditional ADSI method Will collect both Members and Member of Run the script in this format: .\ListGroupMembers.ps1 -DomainName mydomain.com -GroupName “Domain admins” <# .Synopsis List/Export Group Members of a Given...
List Remote Domain(s) Trusts & Functional Levels – Powershell Script
posted by: Murali
February 27, 2015
Powershell Script to List Multiple Remote Domain(s) Trusts and Functional Levels including the Trust Status. Copy all the Domains you wish to get this report run on a text file and name it “domains.txt” Place it in the same location as the script and run...
Audit User Logon and Logoff
posted by: Murali
January 21, 2015
What? We are Trying to get a list of users who Logged on/off/failed. Why? Now.. Why do we need this data ? Audit to start with. While on a Service Restoration call of an outage, to determine if any one logged in and made any...