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...
Category: Windows 2008
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...
Issues with Windows Gateway after Restart
posted by: Murali
January 17, 2015
What? Though the default gateway is set successfully and it does report you the correct configuration when you run ipconfig /all command. You tend to loose it or finds missing after the computer restarts Why? If you double-click the following registry entry, you find that...
Converting Windows Editions (2008 & 2012)
posted by: Murali
January 6, 2015
What? Convert a Windows 2008 or 2012 Server from Standard > Enterprise > Data-center Why? Several reasons including but not limited to: You have installed a Standard Edition and realized, it needs to be an Enterprise post deployment of applications and server sign off. Your...
Audit Selected Software From Multiple Servers
posted by: Murali
December 29, 2014
This script will search for multiple installed software from various computers and creates an excel sheet with the data. it is a VBScript and needs Microsoft Excel installed on the server that this script will run from. Servers.txt needs to be present with a each...
Network Info / inventory
posted by: Murali
December 28, 2014
Creates an Excel File with the Network Info / inventory of all the computers that are listed in servers.txt Needs Excel to be installed on the machine that the script will be run from. Queries and reports the listed items: Machine Name [Which is provided...