Exemplos de uso de Computername parameter em Inglês e suas traduções para o Português
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
Several cmdlets have a ComputerName parameter that lets you get objects from the remote computer.
The first two commands use the ComputerName parameter of Invoke-Command to run commands on the Server02 remote computer.
Get-WmiObject have only a ComputerName parameter.
Static Parameters The following example shows a parameter declaration that defines a ComputerName parameter.
For example, if the function has a ComputerName parameter, and the piped object has a ComputerName property,
The ComputerName parameters of the New-PSSession, Enter-PSSession
You can run commands on a remote computer without creating a PSSession by using the ComputerName parameters of Enter-PSSession or Invoke-Command.
The ComputerName parameter is not necessary when connecting to the local system.
use the ComputerName parameter.
This command uses the Foreach keyword because the ComputerName parameter takes only one value.
Otherwise, the temporary connection created by the ComputerName parameter is sufficient for most commands.
Because the ComputerName parameter is specified,
use the ComputerName parameter.
The value of the ComputerName parameter is a Get-Content command that gets the text in the Servers.
The following example shows a mandatory parameter declaration that adds the"CN" alias to the ComputerName parameter.
The value of the ComputerName parameter is a command that uses the Import-Csv cmdlet to import the Servers.
The ComputerName parameter has also been added to several cmdlets,
Typically, cmdlets that support remoting without special configuration have a ComputerName parameter and do not have a Session parameter. .
Use the ComputerName parameter to run a single command
use the ComputerName parameter of Invoke-Command to specify the remote computers.