Hi Guys, Today I will show you how to easily move PLEX to the new server with all settings and user’s watched lists. PLEX documentation tells us that we just need one file: Preferences.xml. This is not true. You also need the Plug-in Support folder where the database lives. Let’s…
command line
We are preparing for the migration from Hyper-V to VMware. I am collecting all information before migration. One of the tasks was to collect all memory assigned to all VMs. Get-VM -ComputerName (Get-ClusterNode -Cluster CLUSTER_NAME) | Select-Object Name, DynamicMemoryEnabled, MemoryAssigned, MemoryMinimum, ProcessorCount, Path
We are preparing for the migration from Hyper-V to VMware. I am collecting all information before migration. One of the tasks was to collect all the information about network cards connected to the VMs on the cluster. This is how I did it. Get-VM -ComputerName (Get-ClusterNode -Cluster CLUSTER_NAME) | Get-VMNetworkAdapter…
Hi Guys, It happened for me a few times that QNAP interface was frozen and I didn’t have physical access to the device. The easy way is to use SSH and run this command: kill `ps –no-headers -C apache -o pid`kill `ps –no-headers -C apache -o pid`
To find KMS server in your network you please type: slmgr.vbs /dlv or slmgr.vbs /dli Luca