Skip to content

Conversation

@aukebergsma
Copy link
Contributor

@aukebergsma aukebergsma commented Feb 13, 2023

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.

…rameter "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 non-archived and archived assets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants