├── .gitattributes ├── .gitignore ├── Backup-VCSA.ps1 ├── Backup-VCSA.psm1 ├── Copy VM BIOS NVRAM.ps1 ├── EncryptedvMotion.psm1 ├── Export-History.ps1 ├── Get-ContentLibraryItemPath.ps1 ├── Get-DeployedProduct.ps1 ├── Host Memory Assessment Tool v2.ps1 ├── Host Memory Assessment Tool.ps1 ├── Install-HostClient.ps1 ├── LogInsightCP.ps1 ├── LogInsight_2.0_Automated_Deploy_Configure.ps1 ├── Loop_through_alphabet_instead_of_integers.ps1 ├── Remove-HostClient.ps1 ├── Remove-Vibs-PowerCLI.ps1 ├── Set-LockdownLevel.ps1 ├── Set-TaskbarNotification.ps1 ├── Set-WindowTitle.ps1 ├── Set-pDRS.ps1 ├── Start-RulesQuery.ps1 ├── Start-SSH.ps1 ├── Storage vMotion VMs in under-utilized datastores.ps1 ├── Sync-VMhostCertificates.ps1 ├── Sysprep Automation Script.ps1 ├── VMHardwareVersion.ps1 ├── VMOverrides.psm1 ├── VMTools setup.ps1 ├── VMreport.ps1 ├── autoUnattend.xml ├── frequentlyusedfunctions.psm ├── frequentlyusedfunctions.psm1 ├── vCAC6-PreReq-Automation-v2.ps1 ├── vCAC61-PreReq-Automation.ps1 ├── vCAC62-PreReq-Automation.ps1 ├── vRA 6.2 PreReq Automation Script.ps1 └── vRA62Automation_v1.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /Backup-VCSA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Backup-VCSA.ps1 -------------------------------------------------------------------------------- /Backup-VCSA.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Backup-VCSA.psm1 -------------------------------------------------------------------------------- /Copy VM BIOS NVRAM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Copy VM BIOS NVRAM.ps1 -------------------------------------------------------------------------------- /EncryptedvMotion.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/EncryptedvMotion.psm1 -------------------------------------------------------------------------------- /Export-History.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Export-History.ps1 -------------------------------------------------------------------------------- /Get-ContentLibraryItemPath.ps1: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Get-DeployedProduct.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Get-DeployedProduct.ps1 -------------------------------------------------------------------------------- /Host Memory Assessment Tool v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Host Memory Assessment Tool v2.ps1 -------------------------------------------------------------------------------- /Host Memory Assessment Tool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Host Memory Assessment Tool.ps1 -------------------------------------------------------------------------------- /Install-HostClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Install-HostClient.ps1 -------------------------------------------------------------------------------- /LogInsightCP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/LogInsightCP.ps1 -------------------------------------------------------------------------------- /LogInsight_2.0_Automated_Deploy_Configure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/LogInsight_2.0_Automated_Deploy_Configure.ps1 -------------------------------------------------------------------------------- /Loop_through_alphabet_instead_of_integers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Loop_through_alphabet_instead_of_integers.ps1 -------------------------------------------------------------------------------- /Remove-HostClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Remove-HostClient.ps1 -------------------------------------------------------------------------------- /Remove-Vibs-PowerCLI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Remove-Vibs-PowerCLI.ps1 -------------------------------------------------------------------------------- /Set-LockdownLevel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Set-LockdownLevel.ps1 -------------------------------------------------------------------------------- /Set-TaskbarNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Set-TaskbarNotification.ps1 -------------------------------------------------------------------------------- /Set-WindowTitle.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Set-WindowTitle.ps1 -------------------------------------------------------------------------------- /Set-pDRS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Set-pDRS.ps1 -------------------------------------------------------------------------------- /Start-RulesQuery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Start-RulesQuery.ps1 -------------------------------------------------------------------------------- /Start-SSH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Start-SSH.ps1 -------------------------------------------------------------------------------- /Storage vMotion VMs in under-utilized datastores.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Storage vMotion VMs in under-utilized datastores.ps1 -------------------------------------------------------------------------------- /Sync-VMhostCertificates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Sync-VMhostCertificates.ps1 -------------------------------------------------------------------------------- /Sysprep Automation Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/Sysprep Automation Script.ps1 -------------------------------------------------------------------------------- /VMHardwareVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/VMHardwareVersion.ps1 -------------------------------------------------------------------------------- /VMOverrides.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/VMOverrides.psm1 -------------------------------------------------------------------------------- /VMTools setup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/VMTools setup.ps1 -------------------------------------------------------------------------------- /VMreport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/VMreport.ps1 -------------------------------------------------------------------------------- /autoUnattend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/autoUnattend.xml -------------------------------------------------------------------------------- /frequentlyusedfunctions.psm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/frequentlyusedfunctions.psm -------------------------------------------------------------------------------- /frequentlyusedfunctions.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/frequentlyusedfunctions.psm1 -------------------------------------------------------------------------------- /vCAC6-PreReq-Automation-v2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/vCAC6-PreReq-Automation-v2.ps1 -------------------------------------------------------------------------------- /vCAC61-PreReq-Automation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/vCAC61-PreReq-Automation.ps1 -------------------------------------------------------------------------------- /vCAC62-PreReq-Automation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/vCAC62-PreReq-Automation.ps1 -------------------------------------------------------------------------------- /vRA 6.2 PreReq Automation Script.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/vRA 6.2 PreReq Automation Script.ps1 -------------------------------------------------------------------------------- /vRA62Automation_v1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBrianGraf/Scripts/HEAD/vRA62Automation_v1.ps1 --------------------------------------------------------------------------------