What is the translation of " SECOND COMMAND USES " in German?

['sekənd kə'mɑːnd 'juːsiz]
['sekənd kə'mɑːnd 'juːsiz]
zweite Befehl verwendet

Examples of using Second command uses in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
The second command uses the invoke operator.
Der zweite Befehl verwendet den Aufrufoperator.
C:\PS> $1GBinBytes 1GB The second command uses the Import-Counter cmdlet to import performance counter data from the Threads. csv file.
C: \PS> $1GBinBytes 1GB Der zweite Befehl verwendet das Cmdlet"Import-Counter", um Leistungsindikatordaten aus der Datei"Threads. csv" zu importieren.
The second command uses Invoke-Item to open the Services.
Der zweite Befehl verwendet Invoke-Item, um die Datei"Services.
The second command uses Set-AuthenticodeSignature to sign the script.
Im zweiten Befehl wird das Skript mit Set-AuthenticodeSignature signiert.
The second command uses the Force parameter to suppress the prompt.
Der zweite Befehl unterdrückt die Eingabeaufforderung mithilfe des Force-Parameters.
The second command uses the Start-Service cmdlet to start the WMI service.
Im zweiten Befehl wird der WMI-Dienst mit dem Cmdlet"Start-Service" gestartet.
The second command uses the New-Object command to create a TransactedString object.
Der zweite Befehl erstellt mit dem Befehl"New-Object" ein TransactedString-Objekt.
The second command uses the deleteUser command to delete alice from the HSMs.
Der zweite Befehl verwendet den Befehl deleteUser, um alice in den HSMs zu löschen.
The second command uses the Content parameter to specify the XML in the$xml variable.
Im zweiten Befehl wird der XML-Inhalt in der Variablen"$xml" mithilfe des Content-Parameters angegeben.
The second command uses the Get-Counter cmdlet to get one sample of the counter values.
Der zweite Befehl verwendet das Cmdlet"Get-Counter", um eine Stichprobe der Leistungsindikatorwerte abzurufen.
The second command uses the Connect-WSman cmdlet to connect to the Server02 computer.
Der zweite Befehl verwendet das Cmdlet"Connect-WSman", um eine Verbindung mit dem Computer"Server02" herzustellen.
The second command uses imSymKey to import the AES key from the aes256. key file into the HSMs.
Der zweite Befehl verwendet imSymKey zum Importieren des AES-Schlüssels aus der Datei aes256.key in die HSMs.
The second command uses Set-Acl to apply the security descriptor of Dog. txt to Cat. txt.
Im zweiten Befehl wird Set-Acl verwendet, um die Sicherheitsbeschreibung aus"Dog. txt" auf"Cat. txt" anzuwenden.
The second command uses the Get-Counter cmdlet to get the counter data for each counter.
Der zweite Befehl verwendet das Cmdlet"Get-Counter", um die Leistungsindikatordaten für jeden Leistungsindikator abzurufen.
The second command uses the Get-Module cmdlet to get the object that represents the BitsTransfer module.
Der zweite Befehl verwendet das Cmdlet"Get-Module", um das Objekt abzurufen, das das BitsTransfer-Modul darstellt.
The second command uses a Stop-Job command with the InstanceID parameter to stop a selected job.
Im zweiten Befehl wird ein ausgewählter Auftrag mit einem Stop-Job-Befehl und dem InstanceID-Parameter beendet.
The second command uses the dot method to display the value of the ChildJobs property of the job object in$j.
Im zweiten Befehl wird mit der DOT-Methode der Wert der ChildJobs-Eigenschaft des Auftragsobjekts in $j angezeigt.
The second command uses the certutil utility to decode the file and send the output to a PDF file.
Der zweite Befehl verwendet das certutil Dienstprogramm um die Datei zu dekodieren und die Ausgabe an eine PDF-Datei zu senden.
The second command uses the Get-WmiObject cmdlet to retrieve the instances of the Win32_Process that correspond to Notepad.
Der zweite Befehl verwendet das Cmdlet"Get-WmiObject", um die Instanzen von Win32_Process abzurufen, die"Notepad.
The second command uses the Count property of object arrays to display the number of matches found, in this case.
Im zweiten Befehl wird die Anzahl der gefundenen Übereinstimmungen mithilfe der Count-Eigenschaft von Objektarrays angezeigt.
The second command uses the New-PSSession to create a remote session to the local computer also known as a"loopback.
Der zweite Befehl erstellt mithilfe von New-PSSession eine Remotesitzung auf dem lokalen Computer auch bekannt als"Loopback.
The second command uses the ConvertTo-CSV cmdlet to convert the DateTime object in the$date variable to CSV format.
Im zweiten Befehl wird das DateTime-Objekt in der Variablen"$date" mithilfe des Cmdlets"ConvertTo-CSV" in das CSV-Format konvertiert.
The second command uses the Module property of the CmdletInfo object to find the module that added the Remove-GPO cmdlet.
Im zweiten Befehl wird mit der Module-Eigenschaft des CmdletInfo-Objekts das Modul gesucht, mit dem das Cmdlet"Remove-GPO" hinzugefügt wurde.
The second command uses the ConvertFrom-StringData cmdlet to convert the here-string in the$here variable to a hash table.
Im zweiten Befehl wird die here-Zeichenfolge in der Variablen"$here" mit dem Cmdlet"ConvertFrom-StringData" in eine Hashtabelle konvertiert.
The second command uses the Get-WmiObject cmdlet to get an instance of the WMI Win32_Service that represents the Task Scheduler service.
Im zweiten Befehl wird eine Instanz von"WMI Win32_Service", die den Taskplaner-Dienst darstellt, mit dem Cmdlet"Get-WmiObject" abgerufen.
The second command uses the InputObject parameter to pass the process objects that are stored in the$a variable to the Get-Process cmdlet.
Der zweite Befehl übergibt die in der Variablen"$a" gespeicherten Prozessobjekte mit dem InputObject-Parameter an das Cmdlet"Get-Process.
The second command uses a pipeline operator(_) to send the data in$c to the Export-Counter cmdlet, which saves it in the Workingset.
Der zweite Befehl verwendet einen Pipelineoperator(_), um die Daten in $c an das Cmdlet"Export-Counter" zu senden, das die Daten in der Datei"Workingset.
The second command uses the Verbose common parameter, which displays any verbose messages, regardless of the value of the$VerbosePreference variable.
Der zweite Befehl verwendet den allgemeinen Verbose-Parameter, der alle ausführlichen Meldungen unabhängig vom Wert der Variablen"$VerbosePreference" anzeigt.
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.
Im zweiten Befehl werden dieselben Leistungsindikatoren an den Befehl"Get-Counter" übergeben, um eine aktuelle Stichprobe abzurufen und den Wert in der Datei"NewData. blg" zu speichern.
Results: 29, Time: 0.0452

Word-for-word translation

Top dictionary queries

English - German