From a532e99938f50a80974558f4b298a1272a9f0bf8 Mon Sep 17 00:00:00 2001 From: Lifailon Date: Fri, 24 Mar 2023 12:50:45 +0300 Subject: [PATCH] update files --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5eeb166..6285c10 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - [PackageManagement](#PackageManagement) - [SQLite](#SQLite) - [PowerCLI](#PowerCLI) -- [Veeam](#Veeam) +- [VBR](#VBR) - [REST](#REST) - [XML](#XML) - [Git](#Git) @@ -1167,7 +1167,7 @@ `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'))` \ @@ -1206,12 +1206,12 @@ `$count_down = (Get-Item $path\*).count` \ `"Downloaded $count_down of $count_all files to $path"` -`Methods:` \ -`GET - Read` \ -`POST - Create` \ -`PATCH - Partial update/modify` \ -`PUT - Update/replace` \ -`DELETE - Remove` +Methods: \ +GET - Read \ +POST - Create \ +PATCH - Partial update/modify \ +PUT - Update/replace \ +DELETE - Remove `https://veeam-11:9419/swagger/ui/index.html` \ `$Header = @{` \ @@ -1226,7 +1226,7 @@ `$vtoken = (($vpost.Content) -split '"')[3]` `$token = $vtoken | ConvertTo-SecureString -AsPlainText –Force` \ -`$vjob = iwr "https://veeam-11:9419/api/v1/jobs" -Method GET -Headers $Header -Authentication Bearer -Token $token -SkipCertificateCheck +`$vjob = iwr "https://veeam-11:9419/api/v1/jobs" -Method GET -Headers $Header -Authentication Bearer -Token $token -SkipCertificateCheck` `$Header = @{` \ `"x-api-version" = "1.0-rev1"` \ @@ -1287,4 +1287,4 @@ `git show d01f09dead3a6a8d75dda848162831c58ca0ee13` \ `git branch new_branch` creat branch \ `git checkout new_branch` change branch \ -`git branch -d new_branch` delete branch +`git branch -d new_branch` delete branch \ No newline at end of file