BitLocker is a drive encryption system integrated with the Microsoft Windows operating system starting with Windows Vista. It allows you to encrypt hard drives, removable disks or partitions in order to protect them using a specific password and making them inaccessible to third parties. The protection can also be configured for removable drives or USB sticks. There […]
Category: Blog
Disk2vhd: convert a physical machine to virtual machine Hyper-V (P2V)
Disk2vhd is a free software to convert a disk into a corresponding .VHD / .VHDX image file. It can be used to make an image backup of a system, or to virtualize it on a Hyper-V environment. Virtualization is one of the key aspects of any modern and efficient IT infrastructure. Disk2vhd can therefore be a […]
Install Iperius Remote for unattended/automatic access
Like many other remote support software, Iperius Remote allows unattended access to a remote computer without the need for the connection to be explicitly allowed by a user. The automatic access feature is very useful and very important for companies that provide support services for their customers and need to connect to remote servers without […]
Database backup and server monitoring – Nagios alternatives
Complex IT infrastructures need centralized systems to monitor services and resources located on Servers and Clients. This is the case, for example, of database backups. Whatever the tool to perform backups of your database farm, it is essential to check the actual execution, timing and statistics. There are many complex tools for this purpose. For example, Nagios […]
How to reset CBT (Changed Block Tracking) on VMware ESXi virtual machines
In this brief tutorial we show the simple steps to reset the Changed Block Tracking (CBT) for vSphere virtual machines. CBT is a fundamental parameter withing a VMware ESXi virtual machine, since it allows, when enabled, us to perform incremental and differential backups of VMware virtual machines. Virtual machines running on ESXi hosts can keep […]

Docker Containers: a new way to deploy applications
Containers are a new way to deploy applications, that make more closer IT Pros and Developers for all companies where DevOps concept is present. What is a Container? Container is a sandbox where it’s possible to run services and processes in a protected environment. Each Container runs in a Container Host, which can be a Windows […]
How to customize Iperius Remote with your brand
Iperius Remote is the only remote support software that allows a full “re-branding”. That is the ability to be completely customized with the brand of your company. The customization of Iperius Remote not only involves entering your company data into the software, but it also allows you to change the name of the software and its […]
Iperius Remote – Connection statistics and search filters
Since version 2.0 of Iperius Remote, it has had the ability to display the connection statistics for all the remote support sessions that are carried out by the operators. In this tutorial we will show you how to display them and set the filters in order to quickly get useful information about your remote desktop activities. […]
Iperius Remote – Shared list of computers, creation/editing of private groups and remote clients
Iperius Remote is the easy-to-use and efficient remote control and support software for fast access to any computer connected to the internet. Starting from version 2.0, there is an improved “Computers and Contacts” section, which allows: Create / modify personal groups Move Client within Private Groups Change the Client settings Connect with a client […]
Magento 2 – how to add products in Magento using REST API and C #
This article shows the complete, technical and functional way to import Categories, Attributes and Products lists in Magento 2 CE ecommerce, using REST API interface and C# .NET code. At bottom you will find some Magento Backup and Recovery tips. You will find how-to step-by-step guide with examples codes to: Upload The Categories; Upload The Product Custom […]