< Back

Set-ODUConfigPropertyWhitelist

Sat Jan 18, 2020 5:34 pm

NAME Set-ODUConfigPropertyWhitelist



SYNOPSIS

Sets value for property white list





SYNTAX

Set-ODUConfigPropertyWhitelist [[-TypePropertyListLookup] <Hashtable>] [<CommonParameters>]





DESCRIPTION

Sets value for property white 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-ODUConfigPropertyWhitelist -TypePropertyListLookup @{ Licenses = @('MaintenanceExpiresIn'); Machines =

@('HasLatestCalamari', 'HealthStatus', 'StatusSummary') }



<sets property white list - for those types ONLY export those particular properties, which is a small list of

content to fetch>











RELATED LINKS

https://github.com/DTW-DanWard/OctopusDeployUtilities