Parameters
-Name<String>
Gets scopes with the specified name.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByValue, ByPropertyName) |
-Id<Guid>
Gets the scope with the specified identifier.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-BuiltIn<Boolean>
Gets scopes with the specified value of the BuiltIn flag.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-Description<String>
Gets scopes with the specified description.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-Metadata<String>
Gets records with matching metadata entries.
The value being compared with is a concatenation of the key name, a colon, and the value. For example: -Metadata "abc:x*" matches records with a metadata entry having a key name of "abc" and a value starting with the letter "x".
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 |
-ReturnTotalRecordCount<SwitchParameter>
When specified, the cmdlet outputs 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_Admin_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_Admin_Filtering for details.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
false |
-AdminAddress<String>
Specifies the address of a XenDesktop controller the PowerShell snap-in connects to. You can provide this as a host name or an IP address.
Required? |
false |
Default Value |
Localhost. Once a value is provided by any cmdlet, this value becomes the default. |
Accept Pipeline Input? |
false |