VMWare snapshot summary

Requirement Install VMWare PowerCLI Run the following command in elevated PowerShell Custom PowerShell module Copy the following into a file located at Documents\WindowsPowerShell\Modules\VM.Statistics\VM.Statistics.psm1. Query Statistics On PowerShell, run the following command Running user (PowerShell client) will need to have connect and read permission from VCenter.

Get Time from remote computers

Why get time? I am working in Windows shop for process automation industry. And we have very strict rule on time synchronization On SCADA system time synchronization is crucial in keeping the data clean. Usually system can tolerate several seconds of lagging or advance. However, the castle will start to crumble if there’s too much... » read more

Enable PSRemoting on Windows 10

Workgroup (standalone) Computer as destination Destination (remote) computer Run the following on elevated PowerShell On remote computer, enable firewall incoming rule to allow Port 5985-5986 Source (local) computer Run the following on elevated PowerShell to add destination as trusted. You can change the wildcard to remote IP address To see if the configuration has been... » read more