correr_remotamente_script_de_powershell
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| correr_remotamente_script_de_powershell [2023/02/27 00:57] – created oso | correr_remotamente_script_de_powershell [2024/10/17 21:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Configuring WinRM for PowerShell Remoting ====== | ||
| + | |||
| + | To connect to a computer remotely via PowerShell, the WinRM (Windows Remote Management service) must be enabled and configured on the remote client device (it is disabled by default). Communication between computers is performed over HTTP or HTTPS protocols, and all network traffic between computers is encrypted. You can use NTLM and Kerberos to authenticate on a remote computer. | ||
| + | |||
| + | In order to quickly enable and configure the computer for remote management via PowerShell Remoting and WinRM, run the command: | ||
| + | |||
| + | <code powershell> | ||
| + | Enable-PSRemoting | ||
| + | </ | ||
| + | |||
| + | |||
| ====== Run a Script ====== | ====== Run a Script ====== | ||
correr_remotamente_script_de_powershell.1677459461.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
