This article shows you how to implement speedtest on zabbix. This scrips is taken and used from zabbix repository on gitgub. You can find the all necessary files here. … «Read More»
Creating nic team and virtual switch using powershell
Seems creating a virtual switch with a nic team is debriciated using GUI on Windows Server 2022. The PowerShell commands given below let you create a nic team and a … «Read More»
Changing esxi and vcenter password for Simplivity
As you know sometimes we need to change the root passwords for security reasons. In this article, I would like to share what kind of problem I faced last week … «Read More»
You do not have the SUPER privilege on Zabbix
The best moment of the day for me is to share the knowledge with others those will face the same problem like me. Today I decided to update my zabbix … «Read More»
Force ManagedFolderAssistant manually on EXO
Sometimes you need to archive user emails on exchange online when user doesn`t have enough space on mailbox. After assign the retention policy on user mailbox. Use the following commands … «Read More»
How to enable or disable vmnic on esxi
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»