An open API service indexing awesome lists of open source software.

https://github.com/simeononsecurity/offine-ps-activedirectory-install

Install the PowerShell RSAT ActiveDirectory Module Offline
https://github.com/simeononsecurity/offine-ps-activedirectory-install

offline-installer powershell powershell-module powershell-modules powershell-script

Last synced: about 1 year ago
JSON representation

Install the PowerShell RSAT ActiveDirectory Module Offline

Awesome Lists containing this project

README

          

# Offine-PS-ActiveDirectory-Install
Install the PowerShell RSAT ActiveDirectory Module Offline

### How to install:
1. [Download the script](https://github.com/simeononsecurity/Offine-PS-ActiveDirectory-Install/archive/master.zip)
2. From the extracted folder, run the following:
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Unblock-File .\sos-offlinepsadinstall.ps1
.\sos-offlinepsadinstall.ps1
```