Examples of using Property parameter in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
You can use the Property parameter to determine which property is displayed.
Use the Property parameter to specify the properties you want to select.
This parameter is effective only when the command also includes the Property parameter.
The Property parameter specifies the properties that appear in the table as columns.
Use the Property parameter of the format cmdlets with a value of all(*).
The Format-List cmdlet lets you use a wildcard as the value of its Property parameter.
The command uses the Property parameter of Format-Table to include the MachineName property in the display.
The command uses the Property parameter to specify the properties and the* to indicate all properties. .
The value of the Property parameter is specified as a script block(an expression in braces).
The"Property" parameter name is optional,
The name of the Property parameter is optional,
The command uses the Property parameter of Format-List to list only the Name and DependentServices properties of the service.
The Format-Table command uses the Property parameter to specify the properties displayed in the table, including the MachineName property.
The ConvertTo-Html command uses the Property parameter to select only the ID, Level, and Task properties of the event.
Because the name of the Property parameter is optional,
The Property parameter of Format-List is used to specify two properties to display in the list,"Name" and"BIOS Age".
The Format-List command uses the Property parameter with a value of all(*)
To sort one property in ascending order and another property in descending order, the command uses a hash table for the value of the Property parameter.
C:\PS> get-eventlog-logname system-newest 1000 group-object- property{$_. TimeWritten-$_. TimeGenerated} This command demonstrates how to provide the value of the Property parameter as a script block.
Although you can use the Get-WmiObject Property parameter to choose only the HotFixID,