Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proxb/PoshPrivilege
Manage user privileges on a local machine or view applied privileges on local or remote system
https://github.com/proxb/PoshPrivilege
Last synced: 21 days ago
JSON representation
Manage user privileges on a local machine or view applied privileges on local or remote system
- Host: GitHub
- URL: https://github.com/proxb/PoshPrivilege
- Owner: proxb
- License: apache-2.0
- Created: 2015-05-03T03:49:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T02:56:13.000Z (about 7 years ago)
- Last Synced: 2024-08-05T17:37:16.655Z (4 months ago)
- Language: PowerShell
- Size: 40 KB
- Stars: 101
- Watchers: 14
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - proxb/PoshPrivilege - Manage user privileges on a local machine or view applied privileges on local or remote system (PowerShell)
README
PoshPrivilege (0.3.0.0)
============
[![Build status](https://ci.appveyor.com/api/projects/status/1e8nc4ron54pcu3q?svg=true)](https://ci.appveyor.com/project/proxb/poshprivilege)PoshPrivilege provides a simple way to add/remove privileges to an account/group on a local machine as well as enabling or disabling existing privileges which are applied to a current user's process token.
Related blog post: http://learn-powershell.net/2015/06/03/managing-privileges-using-poshprivilege/
Available Commands:
```PowerShell
Add-Privilege
Disable-Privilege
Enable-Privilege
Get-Privilege
Remove-Privilege
```Download and install PoshPrivilege using PowerShell V5:
```PowerShell
Install-Module -Name PoshPrivilege
```