Examples of using Second command uses in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
The second command uses the invoke operator.
C:\PS> $1GBinBytes 1GB The second command uses the Import-Counter cmdlet to import performance counter data from the Threads. csv file.
The second command uses Invoke-Item to open the Services.
The second command uses Set-AuthenticodeSignature to sign the script.
The second command uses the Force parameter to suppress the prompt.
The second command uses the Start-Service cmdlet to start the WMI service.
The second command uses the New-Object command to create a TransactedString object.
The second command uses the deleteUser command to delete alice from the HSMs.
The second command uses the Content parameter to specify the XML in the$xml variable.
The second command uses the Get-Counter cmdlet to get one sample of the counter values.
The second command uses the Connect-WSman cmdlet to connect to the Server02 computer.
The second command uses imSymKey to import the AES key from the aes256. key file into the HSMs.
The second command uses Set-Acl to apply the security descriptor of Dog. txt to Cat. txt.
The second command uses the Get-Counter cmdlet to get the counter data for each counter.
The second command uses the Get-Module cmdlet to get the object that represents the BitsTransfer module.
The second command uses a Stop-Job command with the InstanceID parameter to stop a selected job.
The second command uses the dot method to display the value of the ChildJobs property of the job object in$j.
The second command uses the certutil utility to decode the file and send the output to a PDF file.
The second command uses the Get-WmiObject cmdlet to retrieve the instances of the Win32_Process that correspond to Notepad.
The second command uses the Count property of object arrays to display the number of matches found, in this case.
The second command uses the New-PSSession to create a remote session to the local computer also known as a"loopback.
The second command uses the ConvertTo-CSV cmdlet to convert the DateTime object in the$date variable to CSV format.
The second command uses the Module property of the CmdletInfo object to find the module that added the Remove-GPO cmdlet.
The second command uses the ConvertFrom-StringData cmdlet to convert the here-string in the$here variable to a hash table.
The second command uses the Get-WmiObject cmdlet to get an instance of the WMI Win32_Service that represents the Task Scheduler service.
The second command uses the InputObject parameter to pass the process objects that are stored in the$a variable to the Get-Process cmdlet.
The second command uses a pipeline operator(_) to send the data in$c to the Export-Counter cmdlet, which saves it in the Workingset.
The second command uses the Verbose common parameter, which displays any verbose messages, regardless of the value of the$VerbosePreference variable.
The second command uses those same counters in a new Get-Counter command to get a current sample, and export it to the NewData. blg file.