Skip to content

v0.1.0 - Initial Release

Compare
Choose a tag to compare
@Karneades Karneades released this 24 Jul 10:51
· 143 commits to master since this release

This initial version includes functions for handling hunts, flows, labels and allows using the search functionality. All function takes the computer name as input which is then converted to the needed client id internally. If multiple client id's are available for one client (e.g. after OS reinstall) then the functions use just the latest seen client (LastSeenOn property). This provides an easier integration of GRR into the whole tool chain because you often just have the host names and not the client ids.

Most functions allow returning plain JSON instead of the PowerShell object. However, using the PowerShell objects one is able to use the powerful filtering and object-oriented handling which PowerShell provides. Various functions has pipeline support. This allows using files with hostnames as input for different functions. See command help and the markdown documentation. The configuration allows using certificate authentication. The module supports creating client and hunt approvals.

See CHANGELOG for full version information.