update files
This commit is contained in:
parent
957481f045
commit
ca06816618
1 changed files with 2 additions and 2 deletions
4
posh.txt
4
posh.txt
|
|
@ -14,7 +14,7 @@ PowerShell Commands
|
||||||
- PackageManagement
|
- PackageManagement
|
||||||
- SQLite
|
- SQLite
|
||||||
- PowerCLI
|
- PowerCLI
|
||||||
- Veeam
|
- VBR
|
||||||
- REST
|
- REST
|
||||||
- XML
|
- XML
|
||||||
- Git
|
- Git
|
||||||
|
|
@ -1167,7 +1167,7 @@ Get-Command –Module *vmware* -name *syslog*
|
||||||
Set-VMHostSysLogServer -VMHost esxi-05 -SysLogServer "tcp://192.168.3.100" -SysLogServerPort 3515
|
Set-VMHostSysLogServer -VMHost esxi-05 -SysLogServer "tcp://192.168.3.100" -SysLogServerPort 3515
|
||||||
Get-VMHostSysLogServer -VMHost esxi-05
|
Get-VMHostSysLogServer -VMHost esxi-05
|
||||||
|
|
||||||
# Veeam
|
# VBR
|
||||||
|
|
||||||
Set-ExecutionPolicy AllSigned # or Set-ExecutionPolicy Bypass -Scope Process
|
Set-ExecutionPolicy AllSigned # or Set-ExecutionPolicy Bypass -Scope Process
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue