If you have ever had to do a power drain on a server, you know the pain: pulling power cords, reseating drives, waiting around in a cold datacenter… all for … «Read More»
Category: Tips
Technical tips which make our work easy are here. These tips are related to technology which we are used in our daily life and work field.
Migrating a File Server with Microsoft Deduplication
This weekend, we faced the task of migrating a file server to a new location while enabling the Microsoft Deduplication feature on the destination server. My goal was to minimize … «Read More»
NVIDIA vGPU License Deployer
This PowerShell script automates remote management tasks for NVIDIA vGPU License clients on computers in an Active Directory environment. The script performs the following tasks:
- Clears specific files in NVIDIA
How to Test MTU Size on Operating System?
In networking, the Maximum Transmission Unit (MTU) represents the largest size packet or frame that can be sent in a single transaction over a specific network. Incorrect MTU configurations can … «Read More»
The quickest way to transfer FSMO roles
The quickest way to transfer FSMO roles to another server is so easy if you use PowerShell. Many people use GUI, but it takes so much time and is a … «Read More»
Delete objects which are older than X days automatically
Sometimes you need to remove objects which are older than X days. I will share a good tip that let you remove your old files automatically. For instance, if your … «Read More»
How to remove software remotely using PsExec
Sometimes you may need to remove software remotely for some cases. Some software may allow you to uninstall software remotely or help you install it, but you may have to … «Read More»
How to Get NTFS Access Permissions via PowerShell
That’s a fantastic PowerShell script that helps you to find out and export the permissions to a file with csv format. It takes time to get the result according to … «Read More»
ERROR: unable to select packages error on Alpine Linux
In my first Alpine Linux post I had mentioned why I began using Alpine Linux. Container technologies was the reason for me to use this distro. I have enough experience … «Read More»
How to enable SSH root login on Alpine Linux
Nowadays I’m interested in docker and i see that docker offers Alpine Linux to use for those who are interested in container technologies nowadays. Once start searching about Alpine Linux … «Read More»