Examples of using First command gets in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
The first command gets the date and stores it in$t.
The first command gets the 100 oldest events in the log.
The first command gets all of the services on the computer.
The first command gets the security descriptor of the File0.
The first command gets all of the PSSessions on the local computer.
The first command gets the log names of all of the logs on the local computer.
The first command gets the 32 most recent entries in the session history.
The first command gets all of the PowerShell processes in the current session.
The first command gets the Notepad process and saves it in the$p variable.
The first command gets the list of processes and stores them in the$a variable.
The first command gets all execution policies that affect the current session.
The first command gets the counter paths and saves them in the$memCounters variable.
The first command gets a list of computers in the domain and saves it in the$s variable.
The first command gets the first object that Get-Childitem returns index 0.
The first command gets all events in the event queue and saves them in the$events variable.
The first command gets the objects representing the files and stores them in the$a variable.
The first command gets all the processes on the computer and then stores them in the$a variable.
The first command gets a credential with the user name User01 and stores it in the$c variable.
The first command gets one sample of the"Process\Working Set- Private" counter for each process.
The first command gets the unique elements of an array by piping the array to the Get-Unique cmdlet.
The first command gets the date that is seven days before the current date and stores it in the$starttime variable.
The first command gets the PSModuleInfo object that represent the module manifest for the File Transfer module.
The first command gets the 1,000 most recent entries from the System event log and stores them in the$events variable.
The first command gets snap-ins that have been added to the current session, including the snap-ins that are installed with Windows PowerShell.
The first command gets the Get and Set cmdlets in the session, groups them by verb, returns the groups as a hash table, and saves the hash table in the$a variable.