Remove-NIOSConnectionProfile¶
SYNOPSIS¶
This function is used to remove a saved connection profile.
SYNTAX¶
DESCRIPTION¶
Connection profiles provide a convenient way of saving connection details to local or federated NIOS Grids.
A list of connection profiles can be retrieved using Get-NIOSConnectionProfile
.
EXAMPLES¶
EXAMPLE 1¶
Remove-NIOSConnectionProfile Corp-GM
WARNING: Are you sure you want to delete the connection profile: Corp-GM?
Confirm
Continue with this operation?
[Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): y
Removed connection profile: Corp-GM
EXAMPLE 2¶
PARAMETERS¶
-Name¶
Specify the connection profile name to remove. This field supports tab completion.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm¶
Prompts you for confirmation before running the cmdlet.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: True
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.