All Projects → lazywinadmin → Adsips

lazywinadmin / Adsips

Licence: mit
PowerShell module to interact with Active Directory using ADSI and the System.DirectoryServices namespace (.NET Framework)

Programming Languages

powershell
5483 projects
scripting
82 projects

Projects that are alternatives of or similar to Adsips

samba4-l1
🔴 Curso GRÁTIS SAMBA 4 Level 1 REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 60 (-62.5%)
Mutual labels:  active-directory, activedirectory
ucsunivention
⚫ Curso GRÁTIS SAMBA-4 UCS Univention Core Free 5.x Domain Controller Active Directory Open Source
Stars: ✭ 29 (-81.87%)
Mutual labels:  active-directory, activedirectory
ActiveDirectory
Active Directory Object Model Lib
Stars: ✭ 20 (-87.5%)
Mutual labels:  active-directory, activedirectory
Monitor Adgroupmembership
PowerShell script to monitor Active Directory groups and send an email when someone is changing the membership
Stars: ✭ 190 (+18.75%)
Mutual labels:  hacktoberfest, active-directory
Powershell
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
Stars: ✭ 1,302 (+713.75%)
Mutual labels:  hacktoberfest, active-directory
ActiveDirectoryEnumeration
Enumerate AD through LDAP with a collection of helpfull scripts being bundled
Stars: ✭ 127 (-20.62%)
Mutual labels:  active-directory, activedirectory
Linux-Active-Directory-join-script
Active directory Join script for Ubuntu, Debian, CentOS, Linux Mint, Fedora, Kali, Elementary OS and Raspbian with built in failchcheck and debugmode for Ubuntu. "The most advanced and updated AD join script on GITHUB for Linux"
Stars: ✭ 97 (-39.37%)
Mutual labels:  active-directory, activedirectory
Testimo
Testimo is PowerShell module for running health checks for Active Directory (and later on any other server type) against a bunch of different tests
Stars: ✭ 249 (+55.63%)
Mutual labels:  hacktoberfest, active-directory
Pswinreporting
This PowerShell Module has multiple functionalities, but one of the signature features of this module is the ability to parse Security logs on Domain Controllers providing easy to use access to AD Events.
Stars: ✭ 575 (+259.38%)
Mutual labels:  hacktoberfest, activedirectory
Gpozaurr
Group Policy Eater is a PowerShell module that aims to gather information about Group Policies but also allows fixing issues that you may find in them.
Stars: ✭ 381 (+138.13%)
Mutual labels:  hacktoberfest, activedirectory
adalanche
Active Directory ACL Visualizer and Explorer - who's really Domain Admin?
Stars: ✭ 862 (+438.75%)
Mutual labels:  active-directory, activedirectory
Psadhealth
A toolkit of AD specific health checks that you can run in your environment to ensure your Active Directory is running optimally.
Stars: ✭ 114 (-28.75%)
Mutual labels:  active-directory, activedirectory
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (+105.63%)
Mutual labels:  hacktoberfest, active-directory
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 1,392 (+770%)
Mutual labels:  active-directory, activedirectory
Adessentials
PowerShell Active Directory helper functions to manage healthy Active Directory
Stars: ✭ 153 (-4.37%)
Mutual labels:  hacktoberfest, active-directory
Bdgt
Big finance tools in a small package
Stars: ✭ 159 (-0.62%)
Mutual labels:  hacktoberfest
Waifu Motivator Plugin
OSS Waifu Motivator Plugin for Jetbrains to help boost your motivation while coding!
Stars: ✭ 160 (+0%)
Mutual labels:  hacktoberfest
Coveragechecker
Allows old code to use new standards
Stars: ✭ 159 (-0.62%)
Mutual labels:  hacktoberfest
Rocketchat api
Python API wrapper for Rocket.Chat
Stars: ✭ 159 (-0.62%)
Mutual labels:  hacktoberfest
Hacktoberfest 2k18 Katas
Game has ended :: Little challenges to up your Hacktoberfest game!
Stars: ✭ 160 (+0%)
Mutual labels:  hacktoberfest

AdsiPS

Build Status

AdsiPS is a PowerShell module to interact with Active Directory using the .NET Framework (ADSI, System.DirectoryServices namespace,...)

Note: This module currently only works on Windows Operating Systems.

Usage

Option A: Download from PowerShell Gallery

Only from PowerShell v5.1 (on Windows OS only)

Install-Module -name ADSIPS

Option B: Manual download from GitHub

  1. Download the repository
  2. Unblock the zip file
  3. Extract the folder to a module path (e.g. $home\Documents\WindowsPowerShell\Modules)
  4. Run build.ps1 (exists in project root).
    • NOTE: If you get an error after running build.ps1 - please use build.ps1 -InstallDependencies
  5. build.ps1 creates a folder called ~\buildoutput\AdsiPs in the directory which AdsiPs was saved to
  6. Inside of \buildoutput\AdsiPs there is a file called AdsiPs.psm1
  7. Run Import-Module -Path "C:\Path\To\buildoutput\AdsiPs\AdsiPs.psm1" to import the AdsiPs module

Documentation

Thanks to all our Contributors!

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].