Parameters
-ScopeId<Guid>
Gets scoped object entries for the given scope identifier.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-ScopeName<String>
Gets scoped object entries with the given scope name.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-ObjectType<ScopedObjectType>
Gets scoped object entries for objects of the given type.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-ObjectId<String>
Gets scoped object entries for objects with the specified object identifier.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-ObjectName<String>
Gets scoped object entries for objects with the specified object identifier.
Required? |
false |
Default Value |
|
Accept Pipeline Input? |
true (ByPropertyName) |
-Description<String>
Gets scoped object entries for objects with the specified description.
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_Prov_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_Prov_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 |