• linkedin
GIRITHARAN.COM

GIRITHARAN.COM

My IT tips and tricks !

Hot Topics
  • 06/06/2018 | Cloud computing
  • 11/05/2018 | Windows administration short codes
  • 20/04/2018 | Collecting Hyper-V information using a PowerShell script
  • 17/04/2018 | Install the latest PowerShell on Windows 7
  • 11/04/2018 | Remote WMI query with PowerShell

PowerShell 26/08/2016

Creating a Port scanner with Windows PowerShell

Create a simple port scanner using PowerShell. Create a port scanner on a specific port on a specific network range. $port = 80 (here I’m…


PowerShell 17/08/2016

Basic introduction to PowerShell

What is PowerShell ? PowerShell is an automation platform and scripting language for Windows and Windows Server that allows you to simplify the management of your…


Exchange Server, PowerShell 11/08/2016

Exchange 2010 deleted items not purging even after the retention days

Sometimes ago, I run into a strange problem while I was working on an Exchange 2010 server for a client. By default the retention policy…


Active Directory 07/07/2016

Active Directory Basic introduction

Active Directory Basic introduction Active Directory is Microsoft Network Operating system (NOS). AD was introduced with Windows 2000 server and evolved since. AD is a…


PowerShell 03/07/2016

Create an IP scanning script with PowerShell

The following script will ping your network and write the status of each IP address to a csv file. Scanning the IP addresses from 1…


Hyper-V, Nano Server, PowerShell 26/06/2016

Install Windows Nano Server on Hyper-V

I used the VHD file available on Microsoft site for download. https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview Use the New-VM cmdlet to create a new VM I’m allocating 1024MB of…


Active Directory, PowerShell 21/06/2016

Run Windows Best Practices Analyzer for Active Directory using PowerShell

Starting with Windows 2008 R2, Microsoft introduced a Best Practices Analyzer (BPA) for Active Directory that is included as part of the operating system. The…


Active Directory, PowerShell 16/06/2016

Time synchronization in Active Directory domain

Active directory is highly dependent on all the domain controllers and computers having synchronized clocks. Kerberos which is the authentication protocol in Active Directory uses…


Hyper-V, PowerShell 04/06/2016

Create a Virtual Switch for Hyper-V with PowerShell

Virtual switch on Hyper-V could be configured with one of these three connections type. External Network: connected to a physical network. Allows the VMs to…


Active Directory, PowerShell 31/05/2016

Manage AD computer account properties with PowerShell

Here are some of the actions you have to do it in Active Directory with a computer account properties. Get computer account properties. Use the…


« 1 2 3 4 5 »

ABOUT ME

Recent Posts

  • Cloud computing
  • Windows administration short codes
  • Collecting Hyper-V information using a PowerShell script
  • Install the latest PowerShell on Windows 7
  • Remote WMI query with PowerShell

Recent Comments

  • Change the computer name with powershell could be useful on a script - How to Code .NET on Change the computer name
  • KeeperB5 on Disable IPV6
  • Disable IPV6 using powershell - How to Code .NET on Disable IPV6
  • Vynce on Disable IPV6
  • Check checkpoints on a Hyper-V cluster with PowerShell - How to Code .NET on Check checkpoints on a Hyper-V cluster with PowerShell

Archives

  • June 2018
  • May 2018
  • April 2018
  • January 2018
  • October 2017
  • March 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016

Categories

  • Active Directory
  • ADFS
  • Cloud
  • Exchange Server
  • Hyper-V
  • Linux
  • MS SQL
  • Nano Server
  • PowerShell
  • Project Planning
  • Security
  • Tools
  • VMWare

Copyright 2018 Giritharan.com