Get-cChocoExLog

NAME
    Get-cChocoExLog

SYNOPSIS
    Returns Chocolatey DSC Logs in cChocoEx


SYNTAX
    Get-cChocoExLog [[-Last] <Int32>] [[-Date] <DateTime>] [<CommonParameters>]


DESCRIPTION
    Returns Chocolatey DSC Logs in cChocoEx as a PowerShell Custom Object. Optional parameters for limiting return by count and dates.


PARAMETERS
    -Last <Int32>
        Limit Number of items to return

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Date <DateTime>
        Limit Return Values to a specif day

        Required?                    false
        Position?                    2
        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


RELATED LINKS

Last updated

Was this helpful?