Examples of using This command gets in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
C:\PS> get-service winrm-requiredServices This command gets the services that the WinRM service requires.
C:\PS> get-counter-ListSet* This command gets all of the counter sets on the local computer.
C:\PS> get-psbreakpoint This command gets all breakpoints set on all scripts
This command gets a list of all the environment variables in the current session
This command gets the list of all the variables
This command gets the list of all the aliases when the current location is the Alias: drive.
This command gets the variables that have the values of"ReadOnly" or"Constant" for their Options property.
Swap This command gets breakpoints that are set on the$index and$swap variables in the current session.
This command gets the value for all the variables which can be included in HTML pages.
For example, this command gets the list of commits made in the last two weeks.
C:\PS> get-winevent-listprovider* This command gets the event log providers on the local computer
Csv This command gets the five most recent history entries ending with entry 7.
C:\PS> get-module This command gets the modules that have been imported into the current session.
C:\PS> get-event-eventIdentifier 2 This command gets the event with an event identifier of 2.
C:\PS> get-history-count 1 This command gets the last(most recently entered)
C:\PS> get-job-state NotStarted This command gets only those jobs that have been created
explorer format-list* This command gets all available data about the Winword
C:\PS> get-command* This command gets information about the Windows PowerShell cmdlets,
C:\PS> get-process where-object{$_. WorkingSet-gt 20000000} This command gets all processes that have a working set greater than 20 MB.
Because"job< number>" is the default name for a job, this command gets all jobs that do not have an explicitly assigned name.