Skip to main content

Get-DMServiceAccount

SYNOPSIS

List the configured service accounts.

SYNTAX

__AllParameterSets

Get-DMServiceAccount [[-Name] <string>] [<CommonParameters>]

DESCRIPTION

List the configured service accounts.

EXAMPLES

EXAMPLE 1

Get-DMServiceAccount

List all configured service accounts.

PARAMETERS

-Name

Name to filter by. Defaults to '*'

Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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