Skip to content

add-SilverfortServiceAccount

SYNOPSIS

Adds a newly created Service-account to the Service-accounts pane

SYNTAX

add-SilverfortServiceAccount [-ObjectGUID] <String> [-jwtToken] <String> [<CommonParameters>]

DESCRIPTION

This function will add a newly created Service-account to the Service-accounts pane under the category "MACHINE_TO_MACHINE"

EXAMPLES

EXAMPLE 1

add-SilverfortServiceAccount -jwtToken $jwttoken -ObjectGUID a40d2bc5-71b4-0d4b-8456-27fec179a7ff

Adds a serviceaccount to the category Machine-to-machine service-accounts pane, based on the given guid

CHANGELOG YYYY-MM-DD - Naam - Wat gewijzigd 2025-03-09 - MM - Initieel script

PARAMETERS

-ObjectGUID

Guid of the serviceaccount.

Type: String
Parameter Sets: (All)
Aliases:

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

-jwtToken

A valid JWT-token

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
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