https://github.com/osquery/osquery logo
Title
d

David J Davis

03/19/2021, 3:49 PM
Is there a PowerShell module for working with the FleetDM API?
c

CptOfEvilMinions

03/19/2021, 3:51 PM
d

David J Davis

03/19/2021, 5:21 PM
Yeah, I was wanting to keep everything native PS, I'm working on a PS module for FleetDM, just want to make sure I'm not duplicating work that's already done.
z

zwass

03/19/2021, 5:44 PM
No that would not be duplicating any work.
d

David J Davis

03/19/2021, 6:16 PM
OK cool, finishing up the WebSocket code, just need to finish up the timeouts part, it's working otherwise.
z

zwass

03/19/2021, 6:31 PM
Love it! lmk if you need any help 🍻
d

David J Davis

04/24/2021, 12:24 AM
I have a rough but working version of my Posh-FleetDM module, what should I do with it?
z

zwass

04/24/2021, 12:29 AM
Put it on GitHub and we can link it from https://github.com/fleetdm/fleet#community-projects 🙂
d

David J Davis

04/24/2021, 12:31 AM
PS H:\> Get-Command -Module Posh-FleetDM CommandType Name Version Source ----------- ---- ------- ------ Function Close-FleetSession 3.10.0 Posh-FleetDM Function Get-FleetHosts 3.10.0 Posh-FleetDM Function Get-FleetLabels 3.10.0 Posh-FleetDM Function Get-FleetQueries 3.10.0 Posh-FleetDM Function Get-FleetQueryResults 3.10.0 Posh-FleetDM Function Get-FleetSessionUser 3.10.0 Posh-FleetDM Function Get-FleetWindowsHosts 3.10.0 Posh-FleetDM Function New-FleetLabel 3.10.0 Posh-FleetDM Function New-FleetQuery 3.10.0 Posh-FleetDM Function New-FleetSession 3.10.0 Posh-FleetDM Function Open-FleetSession 3.10.0 Posh-FleetDM Function Remove-FleetHost 3.10.0 Posh-FleetDM Function Remove-FleetLabel 3.10.0 Posh-FleetDM Function Remove-FleetQuery 3.10.0 Posh-FleetDM Function Start-FleetQuery 3.10.0 Posh-FleetDM Function Start-FleetQueryUsingNames 3.10.0 Posh-FleetDM
🍾 1
🔥 1
@zwass Thanks.
z

zwass

04/24/2021, 12:42 AM
Thank you!
d

David J Davis

07/24/2021, 2:39 AM
Been a while, sorry, but finally online. Nothing special, but I find it useful, so hopefully others will as well.
@zwass
z

zwass

07/24/2021, 4:34 PM
Cool, thanks for sharing! I'll have a look 🙂