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.
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.