Parameters
-Uid<Int32>
Gets only the configured file type association for the specified unique identifier.
Required? |
true |
Default Value |
|
Accept Pipeline Input? |
false |
-ApplicationUid<Int32>
Gets only the configured file type associations for the specified application unique identifier.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-ContentType<String>
Gets only the configured file type associations for the specified content type (as seen in the Registry). For example, "text/plain" or "application/msword".
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-ExtensionName<String>
Gets only the configured file type associations for the specified extension name. For example, ".txt" or ".doc".
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-HandlerDescription<String>
Gets only the configured file type associations for the specified handler description. For example, "Text Document".
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-HandlerName<String>
Gets only the configured file type associations for the specified handler name. For example, "TXTFILE" or "Word.Document.8".
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-HandlerOpenArguments<String>
Gets only the configured file type associations for the specified open argument to the handler. For example, "%1".
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-UUID<Guid>
Gets configured file type associations with the specified value of UUID.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-ReturnTotalRecordCount<SwitchParameter>
When specified, this causes the cmdlet to output an error record containing the number of records available. This error record is additional information and does not affect the objects written to the output pipeline. See about_Broker_Filtering for details.
Required? |
false |
Default Value |
False |
Accept Pipeline Input? |
false |
-MaxRecordCount<Int32>
Specifies the maximum number of records to return.
Required? |
false |
Default Value |
250 |
Accept Pipeline Input? |
false |
-Skip<Int32>
Skips the specified number of records before returning results. Also reduces the count returned by -ReturnTotalRecordCount.
Required? |
false |
Default Value |
0 |
Accept Pipeline Input? |
false |
-SortBy<String>
Sorts the results by the specified list of properties. The list is a set of property names separated by commas, semi-colons, or spaces. Optionally, prefix each name with a + or - to indicate ascending or descending order. Ascending order is assumed if no prefix is present.
Required? |
false |
Default Value |
The default sort order is by name or unique identifier. |
Accept Pipeline Input? |
false |
-Filter<String>
Gets records that match a PowerShell style filter expression. See about_Broker_Filtering for details.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-Property<String[]>
Specifies the properties to be returned. This is similar to piping the output of the command through Select-Object, but the properties are filtered more efficiently at the server.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-AdminAddress<String>
Specifies the address of a XenDesktop controller that the PowerShell snapin will connect to. This can be provided as a host name or an IP address.
Required? |
false |
Default Value |
Localhost. Once a value is provided by any cmdlet, this value will become the default. |
Accept Pipeline Input? |
false |