mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
1.1 KiB
1.1 KiB
| external help file | Module Name | online version | schema |
|---|---|---|---|
| SnipeItPS-help.xml | SnipeItPS | 2.0.0 |
Get-Status
SYNOPSIS
Gets a list of Snipe-it Status Labels
SYNTAX
Get-Status [-url] <String> [-apiKey] <String>
DESCRIPTION
{{Fill in the Description}}
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get-Status -url "https://assets.example.com" -token "token..."
-------------------------- EXAMPLE 2 --------------------------
Get-Status -url "https://assets.example.com" -token "token..." | Where-Object {$_.name -eq "Ready to Deploy" }
PARAMETERS
-url
URL of Snipeit system, can be set using Set-Info command
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-apiKey
Users API Key for Snipeit, can be set using Set-Info command
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False