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»
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.
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»
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»
How to test SMTP operations using Telnet
1. Telnet into Exchange server hosting IMS service using TCP port 25.
Command is
telnet <servername> 25
2. Turn on local echo on your telnet client so that you can … «Read More»
Disable or enable windows firewall on cmd
Hello everyone, I’m going to share a few efficient commands for windows or server operating systems in this article. This article name is how to disable or enable windows firewall … «Read More»
How to enable .NET Framework 3.5 by using with Windows PowerShell
Hi guys,
You can installation Net-Framework 3.5 with Powershell, this is a very simple process. Please follow step by step from below.
Start Windows PowerShell in the Administrator Command Prompt … «Read More»