https://github.com/netwrix/gmsa-permissions-collection
https://github.com/netwrix/gmsa-permissions-collection
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netwrix/gmsa-permissions-collection
- Owner: netwrix
- License: mit
- Created: 2020-07-29T21:09:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T19:16:37.000Z (about 3 years ago)
- Last Synced: 2025-07-04T08:50:46.651Z (12 months ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# gMSA Permissions Collection
gMSA Permissions Collection script by Kevin Joyce
## Description
Looks up permissions within Active Directory on a gMSA to determine access to modify the gMSA attribute (ms-ds-GroupMSAMembership).
Requirements: Active Directory PowerShell module, Domain Administrator privileges (to ensure the capability to get attribute GUIDs and view all permissions on all computer objects)
## Usage
1. Popuplate the $target varbiable with the samaccountname of a gMSA.
2. OPTIONAL: To output the results to a text file run the following .\LAPS_Permissions_Collection.ps1 > output.txt