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-092023-01-24Active 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

Quick Code Summary Get-WmiObject -ComputerName “localhost” Win32_Quickfixengineering | select @{Name=”InstalledOn”;Expression={$_.InstalledOn -as [datetime]}} | Sort-Object -Property Installedon | select-object -property installedon -last 1   Sometimes you may need to know a […]

Read more
2016-11-162022-11-16Patching, PowerShell, Powershell (Scripts)

Recent Posts

  • Submit CSR to Microsoft CA using CertReq
  • Delete a Windows Partition Using DiskPart
  • Folder Won’t Delete or Rename
  • VMware Workstation – This PC Can’t Run Windows 11
  • Common PowerShell Commands for AD

Categories

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

Posts by Month

  • January 2023 (1)
  • November 2022 (1)
  • 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)
© 2023 ITomation.