Skip to content
helpmelab

helpmelab

Notes on Cloud & Tech

  • Privacy Policy
  • Blog

admin

Install Windows Feature on remote server using PowerShell

2023-07-13 by admin

Invoke-Command -ComputerName fqdn {Install-WindowsFeature SNMP-Service -IncludeManagementTools} Additional notes

Categories General Tags powershell Leave a comment

Sync Windows Domain Controller or Server to external time source

2023-07-12 by admin

w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:MANUAL w32tm /config /update w32tm /resync To test the NTP Server is working, use the following in Windows Command/PowerShell w32tm /stripchart /computer:localhost /dataonly /samples:5

Categories General Tags ntp Leave a comment

NSX-V: List all edge appliances with ssh enabled

2023-03-21 by admin
Categories General Leave a comment

About This Site

The idea is to keep notes and share knowledge relating to Cloud, Virtualization and Hosting platforms.

*IMPORTANT: These are my personal notes which I’m making available online for my own benefit, and are not intended as a step-by-step guide. This is purely informational and the official documentation should be consulted for guidance.

Tags

cloud computing Cloudflare DNS over HTTPS hosting it lab ntp Pi-hole powershell technology update vcenter vcsa virtualization vmware
© 2025 helpmelab • Built with GeneratePress