install ssh client on windows 11
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Quick Tip: Did you know you can use an NFS path as an the offline depo on fleet management? To…
Source code: https://github.com/saltstack/salt/blob/v3006.7/salt/proxy/vcenter.py Documentation: https://docs.saltproject.io/en/3007/ref/proxy/all/salt.proxy.vcenter.htmlmodule: https://docs.saltproject.io/en/3006/ref/modules/all/salt.modules.vsphere.html Depending on the version of vsphere, you must install pyvomi sample configs: version: proxy-minion…
Alb records are normally stored in the below tables, Since in my case, my ALB env was unrecoverable, delete the…
find the ID_USB_SERIAL_SHORT of the USB NIC: grab mac address Create a new File with the below content
Check check all SSH to VCSA, USE rvc to log in to vcsa vsan.health.silent_health_check_status vcsa01.ntitta.local/Cloud-DC01/computers/mgm02/ vsan.health.silent_health_check_configure vcsa01.ntitta.local/Cloud-DC01/computers/mgm-01 -a controlleronhcl
Tested with VCD 10.5.1 In proxy host > advanced > add the below. fastcgi_buffers 16 200k;fastcgi_buffer_size 100k;proxy_buffer_size 128k;proxy_buffers 4 256k;proxy_busy_buffers_size…
#! /usr/bin/pwsh $user = '[email protected]' # Import password from an encrypted file $encryptedPassword = Import-Clixml -Path '/glabs/spec/vcsa_admin.xml' $decryptedPassword = $encryptedPassword.GetNetworkCredential().Password # Function to check if…
formatVersion: 1 inputs: {} resources: Cloud_NSX_Network_1: type: Cloud.NSX.Network properties: networkType:…
Earlier this week, I was trying to integrate my test vRA deployment with Infoblox and all deployments failed with the…