theaquamarine / PSOpenAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSOpenAD

Test workflow codecov PowerShell Gallery License

See about_PSOpenAD for more details.

Documentation

Documentation for this module and details on the cmdlets included can be found here.

Requirements

These cmdlets have the following requirements

  • PowerShell v7.0 or newer

Installing

The easiest way to install this module is through PowerShellGet.

You can install this module by running;

# Install for only the current user
Install-Module -Name PSOpenAD -Scope CurrentUser -AllowPrerelease

# Install for all users
Install-Module -Name PSOpenAD -Scope AllUsers -AllowPrerelease

Note: The module is still in preview so the -AllowPrerelease parameter is required.

Contributing

Contributing is quite easy, fork this repo and submit a pull request with the changes. To build this module run .\build.ps1 -Task Build in PowerShell. To test a build run .\build.ps1 -Task Test in PowerShell. This script will ensure all dependencies are installed before running the test suite.

About

License:MIT License


Languages

Language:C# 89.4%Language:PowerShell 9.2%Language:Shell 1.3%Language:Jinja 0.0%