SnipeitPS/docs/Set-SnipeItInfo.md
2021-05-23 23:24:44 +03:00

1.3 KiB

external help file Module Name online version schema
SnipeItPS-help.xml SnipeitPS 2.0.0

Set-SnipeItInfo

SYNOPSIS

Sets authetication information

SYNTAX

Set-SnipeItInfo [[-url] <Uri>] [[-apiKey] <String>] [<CommonParameters>]

DESCRIPTION

Set apikey and url user to connect Snipe-It system

EXAMPLES

EXAMPLE 1

Set-SnipeItInfo -url $url -apiKey -Verbose

PARAMETERS

-apiKey

User's API Key for Snipeit, can be set using Set-SnipeItInfo command

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-url

URL of Snipeit system, can be set using Set-SnipeItInfo command

Type: Uri
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES