< Back

Get-DSCTrigger

Mon Jan 13, 2020 12:34 am

NAME Get-DSCTrigger



SYNOPSIS

Gets DSC triggers





SYNTAX

Get-DSCTrigger [[-ComputerName] <String>] [[-Credential] <PSCredential>] [<CommonParameters>]





DESCRIPTION

Gets WMI event subscriptions that will trigger a DSC resource





PARAMETERS

-ComputerName <String>

The name of a remote computer



Required? false

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Credential <PSCredential>

The credential used to connect to the remote computer



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

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.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-DSCTrigger















RELATED LINKS

Register-DSCTrigger

Unregister-DSCTrigger