Remove-B1BypassCode¶
SYNOPSIS¶
Removes a bypass code from BloxOne Cloud
SYNTAX¶
Default¶
Pipeline¶
DESCRIPTION¶
This function is used to remove a bypass code from BloxOne Cloud
EXAMPLES¶
EXAMPLE 1¶
Get-B1BypassCode -Name 'My Bypass Code' | Remove-B1BypassCode
Successfully deleted Bypass Code: My Bypass Code
PARAMETERS¶
-Name¶
The name of the bypass code to remove
Type: String
Parameter Sets: Default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Object¶
The bypass code object(s) to remove. Accepts pipeline input from Get-B1BypassCode
Type: Object
Parameter Sets: Pipeline
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-WhatIf¶
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm¶
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
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.