Skip to content

A PowerShell wrapper around Crowdstrike API

License

Notifications You must be signed in to change notification settings

grayfold3d/PSCrowdstrike

Repository files navigation

PSCrowdstrike

A PowerShell wrapper around Crowdstrike API.

Overview

Build Status PowerShell Gallery Version PowerShell Gallery Downloads

This is a PowerShell Module that functions as an API wrapper around Crowdstrike's API, which is based on OAuth2.

Please open a Pull Request if you desire any new features or create an Issue if you come across a bug.

Installation

Install-Module -Name PSCrowdstrike -Scope CurrentUser -Repository PSGallery

Examples

## This retrieves a token using ClientID 12345 and ClientSecret 54321
Get-CSToken -ClientID "12345" -ClientSecret "54321"

## Retrieves host information (OS, OU, Domain, etc) for DC1.
Get-CSDeviceDetails -Hostname "DC1"

## Retrieves AgentID's for Active Directory domain 'domain.local'.
Get-CSDomainMachines -Domain "domain.local"

About

A PowerShell wrapper around Crowdstrike API

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published