mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
List assets due for auditing
This commit is contained in:
parent
f89fb1f31a
commit
068b661978
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ Get-SnipeitAsset -asset_tag "myAssetTag"-url "https://assets.example.com"-token
|
||||||
#>
|
#>
|
||||||
|
|
||||||
function Get-SnipeitAsset() {
|
function Get-SnipeitAsset() {
|
||||||
|
[CmdletBinding(DefaultParameterSetName = 'Search')]
|
||||||
Param(
|
Param(
|
||||||
[parameter(ParameterSetName='Search')]
|
[parameter(ParameterSetName='Search')]
|
||||||
[string]$search,
|
[string]$search,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue