cChocoFeature
DSC Resources Information
NAME
Test-TargetResource
SYNOPSIS
SYNTAX
Test-TargetResource [-FeatureName] <String> [[-Ensure] <String>] [<CommonParameters>]
DESCRIPTION
Performs the test for cChocoFeature.
PARAMETERS
-FeatureName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Ensure <String>
Required? false
Position? 2
Default value Present
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
System.Boolean
-------------------------- EXAMPLE 1 --------------------------
PS C:\>Test-TargetResource -FeatureName allowGlobalConfirmation -Ensure 'Present'
RELATED LINKS
NAME
Set-TargetResource
SYNOPSIS
SYNTAX
Set-TargetResource [-FeatureName] <String> [[-Ensure] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Performs the set for the cChocoFeature resource.
PARAMETERS
-FeatureName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Ensure <String>
Required? false
Position? 2
Default value Present
Accept pipeline input? false
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:\>Get-TargetResource -FeatureName allowGlobalConfirmation -Ensure 'Present'
RELATED LINKS
NAME
Get-TargetResource
SYNOPSIS
SYNTAX
Get-TargetResource [-FeatureName] <String> [[-Ensure] <String>] [<CommonParameters>]
DESCRIPTION
Returns the configuration for cChocoFeature.
PARAMETERS
-FeatureName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Ensure <String>
Required? false
Position? 2
Default value Present
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
System.Collections.Hashtable
-------------------------- EXAMPLE 1 --------------------------
PS C:\>Get-TargetResource -FeatureName allowGlobalConfirmation -Ensure 'Present'
RELATED LINKS
Last updated
Was this helpful?