Posts

Showing posts from May, 2020

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/