Posts

Showing posts from 2020

Solution to Create GPT Partition in Windows 10 During Installation

  Solution to Create GPT Partition in Windows 10 During Installation How to Create GPT Partition in Windows 10 During Installation (Solved) (softwarepro.org)

Patching and Upgrading ESXi using ESXCLI commands

 https://www.altaro.com/vmware/patching-upgrading-esxi-using-esxcli-commands/ Patching and Upgrading ESXi using ESXCLI commands  

How to install Windows Subsystem for Linux (WSL) on Windows 10

https://www.windowscentral.com/install-windows-subsystem-linux-windows-10#install_linux_subsystem_powershell_windows10 How to install Windows Subsystem for Linux (WSL) on Windows 10

Reclaim space with PowerCLI - https://kb.vmware.com/s/article/2057513

https://code.vmware.com/forums/2530/vsphere-powercli#583729 This guy  LucD   is amazing. I have used his scripts so many times and I hope he knows it. With All Respect LucD.

Fix Windows 10 Sign-in Options 'Some Settings Are Hidden or Managed By Your Organization'

 https://www.youtube.com/watch?v=94P_AvVFczE Fix Windows 10 Sign-in Options 'Some Settings Are Hidden or Managed By Your Organization'  

Windows Hello PIN ADD Button is Greyed Out – THIS SETTING IS MANAGED BY YOUR ORGANIZATION

https://www.urtech.ca/2018/11/solved-windows-hello-pin-add-button-is-greyed-out-this-setting-is-managed-by-your-organization/    Windows Hello PIN ADD Button is Greyed Out – THIS SETTING IS MANAGED BY YOUR ORGANIZATION  

How can I reinstall Windows 10's All apps?

  https://superuser.com/questions/978877/how-can-i-reinstall-windows-10s-calculator-app How can I reinstall Windows 10's calculator app? Get-AppxPackage -allusers * WhatEver * | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Automating Migration of VMFS-5 to VMFS-6 Datastores

https://blogs.vmware.com/vsphere/2018/10/automating-migration-of-vmfs-5-to-vmfs-6-datastores.html Automating Migration of VMFS-5 to VMFS-6 Datastores

How to Install latest ESXi VMware Patch – [Guide]

https://www.vladan.fr/how-to-install-latest-esxi-vmware-patch/ How to Install latest ESXi VMware Patch – [Guide] I had to us -f to get my patch to install. -f|--force            Bypasses checks for package dependencies, conflicts, obsolescence, and acceptance levels. Really not recommended unless you know what you are doing. Use of this option will result in a warning being displayed in vSphere Web Client.  Use this option only when instructed to do so by VMware Technical Support. Oops, I wasn't instructed to do so by VMware Technical Support. esxcli software vib install -d /vmfs/volumes/5ef65b76-45af59da-b53b-b8aeedec0f2e/VMware-ESXi-X.X-XXXXXXX-depot.zip -f

vSphere – ‘The Number of HA Heartbeat Datastores for this host is 0’

https://www.petenetlive.com/KB/Article/0001202 vSphere – ‘The Number of HA Heartbeat Datastores for this host is 0’

Unable to remove warning message in cluster in VMware vCenter Server HA failover initiated on (2004802)

https://kb.vmware.com/s/article/2004802 Unable to remove warning message in cluster in VMware vCenter Server HA failover initiated on (2004802)

Automating Upgrade of VMware Tools and VM Compatibility

Automating Upgrade of VMware Tools and VM Compatibility https://blogs.vmware.com/vsphere/2018/09/automating-upgrade-of-vmware-tools-and-vmware-compatibility.html

How to Automate the Upgrade of VMware Tools and VM Compatibility

https://www.starwindsoftware.com/blog/how-to-automate-the-upgrade-of-vmware-tools-and-vm-compatibility How to Automate the Upgrade of VMware Tools and VM Compatibility

POWERCLI ONE-LINER – MARK ALL VM OPTICAL DRIVES AS CLIENT

https://rnelson0.com/2014/02/04/powercli-one-liner-mark-all-vm-optical-drives-as-client/

Enable Ping Replies from your Windows Server Core Server

https://petri.com/enable-ping-windows-2008-server At Command- firewall advfirewall set icmpsetting 8

vCenter Server Appliance Fails To Boot

https://www.hex64.net/vcenter-server-6-5-fails-to-boot/ VCenter Server 6.5 Fails To Boot - Worked for me.

Adding a VMware Workstation VM to Windows Startup

https://community.spiceworks.com/topic/289638-adding-a-vmware-workstation-vm-to-windows-startup Adding a VMware Workstation VM to Windows Startup

PowerCLI Invalid server certificate

https://www.ivobeerens.nl/2018/07/18/quick-tip-powercli-invalid-server-certificate-error/ Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false

Fix for PowerShell Script Not Digitally Signed

Fix for PowerShell Script Not Digitally Signed https://medium.com/@caiomsouza/fix-for-powershell-script-not-digitally-signed-69f0ed518715 Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

How to Add Programs, Files, and Folders to System Startup in Windows

How to Add Programs, Files, and Folders to System Startup in Windows https://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/

Disable No Coredump Target has been Configured Host Core Dumps Cannot be Saved Error

Disable No Coredump Target has been Configured Host Core Dumps Cannot be Saved Error Host > Configuration > Advanced Settings > UserVars > SuppressCoredumpWarning then locate the setting and enter 1

Automating Upgrade of VMware Tools and VM Compatibility

https://blogs.vmware.com/vsphere/2018/09/automating-upgrade-of-vmware-tools-and-vmware-compatibility.html Powershell hints.

Server Core App Compatibility Feature on Demand (FOD)

https://docs.microsoft.com/en-us/windows-server/get-started-19/install-fod-19

How to: Enable ping reply for Windows Server Core

https://community.spiceworks.com/how_to/70758-enable-ping-reply-for-windows-server-2012-r2-core You actually need to use- netsh advfirewall firewall set icmpsetting 8

Solved: PowerCLI to show Guest VM disk space capacity not working?

https://code.vmware.com/forums/2530/vsphere-powercli#581948

How to install (unofficial) Choco Package List Backup to Local and Cloud (Script + Task)

Image
https://chocolatey.org/packages/choco-package-list-backup Back up and restore Chocolatey packages. Run the below from PowerShell if you are using OneDrive- CINST {where ever you installed OneDrive}\ChocolateyPackageListBackup\{system it was backed up to}\PACKAGES.CONFIG -Y

How to install Chocolatey.org

https://chocolatey.org/install