Skip to content

ITomation

IT Matters…

ITomation

IT Matters…

ITomation

IT Matters…

Month: November 2020

Common PowerShell Commands for AD

A list of common PowerShell commands for AD. Retrieve AD user(s) # get AD user – basic attributes Get-ADUser “JohnDo” # get AD user – all attributes Get-ADUser “JohnDo” -Properties […]

Read more
2020-11-092022-01-20Active 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

Recent Posts

  • 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
  • Event 36870 Schannel 10001 – A fatal error occurred

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 (4)
  • Windows Server (4)

Posts by Month

  • 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.