https://github.com/calebstewart/remove-grr
Remove the Grr client from a list of target clients
https://github.com/calebstewart/remove-grr
Last synced: about 1 month ago
JSON representation
Remove the Grr client from a list of target clients
- Host: GitHub
- URL: https://github.com/calebstewart/remove-grr
- Owner: calebstewart
- Created: 2019-02-11T19:41:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T19:59:07.000Z (about 6 years ago)
- Last Synced: 2025-01-29T13:46:45.306Z (3 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove-Grr
Remove the Grr client from a list of target clients
# Example
```powershell
PS C:\> $credential = Get-Credential
PS C:\> Remove-Grr -Target 192.168.1.10 -Credential $credential
```