Giter Club home page Giter Club logo

powershell's Introduction

PowerShell Scripts

A collection of some PowerShell scripts I made.

What the scripts do

  • list_admincount_users.ps1 & list_admincount_groups.ps1: Theses scripts list users and groups that have their AdminCount attribute set to 1, meaning any user or group that is or has been part of a privileged group.
  • list_privileged_users_and_groups.ps1: This script lists privileged users and groups, meaning any user or group being member of one of these groups:
    • Enterprise Admins
    • Domain Admins
    • Schema Admins
    • Administrators
    • Account Operators
    • Backup Operators
    • Server Operators
  • reset_krbtgt_password.ps1: This script allows you to reset the krbtgt account password and logs the result in a file. It is derived from the interactive script available on Microsoft's GitHub. This script has 2 mandatory parameters:
    • krbTgtObjectDN: The krbtgt account DN (e.g. "CN=krbtgt,CN=Users,DC=domain,DC=lan" )
    • targetedADdomainRWDC: The targeted Domain Controller (e.g. "dc1.domain.lan")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.