Set Windows 2012 R2 NTP settings using PowerShell
Enable NTP and restart service PS C:\Users\Administrator> w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL コマンドは正しく完了しました。 PS C:\Users\Administrator> Stop-Service w32time PS...
Enable NTP and restart service PS C:\Users\Administrator> w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL コマンドは正しく完了しました。 PS C:\Users\Administrator> Stop-Service w32time PS...
Detection of the USB-Serial converter used on your machine (so you get the correct device name to use later): 1. tail -f /var/log/messages or /var/log/syslog 2. Plug in the USB cable 3. It will sh...
Ever deployed a non-English Windows server via SCVMM and then tried installing SQL server on it? Won’t work. The OS and SQL server languages have to match and in a stroke of genius SCVMM always mak...
apt-get install cifs-utils sudo mount -t cifs /// / -o username=,domain=,password= It’s fine to omit the password on the command line for security purposes. It will then prompt for it to be enter...
Global settings stored here: vi /etc/profile Add to the end: MY_PROXY_URL=”https://proxyserver:portnumber/” HTTP_PROXY=$MY_PROXY_URL HTTPS_PROXY=$MY_PROXY_URL FTP_PROXY=$MY_PROXY_URL https_proxy=$...
Download psexec from Sysinternals / MS. It only needs to be installed on the machine you run the commands from, not the targets. Note: * All machines must be in the same domain or workgroup * Fire...
OK, so you created a Hyper-V cluster using clustered, shared storage (CSV) and installed SCVMM. Now when you try to deploy a VM to a cloud it won’t work. Your clouds are listed with zero stars for ...
It’s very easy to enable SNMP 1.0 / 2.0 management of the Dell MXL blade network switches. All it takes is one command really (“snmp-server community public ro”). SSH to the network switch (MXL): ...
Example of enabling the VNC server on an iDRAC and setting the password: racadm -r 10.1.1.200 -u root -p calvin set idrac.vncserver.enable Enabled racadm -r 10.1.1.200 -u root -p calvin set idrac.v...
Yes. Yes I can.