As you know VMware UI has no option you to change the link situation up or down via browser. If you are far away or work remotely you should know … «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»
Export exchange mailbox for specific date range to PST
The example code given below is used to export a mailbox as PST format on an exchange server using exchange management shell. Date format is set MM/DD/YY.
New-MailboxExportRequest -Mailbox [email protected]
… «Read More» Install HPE Broadcom NX1 Online Firmware for VMware
You may want to update the firmware of the ethernet card where you used on VMware. There are lots of ways to upgrade the firmware of an hardware and … «Read More»
How to find the windows license key
Run the given code below on PowerShell If you want to know your windows license key. Your license key will be displayed after you run the code.
wmic path SoftwareLicensingService
… «Read More» How to change the RAID level on Dell Servers
This article is written for how to change the RAID level from RAID 1 to RAID 5 on Dell Servers. It doesn’t mean that you can do that on all … «Read More»
Unable to perform application-aware processing error on Veeam
I’m addicted to writing a new article each time when I face a problem. Today when I was looking at the ticket system I saw a ticket that was sent … «Read More»
Connection to database ‘zabbix’ failed: [2002]
Hello IT fellas, When I came to the office today, I saw a warning on our monitoring system that said database error, connection refused. You can see the mentioned picture … «Read More»