< Back
Set-ODUConfigTypeBlacklist
Post
NAME Set-ODUConfigTypeBlacklist
SYNOPSIS
Sets value for type name blacklist
SYNTAX
Set-ODUConfigTypeBlacklist [[-TypeName] <String[]>] [<CommonParameters>]
DESCRIPTION
Sets value for type name blacklist
PARAMETERS
-TypeName <String[]>
List of names of types to not export
Required? false
Position? 1
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:\\>Set-ODUConfigTypeBlacklist -List @('Deployments', 'Events', 'Interruptions')
<sets type black list to those values>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Sets value for type name blacklist
SYNTAX
Set-ODUConfigTypeBlacklist [[-TypeName] <String[]>] [<CommonParameters>]
DESCRIPTION
Sets value for type name blacklist
PARAMETERS
-TypeName <String[]>
List of names of types to not export
Required? false
Position? 1
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:\\>Set-ODUConfigTypeBlacklist -List @('Deployments', 'Events', 'Interruptions')
<sets type black list to those values>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities