Is there a PowerShell module for working with the ...
# fleet
d
Is there a PowerShell module for working with the FleetDM API?
c
d
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
No that would not be duplicating any work.
d
OK cool, finishing up the WebSocket code, just need to finish up the timeouts part, it's working otherwise.
z
Love it! lmk if you need any help 🍻
d
I have a rough but working version of my Posh-FleetDM module, what should I do with it?
z
Put it on GitHub and we can link it from https://github.com/fleetdm/fleet#community-projects 🙂
d
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
Thank you!
d
Been a while, sorry, but finally online. Nothing special, but I find it useful, so hopefully others will as well.
@zwass
z
Cool, thanks for sharing! I'll have a look 🙂