Update README/PSD1

This commit is contained in:
Przemyslaw Klys
2020-08-15 11:20:18 +02:00
parent 10be16ad53
commit cb9326e8b6
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
}, @{
ModuleVersion = '0.0.65'
ModuleVersion = '0.0.66'
ModuleName = 'ADEssentials'
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
}, 'ActiveDirectory', 'GroupPolicy', 'CimCmdlets', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility'
+10
View File
@@ -21,6 +21,16 @@
## To install
GPOZaurr requires `RSAT` installed to provide results. If you don't have them you can install them as below. Keep in mind it also installs GUI tools so it shouldn't be installed on user workstations.
```powershell
# Windows 10 Latest
Add-WindowsCapability -Online -Name 'Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0'
Add-WindowsCapability -Online -Name 'Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0'
```
Finally just install module:
```powershell
Install-Module -Name GPOZaurr -AllowClobber -Force
```