Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 771 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 771 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.1]

  • Fixed private function that gets host information.
  • Fixed filter query in Get-CSDomainMachines.

[0.2.0]

  • Added private function to get host information from AgentID.
  • Re-worked Get-CSDeviceDetails to accept hostname instead of computername.

[0.1.0]

  • Created Invoke-RestMethod wrapper to include token upon each invoke-restmethod.
  • Added Get-CSToken to retrive token for OAuth2 authorization.
  • Added initial support for retrieving host details using Get-CSDeviceDetails.
  • Updated readme.md with basic instructions.