AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Adjusted the parameter Archived so that it is in line with the API pa… #125

Open aukebergsma opened 1 year ago

aukebergsma commented 1 year ago

Adjusted the parameter Archived so that it is in line with the API parameter "archived"

Get-TdAsset -NameFragment Test : Returns non-archived and archived assets. Get-TdAsset -NameFragment Test -Archived $true : Returns only archived assets. Get-TdAsset -NameFragment Test -Archived $false : Returns only non-archived assets.