From ca06816618b583cd8d18c13ec9604487b98c337f Mon Sep 17 00:00:00 2001 From: Lifailon Date: Fri, 24 Mar 2023 12:43:57 +0300 Subject: [PATCH] update files --- posh.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posh.txt b/posh.txt index 98b6d6d..af1dec3 100644 --- a/posh.txt +++ b/posh.txt @@ -14,7 +14,7 @@ PowerShell Commands - PackageManagement - SQLite - PowerCLI -- Veeam +- VBR - REST - XML - Git @@ -1167,7 +1167,7 @@ Get-Command –Module *vmware* -name *syslog* Set-VMHostSysLogServer -VMHost esxi-05 -SysLogServer "tcp://192.168.3.100" -SysLogServerPort 3515 Get-VMHostSysLogServer -VMHost esxi-05 -# Veeam +# VBR 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'))