Skip to content

ITomation

IT Matters…

ITomation

IT Matters…

ITomation

IT Matters…

Category: Powershell (Scripts)

PowerShell Scripts

Common PowerShell Commands for AD

A list of common PowerShell commands for AD. Retrieve AD users(s) Check AD User Existence Retrieve AD Security Groups Modify AD Security Groups AD Cleanup FSMO Roles GPO Retrieve AD […]

Read more
2020-11-092022-06-07Active Directory, PowerShell, Powershell (Scripts)

Enable AD Object Inheritance using Powershell

An easy way to enable AD object inheritance using Powershell. This can be used for enabling (or disabling) inheritance on multiple AD objects. #$users = Get-ADUser -ldapfilter “(objectclass=user)” -searchbase “DC=domain,DC=local” […]

Read more
2020-11-052021-11-23PowerShell, Powershell (Scripts), Script Repository, Uncategorized

Get Your Public IP Address Using PowerShell

Getting your public IP address programmatically can be very useful. Especially if you need to know when your internet service provider (ISP) has changed your dynamic IP address. Here is […]

Read more
2017-01-222022-04-29PowerShell, Powershell (Scripts), Windows Desktop, Windows Server

Get Last Patch Date Remotely Using PowerShell

Sometimes you may need to know a server’s last patch date. There can be many reasons why. One of which is when you are patching servers and want to get […]

Read more
2016-11-162019-10-28Patching, PowerShell, Powershell (Scripts)

Recent Posts

  • Folder Won’t Delete or Rename
  • VMware Workstation – This PC Can’t Run Windows 11
  • Common PowerShell Commands for AD
  • Enable AD Object Inheritance using Powershell
  • Top 10 Password Best Practices

Categories

  • Active Directory (4)
  • Certification Authority (2)
  • HTA (1)
  • Linux (3)
  • Patching (1)
  • PKI (4)
  • PowerShell (8)
  • Powershell (Scripts) (4)
  • Recovery Manager for Active Directory (RMAD) (1)
  • Script Repository (1)
  • Uncategorized (2)
  • VBScript (1)
  • VMware (2)
  • vSphere (1)
  • Windows Desktop (5)
  • Windows Server (5)

Posts by Month

  • June 2022 (1)
  • November 2021 (1)
  • November 2020 (2)
  • October 2020 (1)
  • August 2020 (1)
  • May 2020 (2)
  • February 2019 (1)
  • January 2019 (1)
  • October 2018 (1)
  • September 2018 (2)
  • September 2017 (1)
  • June 2017 (2)
  • March 2017 (1)
  • January 2017 (1)
  • November 2016 (1)
  • September 2016 (1)
  • January 2016 (1)
  • November 2015 (1)
  • September 2015 (1)
© 2022 ITomation.