Month: <span>June 2023</span>

Nested Esxi vSAN sample scripts

#! /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…

Read more