< Back
Set-ODUConfigPropertyBlacklist
Post
NAME Set-ODUConfigPropertyBlacklist
SYNOPSIS
Sets value for property black list
SYNTAX
Set-ODUConfigPropertyBlacklist [[-TypePropertyListLookup] <Hashtable>] [<CommonParameters>]
DESCRIPTION
Sets value for property black list
PARAMETERS
-TypePropertyListLookup <Hashtable>
Hashtable of types|prperty names 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-ODUConfigPropertyBlacklist -TypePropertyListLookup @{ Licenses = @('MaintenanceExpiresIn'); Machines =
@('HasLatestCalamari', 'HealthStatus', 'StatusSummary') }
<sets property black list - don't export those particular properties on those types>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Sets value for property black list
SYNTAX
Set-ODUConfigPropertyBlacklist [[-TypePropertyListLookup] <Hashtable>] [<CommonParameters>]
DESCRIPTION
Sets value for property black list
PARAMETERS
-TypePropertyListLookup <Hashtable>
Hashtable of types|prperty names 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-ODUConfigPropertyBlacklist -TypePropertyListLookup @{ Licenses = @('MaintenanceExpiresIn'); Machines =
@('HasLatestCalamari', 'HealthStatus', 'StatusSummary') }
<sets property black list - don't export those particular properties on those types>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities