Examples of using Use the computername parameter in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
To run a single command on a remote computer, use the ComputerName parameter.
Or, you can use the ComputerName parameter to start a temporary session.
To run a single command or a series of unrelated commands, use the ComputerName parameter.
You can use the ComputerName parameter of Get-Process to get processes on remote computers.
To create the PSSession on a remote computer, use the ComputerName parameter of the New-PSSession cmdlet.
Use the ComputerName parameter to run a single command
To run a single command or a few unrelated commands, use the ComputerName parameter of Invoke-Command to specify the remote computers.
You can use the ComputerName parameter of Enter-PSSession to establish a temporary connection for the interactive session.
you can use the ComputerName parameter of these cmdlets on any computer that is running Windows PowerShell.
You can use the ComputerName parameter of Limit-EventLog
you can use the ComputerName parameter of a cmdlet, or you can create a Windows PowerShell session(PSSession)
You can use the ComputerName parameter of Get-Counter
and the temporary sessions that Windows PowerShell creates when you use the ComputerName parameter of a cmdlet that uses WS-Management remoting technology,
and the temporary sessions that Windows PowerShell creates when you use the ComputerName parameter of a cmdlet that uses WS-Management-based remoting technology, such
If you use the ComputerName parameter, Enter-PSSession creates a temporary session that it closes
But, the second command fails because when you use the ComputerName parameter, Windows PowerShell creates a connection just to run the command.
If you use the ComputerName parameter of the Invoke-Command or Enter-PSSession cmdlets,
When you use the ComputerName parameter, Windows PowerShell creates a temporary connection
If you use the ComputerName parameter, Windows PowerShell ends the connection when the job object returns,
When you use the ComputerName parameter, Windows PowerShell creates a temporary connection
When you use the ComputerName parameter, Windows PowerShell creates a temporary connection
If you use the ComputerName parameter of Invoke-Command to establish a temporary connection,
When you use the ComputerName parameter of Invoke-Expression or Enter-PSSession,
If you use the computerName parameter of the Invoke-Command
Instead, the command uses the ComputerName parameter to indicate the computers.
You can retrieve the same information from a remote computer by using the ComputerName parameter, specifying a computer name or IP address.
This command uses the ComputerName parameter to specify the Server01 computer, but omits the optional parameter name.