Get-CTXAPI_ConfigAudit
SYNOPSIS
Reports on system config.
SYNTAX
Get-CTXAPI_ConfigAudit [-APIHeader] <Object> [-Export] <String> [[-ReportPath] <String>] [<CommonParameters>]
DESCRIPTION
Reports on machine Catalog, delivery groups and published desktops.
EXAMPLES
EXAMPLE 1
Get-CTXAPI_ConfigAudit -APIHeader $APIHeader -Export Excel -ReportPath C:\Temp
PARAMETERS
-APIHeader
Use Connect-CTXAPI to create headers.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Export
In what format to export the reports.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ReportPath
Destination folder for the exported report.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: $env:temp
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.