Examples of using Second command uses in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
The second command uses Invoke-Item to open the Services.
The second command uses the Force parameter to suppress the prompt.
The second command uses the Exit-PSSession cmdlet to end the session.
The second command uses the Get-Module cmdlet to get the modules in the session.
The second command uses the Start-Service cmdlet to start the WMI service.
The second command uses a Get-PSSession cmdlet to get the three PSSessions.
The second command uses Set-Service to change the start mode to automatic.
The second command uses the Update-FormatData cmdlet to add the Process. format.
The second command uses the Update-FormatData cmdlet to reload the formatting files.
The second command uses the Trace-Command cmdlet with the ParameterBinding trace source.
The second command uses the New-Object command to create a TransactedString object.
The second command uses the Stop-Process cmdlet to stop the process with the ID saved in$nid.
The second command uses the Connect-WSman cmdlet to connect to the Server02 computer.
The second command uses the Remove-PSBreakpoint cmdlet to delete the new breakpoint.
The second command uses Set-Acl to apply the security descriptor of Dog.
The second command uses the Get-PSSessionConfiguration cmdlet to get the MaintenanceShell session.
The second command uses the Invoke-Command cmdlet to run a Get-Hotfix command remotely.
The second command uses the Invoke-Command cmdlet to run a Set-Mailbox command. .
The second command uses the Invoke-Command cmdlet to run the Get-Culture command on Server02.
The second command uses the Get-Command cmdlet to get the Get-Date commands in the current session.
The second command uses the Remove-PSSession cmdlet to remove the PSSession with the specified instance ID.
The second command uses the ModuleInfo parameter of Import-Module to import the modules into the current session.
The second command uses the dot method to display the value of the ChildJobs
The second command uses the Sort-Object cmdlet with the Unique parameter to return
The second command uses the Get-Command cmdlet to get the commands that are
The second command uses the Invoke-Command cmdlet to run the command in$command on the S1
The second command uses the SessionOption parameter to pass the credentials that are
The second command uses the Invoke-Command cmdlet to run a Get-Process command in each of the three PSSessions in$s.
The second command uses the AsJob parameter of Invoke-Command to start a backgroundcommand in each of the PSSessions in$s.">
The second command uses the Credential parameter to pass the credentials stored in$cred to Connect-WSMan.