• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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!

  • @LazyWinAdmin
  • @MickyBalladelli
  • @christophekumor
  • @omiossec
  • @oze4
  • @andrewtchilds
  • @NicolasBn
  • @gerane
  • @Skoetting
  • @LaurentLienhard
  • @JM2K69

Resources

More Repositories

1

PowerShell

PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
PowerShell
2,209
star
2

LazyWinAdmin_GUI

PowerShell Script that generates a GUI/WinForms loaded with tons of functions
PowerShell
435
star
3

Monitor-ADGroupMembership

PowerShell script to monitor Active Directory groups and send an email when someone is changing the membership
PowerShell
249
star
4

LazyTS

PowerShell Script (GUI) to manage Terminal Sessions
PowerShell
96
star
5

MVP

PowerShell Module to interact with the Microsoft MVP API
PowerShell
44
star
6

SpaceX

PowerShell module to interact with api.spacexdata.com
PowerShell
26
star
7

PowerShellGUI

PowerShell scripts that generate Graphical User Interface (GUI)
PowerShell
26
star
8

MeetupPS

PowerShell module to interact with Meetup.com API
PowerShell
18
star
9

WPFPS

PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.
PowerShell
17
star
10

terraform

Terraform playground :)
HCL
14
star
11

NetBackupPS

PowerShell module for Symantec NetBackup
PowerShell
14
star
12

CoinMarketCap

CoinMarketCap is an MIT licensed PowerShell module providing an easy to use wrapper around the coinmarketcap API.
PowerShell
13
star
13

PowerShellTests

PowerShell playground, test/draft scripts
PowerShell
11
star
14

CiresonPortalPS

PowerShell module to interact with the Cireson Portal API
PowerShell
8
star
15

ModuleCommonFiles

PowerShell module repository template
PowerShell
8
star
16

ScriptingGames2014Winter

PowerShell Scripting Games 2014 (Winter)
PowerShell
8
star
17

CountriesPS

CountriesPS is a module to retrieve data about Countries using the https://restcountries.eu/ REST API
PowerShell
8
star
18

IPInfoPS

PowerShell module to retrieve public IP Information using the Restful API of ipinfo.io
PowerShell
8
star
19

ScriptAnalyzerRulesLWA

Opinionated PSScriptAnalyzer custom rules
PowerShell
7
star
20

python

Python playground :)
Python
7
star
21

nxtools

PowerShell tools for Linux Operating System
PowerShell
6
star
22

CiresonAssetManagementPS

PowerShell module for Cireson Asset Management (CAM)
PowerShell
4
star
23

lazywinadmin

3
star
24

Presentations

Presentations content
PowerShell
3
star
25

PSModuleSample

PowerShell Module demo
PowerShell
3
star
26

ansible

Ansible playground :)
Python
3
star
27

PerforcePS

PowerShell Module that wraps commandline functionality of Perforce (p4.exe)
PowerShell
2
star
28

GithubPages-Hank

CSS
1
star
29

BloggerPS

PowerShell module to parse the export of a Blogger's blog
PowerShell
1
star
30

runastest

PowerShell
1
star