Enterprise Operating Systems
Troubleshooting and Guides for: Microsoft Server, Linux, and VMware
Dell Hardware/Software Guides
Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)
How to Configure S3 Bucket Permissions for Secure File Sharing
Imagine this: you’ve got important files to share, and S3 buckets on AWS seem like the perfect solution. But how do you ensure they’re safe? Setting up S3 bucket permissions …
PowerShell script to export/import the Azure Firewall Policy rules
Here’s a PowerShell script to export the Azure Firewall Policy rules from the East US region and import them to the West US region. The script assumes you have the …
Bash script to join a Linux server to an Active Directory domain
Joining a Linux server to an Active Directory (AD) domain is a non-trivial task and requires a series of steps, which might vary based on the Linux distribution and the …
O365: Delete specific email from sender to mailboxes
Here’s a PowerShell script that uses the Exchange Online PowerShell module to delete a specific email from multiple mailboxes. This script searches for an email with the specified subject line …
Setup Self Hosted Linux Agent in Azure DevOps
Let us learn how to create and configure a Self-Hosted Agent in Azure DevOps (ADO). What is an Agent? An agent is computing infrastructure with installed agent software that runs …