An open API service indexing awesome lists of open source software.

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

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
```