Skip to content

Import-PodeSnapin

SYNOPSIS

Imports a Snapin into the current, and all runspaces that Pode uses.

SYNTAX

Import-PodeSnapin [-Name] <String> [<CommonParameters>]

DESCRIPTION

Imports a Snapin into the current, and all runspaces that Pode uses.

EXAMPLES

EXAMPLE 1

Import-PodeSnapin -Name 'WDeploySnapin3.0'

PARAMETERS

-Name

The name of a Snapin to import.

Type: String
Parameter Sets: (All)
Aliases:

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