< Back
Remove-AMConnectionStoreItem
Post
NAME Remove-AMConnectionStoreItem
SYNOPSIS
Removes connection for the specified AutoMate Enterprise server from the connection store.
SYNTAX
Remove-AMConnectionStoreItem [-ConnectionStoreItem] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Remove-AMConnectionStoreItem removes connection objects from the connection store file.
PARAMETERS
-ConnectionStoreItem <Object>
The connection store item to delete.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-AMConnectionStoreItem -Connection server01
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Removes connection for the specified AutoMate Enterprise server from the connection store.
SYNTAX
Remove-AMConnectionStoreItem [-ConnectionStoreItem] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Remove-AMConnectionStoreItem removes connection objects from the connection store file.
PARAMETERS
-ConnectionStoreItem <Object>
The connection store item to delete.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-AMConnectionStoreItem -Connection server01
RELATED LINKS
https://github.com/AutomatePS/AutomatePS