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
- Host: GitHub
- URL: https://github.com/simeononsecurity/offine-ps-activedirectory-install
- Owner: simeononsecurity
- License: mit
- Created: 2020-12-17T03:15:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T20:17:11.000Z (about 4 years ago)
- Last Synced: 2025-04-23T05:59:55.395Z (about 1 year ago)
- Topics: offline-installer, powershell, powershell-module, powershell-modules, powershell-script
- Language: PowerShell
- Homepage: https://simeononsecurity.com/github/Offine-PS-ActiveDirectory-Install
- Size: 369 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```