Remove-UDCookie
SYNOPSIS
Outputs data as a table.
SYNTAX
DESCRIPTION
Outputs data as a table.
EXAMPLES
Example 1
PS C:\> New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}
Outputs data from Get-Process as a table. Selects the Name and ID property from each item.
PARAMETERS
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.