Examples of using Computername parameter in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
When you use the ComputerName parameter of Invoke-Expression or Enter-PSSession,
later versions of Windows, to include the local computer in the value of the ComputerName parameter, you must start Windows PowerShell with the"Run as administrator" option.
later versions of Windows, to include the local computer in the value of the ComputerName parameter, you must open Windows PowerShell with the"Run as administrator" option.
For example, if the function has a ComputerName parameter, and the piped object has a ComputerName property, the value of the ComputerName property is assigned to the ComputerName parameter of the function.
the temporary sessions that Windows PowerShell creates when you use the ComputerName parameter of a cmdlet that uses WS-Management-based remoting technology, such as Invoke-Command.
the temporary sessions that Windows PowerShell creates when you use the ComputerName parameter of a cmdlet that uses WS-Management remoting technology,
you can use the ComputerName parameter of a cmdlet, or you can create a Windows PowerShell session(PSSession)
If you use the computerName parameter of the Invoke-Command or Enter-PSSession cmdlet to run a remote command
The ComputerName parameter can always be used to specify a remote computer.
The command uses the ComputerName parameter to specify the computers.
We specify the ComputerName parameter with the dot value.
The command uses the ComputerName parameter to specify the remote computer.
The ComputerName parameter is not necessary when connecting to the local system.
Instead, the command uses the ComputerName parameter to indicate the computers.
Get-Counter uses the value of the ComputerName parameter.
Or, you can use the ComputerName parameter to start a temporary session.
In the following example, the ComputerName parameter can have one to five arguments.
You can use the ComputerName parameter of Get-Process to get processes on remote computers.
use the ComputerName parameter.
This command uses the Foreach keyword because the ComputerName parameter takes only one value.