grayfold3d / PSCrowdstrike

A PowerShell wrapper around Crowdstrike API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PowerShell 100.0%