Category: IT Ops
904 posts
- Migrate from EWS to Microsoft Graph API
Move EWS mailbox automation to Microsoft Graph with a practical inventory, permissions, PowerShell SDK, and cutover validation checklist.
- Automate SOC 2 Compliance with PowerShell
A comprehensive walkthrough on using PowerShell and Azure Policy as Code to automate evidence collection and enforce SOC 2 compliance controls across enterprise
- Troubleshoot DNS Issues with PowerShell
Troubleshoot DNS issues with PowerShell by testing name resolution, DNS client settings, cache entries, and network connectivity in a repeatable workflow.
- How to Monitor Windows Servers with Prometheus and Grafana
Set up Windows Server monitoring with windows_exporter, Prometheus, Grafana, and Alertmanager. Learn how to secure port 9182, scrape targets, and validate alert
- How to Troubleshoot Active Directory Replication Errors
Troubleshoot Active Directory replication errors by isolating 1311, 1722, 2087, and USN rollback issues with repadmin, dcdiag, DNS, RPC, and KCC checks.
- Migrate Group Policy to Intune Without Breaking Endpoints
Export GPOs as XML, analyze them with Group Policy Analytics, migrate supported settings to Intune Settings Catalog, and resolve hybrid device conflicts.
- How to Survive the 2026 Secure Boot Certificate Expiry
Deploy Windows UEFI CA 2023 before the June 2026 certificate expiry. Inventory devices, update OEM firmware, and trigger enrollment via Intune or PowerShell reg
- How to Survive the 2026 Secure Boot Certificate Expiry
Deploy Windows UEFI CA 2023 before the June 2026 certificate expiry. Inventory devices, update OEM firmware, and trigger enrollment via Intune or PowerShell reg
- How to Disable SMTP AUTH in Exchange Online Before December 2026
Audit SMTP AUTH usage with PowerShell, migrate devices and scripts to OAuth 2.0, and disable Basic Auth in Exchange Online before Microsoft’s 2026 deadlin
- Ditch the GPOs: Migrate to Microsoft Intune
Use Group Policy Analytics to migrate GPOs to Intune Settings Catalog profiles, handle unsupported Group Policy Preferences, and manage hybrid AD-to-MDM transit
- Stop Leaving Money on the Table: IT Salary Negotiation
Learn salary negotiation strategies for IT professionals, from researching market rates with Levels.fyi to handling counteroffers and maximizing total compensat
- How to Ace the Modern Coding Interview as a SysAdmin
Master coding interviews for sysadmin and DevOps roles with practical preparation strategies. Learn Python, Bash, and platform-specific techniques that translat
- How to Fix Active Directory’s #1 Weak Point in 2026: Passwords
It’s 2026. Despite years of momentum around passwordless authentication, the reality in most enterprise environments is still the same: Active Directory r
- EasyEntra: A Look at Hybrid User Management with Virtual Templates
EasyEntra consolidates Active Directory and Entra ID management into a single interface. This hands-on review explores Virtual User Templates—a feature that sta
- Active Directory: Add MFA to Windows with Specops Secure Access
Learn how to deploy Specops Secure Access to add multi-factor authentication (MFA) to Windows logins and Remote Desktop connections in Active Directory environm
- How to Block Known Bad Active Directory Passwords
In this article, we will explore why and how to block the use of certain passwords for Active Directory user accounts. In an Active Directory environment, passw
- Migrating from PowerShell 6 to 7.5: Breaking Changes/New Features
Migrate from PowerShell Core 6 to 7.5: breaking changes, features, and testing tips.
- Boost your Active Directory Security with this Free Audit
Scan your Active Directory passwords for strength and find weaknesses with a free Specops audit.
- Fortifying the Frontline: Protecting Helpdesks from Social Engineering
Helpdesks are prime targets for social engineering. Specops Secure Service Desk ensures only verified users gain access, stopping attackers at the source.
- How to Add Timeouts to Pester Tests with PowerShell Runspaces
Prevent Pester tests from hanging indefinitely using PowerShell runspaces. Learn to handle variable scoping, module loading, TestDrive access, and stream captur
- PowerShell 101: Creating a Module Manifest
Maybe you’ve put together some great functions but struggle to make them cohesive, intuitive, or shareable. Without a way to define your module’s id
- Creating a Real-World Module: Creating Functions
Learn how to create PowerShell functions that gather memory, storage, and processor information from remote systems, transforming raw output into readable forma
- Creating a Real-World PowerShell Module: Scaffolding Functions
Learn how to create a custom PowerShell module for computer inventory management. This hands-on guide covers module structure, functions, and remote capabilitie
- PowerShell 101: Creating a Real-World Module: Scaffolding Functions
Learn how to create powerful PowerShell modules from scratch by building a computer inventory tool. Perfect for sysadmins who need custom automation solutions.
- PowerShell 101: Finding and Installing New Modules
Learn how to find, install, verify and remove PowerShell modules efficiently. Master module management to enhance your PowerShell automation capabilities.
- PowerShell 101: Importing Modules
Learn how to manage PowerShell modules like a pro! From importing and removing modules to troubleshooting common issues, master PowerShell modules in this compl
- PowerShell Modules: A Beginner’s Guide to Extending Functionality
Learn how PowerShell modules work, where to find them, and how to use them effectively. Master the building blocks that unlock PowerShell’s automation pot
- PowerShell Pester 101: A Practical Guide for Beginners
Learn how to validate your PowerShell scripts with Pester testing. This hands-on guide shows you how to write tests that ensure your code works as intended.
- How to Fix PowerShell’s Double-Hop Problem: A Complete Guide
Learn how to overcome PowerShell’s double-hop authentication limitation with session configurations. This guide shows you practical solutions for remote a
- Master PowerShell Remote Sessions: Interactive & Persistent Access
Learn to manage Windows systems remotely using PowerShell interactive sessions from basic interactive connections to persistent sessions.
- PowerShell Reusable Sessions: A Guide to Persistent Remote Connections
Learn how to leverage PowerShell reusable sessions to maintain persistent connections with remote systems. This tutorial shows you how to create, manage and eff
- PowerShell Remoting: Execute Remote Commands Like A Pro
Learn how to harness PowerShell Remoting to execute commands and scripts on remote systems in an Active Directory environment. This tutorial covers everything f
- PowerShell Pipeline Parameters: How to Create Pipeline-Ready Functions
Learn how to enable pipeline input in your custom PowerShell functions using parameter binding. This tutorial shows you how to use ValueFromPipeline and ValueFr
- PowerShell Function Parameters: A Practical Guide to Building Better Functions
Learn how to enhance your PowerShell functions with parameters, from basic logging functions to advanced validation. This hands-on tutorial shows you how to mak
- PowerShell Write-Log: A Simple Logging Function Tutorial
Learn how to create a reusable PowerShell logging function to simplify tracking script activities. This tutorial shows you how to build a Write-Log function to
- Master PowerShell Error Handling: A No-Nonsense Guide
Learn how to implement robust error handling in your PowerShell scripts using try/catch blocks, error actions, and best practices. This practical guide will hel
- PowerShell Loops: A Practical Guide to foreach, for, and do Loops
Learn how to use PowerShell loops effectively in this comprehensive guide covering foreach, for, and do loops with practical real-world examples.
- How to Write Your First PowerShell Script: File Cleanup Automation
Learn how to build a practical PowerShell script from scratch to automate file cleanup tasks. This hands-on tutorial covers script development fundamentals and
- Setting Up VS Code for PowerShell Development: A Beginner’s Guide
Learn how to set up Visual Studio Code (VS Code) for PowerShell development in this step-by-step guide. You’ll learn how to install VS Code, configure the
- PowerShell Tutorial: Mastering Scriptblocks, Arrays and Hashtables
Learn how to use PowerShell scriptblocks for reusable code, arrays for data collections, and hashtables for key-value pair management in this practical hands-on
- PowerShell 101: String, Boolean, and Number Data Types
Learn how to work with PowerShell’s fundamental data types including strings, booleans and numbers. Master string interpolation, boolean logic, and numeri
- PowerShell Automatic Variables: Special Variables Built into PowerShell
Learn about PowerShell’s automatic variables – built-in special variables that serve specific purposes. Discover how to work with history limits, co
- How to Query REST APIs with PowerShell: A Practical Guide
Learn how to use PowerShell to query REST APIs, parse JSON responses, and build a reusable tool for working with web services. This hands-on tutorial covers Inv
- How to Work with JSON in PowerShell: A Practical Guide
Learn how to effectively read, manipulate and write JSON data using PowerShell with real-world examples. Master JSON handling for sysadmin tasks.
- Understanding PowerShell Objects: A Practical Tutorial
Learn how PowerShell objects work with hands-on examples. Master properties, methods and dot notation in this beginner-friendly guide to PowerShell’s obje
- PowerShell Variables Tutorial: A Beginner’s Guide
Master PowerShell variables with this hands-on guide. Learn how to create, modify and manage variables efficiently for your automation scripts with practical ex
- PowerShell Functions vs. Cmdlets: Difference?
Learn the key differences between PowerShell commands, functions, and cmdlets. Understand when to use each one and how to inspect their code and functionality.
- Using The PowerShell Pipeline Like a Pro
Learn how to use the PowerShell pipeline effectively in this hands-on tutorial. Discover how to chain commands together, check pipeline support, and write more
- Managing Active Directory Groups with PowerShell: The Ultimate Guide
Learn how to manage Active Directory groups with PowerShell! This hands-on guide shows you how to query, create and modify AD groups using practical real-world
- Export Complex PowerShell Objects to CliXML: A Practical Guide
Learn how to export complex, nested PowerShell objects to CliXML while preserving their structure and relationships. Follow along with a real-world example usin
- PowerShell CIM Classes: Your Gateway to Windows System Management
Master PowerShell’s CIM capabilities to query and manage Windows systems like a pro. Learn why CIM is the future of Windows system management and how to l
- Managing DHCP Leases and Reservations with PowerShell
In this tutorial, we’ll explore how to manage DHCP leases and reservations using PowerShell. Effective lease and reservation management is crucial for mai
- Getting Started with PowerShell and the ServiceNow API
Unlock the power of ServiceNow’s API! Learn how to set up your developer account, create an OAuth app, and make your first API call using PowerShell.
- Tracking Down User Logons with PowerShell and XPath
When working with Windows event logs, especially the Security log, there might be instances where you need to extract specific information from events. But you’
- How to Leverage Reusable PS Remoting Sessions in your Scripts
PS remoting lets you execute commands remotely. Learn how to create and manage persistent sessions in this short how-to covering creating and managing sessions.
- PowerShell Tool-Building 101: Building a Computer Inventory Report
Join me on an exciting journey as we build a powerful PowerShell tool for generating computer inventory reports! From CSV files to CIM queries and error handlin
- Upload a PowerShell Script to Intune (With PowerShell) From Scratch
Automate deploying PowerShell scripts to Intune devices with Azure app registration, Graph API, and more in this step-by-step tutorial.
- PowerShell Basics: Navigating CSV Files
- PowerShell Testing Mastery with Data-Driven Pester
I’ve been using Pester for a long time off and on. I’ve always been obsessed with ensuring reliability in my PowerShell code. After writing the Pester Book and
- Securing Server Access with Gravitational Teleport
Fortify your infrastructure with Gravitational Teleport for enhanced server security. Streamline access management effortlessly today!
- Solve Azure AD Connect Errors via the Microsoft IdFix Tool
Fix Azure AD Connect errors fast with the Microsoft IdFix tool—your go-to solution for seamless synchronization and efficient directory management!
- How to Install Sandboxie on Windows
Secure your Windows system with Sandboxie. Learn how to install this tool hassle-free and safeguard your digital activities!
- Master Unix tee Commands for Real-World Linux Admin Tasks
Simplify Linux output management and streamline your workflow with the “Unix tee” command. This tutorial guides you through its practical applicati
- Install NitroShare and Streamline Your File Transfers Today
Simplify cross-platform file transfers with NitroShare. This tutorial guides you through installation and use for fast, effortless file sharing between differe
- How to Install and Configure an OpenLDAP Ubuntu Server
Unlock the power of OpenLDAP on Ubuntu for centralized user authentication, seamless access control management, and enhanced directory services!
- Unleashing the Power of the Pipe Command in Linux
Unlock the prowess of the pipe command in Linux to streamline tasks, boost productivity, and simplify complex operations effortlessly!
- How to Use the Deno Runtime as a NodeJS Alternative
Discover Deno for modern server-side JavaScript development and streamline your workflow. This tutorial walks you through creating a secure HTTPS server, showca
- How to Install Yay Helper on ArchLinux
Ready to boost your Arch Linux experience? Learn how to install Yay Helper and simplify package management in this tutorial!
- How to Setup Ubuntu NTP Server
Learn to configure an Ubuntu NTP server for precise time synchronization across your network. Ensure seamless operations with accurate timekeeping!
- How to Install Microsoft SQL Server on Linux
Unlock the potential of Microsoft SQL (MSSQL) on Linux systems in solving database management challenges effortlessly!
- Protect Your Passwords with Padloc: Secure Password Solution
Think of a super secure lockbox for all your passwords. That’s Padloc. This tutorial walks you through setting up your own digital safe for stress-free lo
- Regolith Linux: Boosting Developer Experience on Ubuntu
Discover Regolith Linux and transform your Ubuntu experience. Boost productivity with its developer-centric features—a new realm of efficiency!
- Kubernetes PVC for Data Reliability: A Comprehensive Guide
Tired of Kubernetes storage headaches? Discover how Kubernetes PVC simplifies data persistence and ensures your applications stay up and running.
- Supercharge Management & Automation with Ansible Azure
Learn to take your management and automation of Azure resources to the next level with the Ansible Azure module!
- How to Install Reboot Restore Rx on Windows
Install Reboot Restore Rx on your Windows for a stress-free system recovery. Say goodbye to system headaches and enjoy peace of mind!
- Redis List for Dynamic Data: A Comprehensive Guide
Need a powerful and flexible solution for dynamic data management? Explore Redis List and unlock new possibilities for your applications with this tutorial.
- Keeping Terraform Maintainable with Terragrunt
Discover Terragrunt and embrace the power to simplify Terraform workflows—Ensure maintainability and organization of your infrastructure today!
- Make Data-Driven Decisions with AWS QuickSight Analytics
Struggling to make sense of your data? Discover how AWS QuickSight transforms data into actionable insights for smarter decision-making.
- How to Install VMware Workstation Player on Windows
Discover VMware Workstation Player on Windows, and get your virtual world up and running. Unlock endless possibilities for your digital workspace!
- Install Apache on Ubuntu and Master Website Traffic Management
Ready to optimize your website for high traffic? Install Apache on Ubuntu with this step-by-step guide and ensure smooth performance under heavy loads.
- Install MySQL on Ubuntu: Get Your Database Server Up and Running
Want a robust, secure database for your projects? Discover how to install MySQL on Ubuntu and implement essential security measures with this guide.
- How to Install Apache Hadoop for Linux
Unlock Apache Hadoop on Linux: Transform data handling with efficient, scalable processing and analysis in this ATA tutorial!
- How to Install Time Series Database InfluxDB on Linux Server
Dive into setting up InfluxDB on your Linux server. Efficiently manage and streamline your time series data like a pro in no time!
- Linux Dig for Network Admins: Practical Guide with Examples
Become a network troubleshooting expert! This comprehensive Linux Dig guide empowers you with essential DNS query commands for immediate results.
- BitBucket Tutorial: Your Guide to a Powerful GitHub Alternative
Need a project tool with seamless team workflow? This Bitbucket tutorial will expand your DevOps horizon as it shows you how it simplifies DevOps collaboration.
- Grep with Regex: Your Guide to Efficient System Troubleshooting
Tired of confusing, time-wasting system searches? Unlock the full potential of grep with regex and locate the exact data you need with ease.
- How to install DirectAdmin on Linux
Say farewell to server headaches with DirectAdmin on Linux! Embrace seamless web hosting management in this tutorial, welcoming smooth sailing ahead!
- How to Use The .bashrc File in Linux
Unleash .bashrc in Linux—the power to enhance productivity and customization. Supercharge your Linux command-line experience today!
- A Better Linux Experience with the Fish Shell
Transform your Linux journey with the powerful fish shell. Experience seamless workflows and enhanced productivity with a personal touch.
- Ansible Tower Basics for Easy Playbook and Inventory Management
Master Ansible Tower for effortless playbook and inventory management, elevating your automation skills to the next level with practical, user-friendly strategi
- Leveraging a Windows 11 Linux Host as an IT Administrator
Discover how Windows 11 Linux, through the Windows Subsystem for Linux, revolutionizes system administration, promoting efficiencies for IT professionals.
- A MySQL Alternative: Learning PostgreSQL on Windows
Dive into PostgreSQL on Windows—a MySQL alternative—for seamless integration, scalability, and robust data management solutions.
- Postfix Simplified: How to Easily Install and Manage on Linux
Master email management with Postfix on Linux through our comprehensive tutorial covering installation, configuration, and troubleshooting techniques.
- Learning MySQL Triggers Through Practical Examples
Explore MySQL triggers to streamline database management effectively through practical examples. Witness the transformative impact of triggers!
- PowerShell IP Configuration: A Beginner’s Guide to Windows Settings
Master PowerShell IP Configuration: Learn to set up and troubleshoot network IPs on Windows effortlessly. A comprehensive guide for efficient network management
- Creating a Development Environment with Vagrant on Windows
Discover Vagrant on Windows, simplifying configuration and enhancing productivity. Experience streamlined coding for optimal development environments.
- Mastering PowerShell Parameter Validation with Dynamic Methods
Boost Your Scripting Skills! Dive into Dynamic PowerShell Parameter Validation for Efficient and Robust Coding. A Must-Read for PowerShell Excellence.
- Active Directory Database: PowerShell Monitoring Made Easy
Find the ntds.dit location and monitor your Active Directory database using PowerShell.
- Linux Password Management with Bitwarden Password Manager
Leverage Bitwarden password manager for enhanced and secure Linux password management—Safeguard your sensitive information today!
- Getting Started with VMware Containers
Dive into VMware containers with vSphere Integrated Containers—Configure, create, and manage Virtual Container Hosts (VCHs) seamlessly!
- Integrating the OneDrive Linux GUI and Sync Cross-Platform
Unlock seamless integration of OneDrive Linux GUI—Sync your files to the cloud with OneDrive Client for Linux and OneDriveGUI in this tutorial!
- Install Homebrew on macOS: A Step-by-Step Tutorial
Learn how to use package management from the command-line and install Homebrew on macOS to easily install packages!
- Bitbucket API: Boost Your GIT DevOps Productivity
Discover how the Bitbucket API can elevate your GIT DevOps workflow. Join our tutorial for expert insights and practical applications to enhance productivity.
- Learn to Convert install.esd to install.wim on Windows
Master converting install.esd to install.wim effortlessly on Windows. Elevate control over your installation files today in this ATA tutorial!
- Understanding X509 Certificates: A Clear and Concise Guide (For Mortals)
Discover the essentials of X509 Certificates: Understand key exchanges, certificate signing, and more in this comprehensive yet straightforward guide.
- How To Use MySQL Indexes Through Examples
Supercharge your database with MySQL indexes. Optimize queries, boost speed—master the art effortlessly, and elevate performance in this tutorial!
- How to Set up the Snare Syslog Agent
Dive into seamless log management with Snare Syslog Agent — Your guide to configuring, defining, and optimizing logs for robust insights!
- Azure Runbooks: Your Complete Guide to Automated Solutions
Elevate your automation game with Azure Runbooks: streamline Azure-related tasks efficiently and transform your workflow for maximum productivity.
- A Beginners Guide to Kubernetes Kustomize
Dive into Kubernetes Kustomize to master dynamic deployments — A beginner’s guide for personalized configurations and seamless adaptability!
- Keeping Up-to-Date With VMware Patches
Keep your critical infrastructure safe and secure by keeping up-to-date with VMware patches and protecting users and organizations!
- Export-Csv Essentials: Streamline Data with Fast Conversion
Master Export-Csv in PowerShell: Streamline CSV creation from object data for reports and databases. Elevate your data management skills efficiently.
- Building OCI Images with Buildah
Master the art of crafting OCI images with buildah for seamless containerization—flexible, efficient, and tailored to your container needs.
- Master OpenSSL on Windows 10: A Guide to Powerful Security
Master OpenSSL on Windows 10 with PowerShell, from installation to certificate signing requests and conversions.
- PowerCLI Tutorial: Boost Your VMware Management Skills
Begin your journey with our PowerCLI tutorial and elevate your VMware infrastructure management to expert levels. Learn essential tips and tricks today!
- PowerShell Start Service Explained: Mastering Cmdlets for Windows Services
Learn how to use PowerShell start service and other cmdlets for Windows Services in this informative tutorial.
- How To Use SQL Functions
Transform data efficiently with SQL functions: crunch numbers, manipulate strings, work with dates—your key to efficient data mastery!
- Using Azure AD Privileged Identity Management (JIT)
Master secure access with the Azure AD Privileged Identity Management (JIT) for heightened control! Seamlessly elevate security today!
- Ubuntu Apt Get Mastery: A Guide with Practical Examples
Switched to Linux, but not sure how to install or remove software packages? Learn how to run Ubuntu apt-get commands to manage software packages!
- Addressing the Windows Error: Destination Path Too Long
Fix the Windows “Destination Path Too Long” error effortlessly with smart strategies, and master file management in this tutorial!
- How to Enable Windows Auto Login
Unlock the ease of Windows Auto Login and bid farewell to login screens! Demystify automatic login for seamless access in this ATA tutorial!
- Linux File Permissions: A Strategic Guide for Windows Administrators
Explore our guide on Linux File Permissions, tailored for Windows admins to effortlessly understand and manage Linux user accounts and file security.
- High Availability PostgreSQL with Patroni and HAProxy
Explore high-performing, fault-tolerant PostgreSQL setups with Patroni and HAProxy. Elevate your database reliability in this ATA tutorial!
- Kubernetes Secrets Management: Enhance Safety & Reliability
Explore expert techniques for securing Kubernetes secrets in production with this guide. Learn to enhance safety and reliability in your Kubernetes deployments.
- Advanced Database Techniques with MySQL Stored Procedures
Learn how to use MySQL Stored Procedures effectively to make database operations more efficient in this ATA Learning tutorial!
- How to Install GPT4All on Ubuntu
Discover seamless AI capabilities on Ubuntu! Learn to install GPT4All and elevate your projects with advanced language models today!
- Unraveling Mysteries: Guide to Troubleshooting vCenter Logs
Dive into the intricacies of vCenter logs—your compass in unraveling mysteries. Master troubleshooting vCenter logs in this tutorial today!
- ELK Stack on Windows : The Complete Installation Guide
Learn to set up ELK Stack on Windows in this step-by-step tutorial to elevate insights seamlessly—unleash powerful log management today!
- Extracting User Attributes from Active Directory
Unlock insights with precision, extracting user attributes from Active Directory in many ways and elevate admin efficiency in this tutorial!
- Unlocking CI/CD: How to Install Jenkins on Ubuntu Successfully
Learn how to install Jenkins CI/CD in Ubuntu Linux to start utilizing pipelines and automation in this step-by-step tutorial!
- Getting Started with AWS Network Access Analyzer
Unlock the power of AWS Network Access Analyzer. Master network security with step-by-step guidance in this tutorial today!
- WinSCP Command-Line Simplified : Your Complete Reference
Explore the depths of WinSCP Command-Line in our guide. Master file transfer and automation with expert tips, techniques, and practical examples for users at al
- Using GitHub ARC to run Self-Hosted Runners on Kubernetes
Maximize workflow efficiency with GitHub ARC: deploy, configure, and test self-hosted runners on Kubernetes seamlessly in this ATA tutorial!
- How to Install PyTorch on Window
Embark on this journey and unleash PyTorch’s potential — your gateway to machine learning and AI exploration, through this ATA Learning tutorial!
- Getting Started with Vim for Linux
Explore the basics of Vim, from navigation and editing to essential commands. Harness the full potential of Vim for Linux today!
- Step-by-Step Tutorial to Install phpMyAdmin Securely on Linux
Discover how to securely install phpMyAdmin on Linux with our concise guide. Learn essential steps for a safe and efficient setup, tailored for Linux users.
- Streamlining Security: Converting CRT Certificates to PEM
Dive in and learn how to use and to convert CRT certificates to PEM via PowerShell scripts in this ATA Learning tutorial!
- Hosting an Ngrok Remote Web App on AWS
Learn how to run the Ngrok remote web application on AWS with the FastAPI Python endpoint in Linux through this ATA Learning tutorial!
- Mastering Autohotkey: The Comprehensive Expert’s Guide
Elevate your efficiency with ATA Learning’s Autohotkey Ultimate Guide. Master task automation with easy tutorials and advanced strategies! Transform your
- How to Install Apache Spark for Windows
Learn how to process and transform large datasets on Windows with Apache Spark in this in-depth ATA Learning tutorial!
- Master Dell Command Update and Keep Your Dell Apps Current
Learn how to easily keep your Dell apps up to date with Dell Command Update. This article will guide you through the process step by step!
- Installing Rust for High-Performance Development on Ubuntu
Learn how to get started by installing Rust in Ubuntu and dive into this powerful programming language in this ATA Learning tutorial!
- Building a Notion PowerShell Module: Part 3
Learn the next steps of building a PowerShell Notion module in this in-depth PowerShell tutorial by ATA Learning!
- Effortless Control: Mouse Without Borders for Enhanced Productivity
Streamline your workflow across multiple PCs using Mouse Without Borders. Effortless setup for seamless multitasking and control.
- Special Permissions in Linux: SUID, SGID, & Sticky Bit
Learn the ins-and-outs of special permissions in Linux through the use of SUID, SGID, and the Sticky Bit in this ATA Learning tutorial!
- Maximize Your macOS Virtual Experience with VMware Fusion
Learn to utilize macOS virtualization with the VMware Fusion solution to develop and test locally in this ATA Learning tutorial!
- Your Step-by-Step Guide to SQL Server Management Studio (SSMS)
Get started with the powerful tool for managing MS SQL servers and learn SQL Server Management Studio (SSMS) capabilities today!
- Beginners Guide to the Netsh Command
Learn how to manage your firewall, troubleshoot your WiFi signal, and even trace network traffic through this ATA Learning tutorial on the netsh command!
- Master Linux Permissions: A Deep Dive into Chmod and Chown
Dive deep into this ATA Learning tutorial on the chmod and chown commands. Get started mastering Linux permissions today!
- How to Get Started with Azure Data Studio
Learn how to get started with Azure Data Studio and discover your data’s secrets and insights in this ATA Learning tutorial!
- Building a Notion PowerShell Module: Part 2
Learn the next steps of building a PowerShell Notion module in this in-depth PowerShell tuto
- Optimizing Hybrid and Multi-Cloud Environments with Azure Arc
Take your multi-cloud resources and manage them from one pane with the Azure Arc solution, learn how in this ATA Learning tutorial!
- Getting Started with Git Bash Commands on Windows
Start your journey with Git and learn about Git Bash commands on Windows and run some basic commands on Git Bash terminal on Windows in this tutorial!
- Speed Up Your Apache Web Server with the Pagespeed Module
Learn how to make your Apache Web Server even quicker with the Pagespeed Module in this ATA Learning tutorial!
- Understanding Bash If Else and other Conditional Statements
Discover the ins-and-outs of Bash If Else and Bash Case scripting in this example-driven tutorial by ATA Learning!
- Easy Setup Guide: Microsoft Teams for Mac
Learn how to install Microsoft Teams for mac along with customizing Microsoft Teams for macOS settings such as privacy and the theme!
- Building a Notion PowerShell Module: Part 1
Explore the process of building a Notion PowerShell Module, enabling seamless integration and automation between the Notion platform and Windows PowerShell
- PowerShell 7 Upgrade: A Comprehensive Walkthrough
Upgrade to PowerShell 7 on a single machine, using a GPO, or with PowerShell itself.
- How To Install Shiny Server on Ubuntu
Learn the ins-and-outs of installing the Shiny Server and showcase your Python and R apps in this ATA Learning tutorial!
- Save & Recover Bitlocker Recovery Keys: A Complete Guide
Learn how to save and recover Bitlocker recovery keys from files, USB drives, AD, Azure AD, and more in this tutorial.
- Troubleshooting “User Profile Service Failed the Sign In”
Learn how best to troubleshoot the “User Profile Service failed the sign-in” error and get your system back to working order quickly!
- Mastering Diskpart : Erase and Partition Volumes with Ease
Learn how to create partitions, create volumes, delete volumes and partitions and manage unallocated space with the Windows Diskpart utility.
- How to Schedule an Email in Outlook
Discover how to schedule an email in Outlook through several different ways with this in-depth ATA Learning tutorial!
- How to Install the CyberDuck S3 Browser for Mac
Learn how to use CyberDuck as your S3 Browser for Mac and ease your S3 management today in this ATA Learning tutorial!
- Learn to Effectively Use the Windows Kill Process
Effectively use the Windows Kill Process procedure through the GUI, command-line tools, and in PowerShell with this ATA Learning tutorial!
- Understanding Kubernetes Liveness Probes Through Examples
Keep your application workloads running healthy through Kubernetes Liveness Probes in this ATA Learning tutorial!
- whoami: A Comprehensive Guide to OS User Identification
Learn all about the whoami command and Linux equivalents in this comprehensive guide to OS user identification!
- How to Install Redis on Windows
Digg into how to install and use Redis on Windows via the official installer or WSL in this ATA Learning tutorial!
- How to Install and Use OnyX macOS
Keep your Mac system clean and running at tip-top shape with the Onyx macOS utility to optimize system performance!
- HOOBS & Raspberry Pi: The Perfect DIY Smart Home Combo
Learn how HOOBS works in concert with Raspberry PI to create a DIY smart home combo that works to extend what you can automate!
- A Guide to Using Certutil for Certificate Management
Learn how to use the Windows utility certutil to manage certificates through an example-driven tutorial from ATA Learning!
- How to Use whereis to Locate System Commands on Linux
Learn how to locate Linux system commands with this ATA Learning tutorial on the whereis utility through examples!
- Understanding VMware Networking with Practical Examples
Learn the various ins-and-outs of VMware networking through practical examples and configurations with this ATA Learning tutorial!
- Learn How to Install Java on Raspberry Pi
Learn how to install and get started with the ins and outs of Java on Raspberry Pi in this ATA Learning tutorial!
- Setting up a Cron Job for Windows Using the Task Scheduler
Learn how the equivalent of Cron for Windows, Task Scheduler, works to keep everything on time and running smoothly!
- Get Started with Programming and Install Python on macOS
Learn how to get started with programming and automation and install Python on macOS in this ATA Learning tutorial!
- How to Create Multi Bootable USB Drive With YUMI MultiBoot
Learn how to create a YUMI MultiBoot USB drive and quickly switch between operating systems in this ATA Learning tutorial!
- How to Install GO on Ubuntu Linux
Learn the ins-and-outs of how to install GO Ubuntu Linux and see how you can take advantage of this popular programming language!
- Discovering System Center Virtual Machine Manager (SCVMM)
Learn how System Center Virtual Machine Manager (SCVMM) makes managing virtual machines across virtualization platforms easier!
- Learning the timedatectl Command Though Examples
Learn how to use the Linux timedatctl command-line tool to configure and set your systems time and date in this ATA Learning tutorial!
- How to Use YouTube-dl to Download Videos on Terminal
Learn to extract video and audio and how to use YouTube-DL to download videos from YouTube and others in this ATA Learning tutorial.
- Your Getting Started Guide to PowerShell Approved Verbs
Discover how to get started with PowerShell Approved Verbs to make sure your scripts and code is top-notch in this ATA Learning tutorial!
- Deploying a Static Website on AWS S3 with AWS CodePipeline
Learn to leverage the power of AWS CodePipeline to deploy static websites with AWS S3 in this in-depth ATA Learning tutorial!
- UTM Mac: The Ultimate Solution for Running Windows on macOS
UTM Mac offers a full-featured emulator and VM host for running Windows on macOS, learn how to get started in this ATA Learning tutorial!
- Learn how to Update the Kernel In Ubuntu Linux Safely
In this ATA Learning tutorial learn the ins-and-outs to update the kernel in Ubuntu Linux safely through several different methods!
- A Step-by-Step Guide to Installing Virtualmin on Ubuntu
Learn how to install Virtualmin on Ubuntu Linux to control your system with an easy-to-use UI accessible over the web!
- Learning PowerShell Sort-Object with Examples
Learn all of the ins-and-outs of the PowerShell Sort-Object cmdlet in this example driven tutorial by ATA Learning!
- How to Install and Use the Ubuntu Software Center
Learn how to istall software, such as PowerShell, via the Ubuntu Software Center in this ATA Learning tutorial!
- AWS Glue Tutorial for Beginners: Effortlessly Transform Data
Learn how to transform data with this AWS Glue Tutorial and analyzed data through cloud-based analytics in this ATA Learning tutorial!
- How to Set up the Chrome Remote Desktop Access Extension
Remotely access machines with Chrome Remote Desktop Access extension and quickly and easily solve problems remotely!
- Dive Into Managing VMs With VMware vCenter Server
Learn the ins-and-outs of managing virtual machines with VMware vCenter Server in this getting started ATA Learning guide!
- Getting Started with AWS DynamoDB
Learn how to use the NoSQL database AWS DynamoDB and store data flexibly and effectively in this ATA Learning tutorial!
- How To Use the Oracle Audit Operations Command
Learn how to use the Oracle audit operations commands for accountability and logging within an Oracle database in this ATA Learning tutorial.
- How to Manage Permissions With S3 Bucket Policy
Easily control access to your S3 objects with Bucket Policies. Learn how to set up, configure, and manage permissions to keep your data secure.
- Enabling VirtualBox (VBox) USB Passthrough to Access Devices
Utilize devices through VirtualBox (VBox) USB Passthrough and take advantage of external devices from the virtualized OS.
- How to Guide to Remote Desktop Raspberry Pi with AnyDesk
Learn how to connect through the remote desktop Raspberry Pi via the AnyDesk application in this ATA Learning tutorial!
- How to Integrate the Linux Sudo Windows Port and PowerShell
Escalate your applications with administrative privileges through the Sudo Windows port or with gsudo and take control of your system!
- Guide to Set up Replica Sets on MongoDB Servers
Learn how to effectively setup a MongoDB replica set and ensure data is reliably stored in redundant locations for data security.
- How to Deploy a Vultr VPS Server
Discover how to deploy a new Linux Vultr VPS server through the GUI or the command-line API with this ATA Learning tutorial!
- How to Install Docker on Raspberry Pi 4
Excerpt: Learn how to get started with installing Docker on Raspberry Pi 4 and offload development to a small flexible system.
- How to Set up Proxy Server with Squid
Learn how to block websites, add authentication, and cache data with the Squid Proxy Server in this ATA Learning tutorial
- How to Install and Use Nala Apt on Ubuntu
Supercharge your Ubuntu package management with the Nala Apt wrapper and keep your applications up-to-date quickly and easily!
- Securing Your Connection with Site-to-Site VPN on AWS
Make sure that you stay secure with a site-to-site VPN on AWS and share resources securely between networks in this ATA Learning tutorial!
- Getting Started With DigitalOcean Kubernetes
Discover how to take advantage of the managed DigitalOcean Kubernetes service in this ATA Learning tutorial by ATA Learning!
- Back to Basics: Conditional Logic with PowerShell If Statement
Learn what the PowerShell If Statement construct is, understand its syntax and how it works.
- PowerShell Move File in Action with Move-Item
With PowerShell move file commands, learn how to organize files and more through the command-line interface in this ATA Learning tutorial!
- How to Guide to Monitor Network Traffic With ntopng
Get visibility into your network traffic with the open-source network monitor, ntopng. In this ATA Learning tutorial, learn how to setup and use ntopng!
- How to Deploy a Linode VPS Server
Learn how to get started with a flexible Linode VPS server in this ATA Learning tutorial covering the ins-and-outs of VPS deployment with Linode!
- How to Set up a Raspberry Pi Firewall
Take control of access to with this tutorial on configuring the Raspberry PI firewall through UFW in this ATA Learning tutorial!
- Getting Started with VNC Connect
Discover how to remotely connect to a team of computers with VNC Connect in this comprehensive ATA Learning tutorial!
- How to install Windows for Raspberry Pi: A Practical Guide
Discover how to remotely connect to a team of computers with VNC Connect in this comprehensive ATA Learning tutorial!
- How to Install MongoDB on Ubuntu Linux
Learn the ins-and-outs of installing NoSQL database MongoDB on Ubuntu Linux through this in-depth ATA Learning tutorial!
- How to Set up Dual Boot on Raspberry Pi 4 Using BerryBoot
Discover how to dual boot different operating systems on Raspberry Pi 4 with BerryBoot in this ATA Learning tutorial!
- Power Up Text Editing: PowerShell Appending To Files
Discover how to level up your text editing through PowerShell appending to files in this ATA Learning tutorial!
- Creating Virtualized Desktops with the VMware VDI Solution
Discover how to create virtualized desktops to help your remote workforce with the VMware VDI Solution in this ATA Learning tutorial!
- A Getting Started Guide to Kubernetes Namespaces
This guide will provide a comprehensive overview of Kubernetes namespaces, including their purpose, how to create and manage them!
- How to Upgrade Ubuntu Linux to a New Release
Learn how to easily upgrade Ubuntu to the latest release. Also known as a distribution upgrade, learn how to tackle the upgrade in this ATA Learning tutorial!
- Take Control Remotely with Raspberry Pi VNC
Learn how to remotely take control of your Raspberry Pi VNC from anywhere in this tutorial by ATA Learning, and make management far easier!
- Getting Started with the doctl DigitalOcean CLI
Learn to use the doctl DigitalOcean CLI with this ATA Learning tutorial. Whether a beginner or an expert, this guide helps get you on your way!
- How to Set Up the OpenConnect VPN Server
Learn how to set up the OpenConnect VPN server with this step-by-step guide from ATA Learning and secure your connection!
- How to Set up a Raspberry Pi FTP Server
Learn how to set up a Raspberry Pi FTP server with this step-by-step guide, whether you’re a beginner or an expert!
- PowerShell Measure-Object: A Complete Guide with Examples
Learn how to use PowerShell Measure-Object through examples and calculate measures such as sum, count, and even standard deviations!
- Enzoic for Active Directory: Enhanced Password Security
In this ATA Learning product review, learn if and how Enzoic for Active Directory protects monitored entities from compromised passwords!
- Getting Started with PowerShell Invoke-SQLCmd Command
The PowerShell Invoke-SQLCmd cmdlet offers a powerful way of interacting with SQL databases. Learn how to use this command in this ATA Learning tutorial!
- PowerShell Change Directory: Navigating Your File System
Learn how to use the PowerShell change directory command to navigate your file system with ease. Master the basics of PowerShell file navigation today.
- MSTSC: The Ultimate CLI Tool for Remote Control and Access
MSTSC is a versatile and powerful tool for remote control and access. Learn all about this venerable Microsoft Windows included tool!
- PowerShell Select-Object Made Simple: A Beginner’s Guide
Learn the basics of PowerShell Select-Object with this beginner’s guide. Simplify your commands and streamline your workflow with ease.
- Getting Started with Veeam Backup for Linux and Windows
Get your data backed up with Veeam Backup for Linux and Windows. Easily set up, configure, and manage backups with this powerful and reliable solution.
- Get Started With Seafile Self-Hosted Cloud Storage
Get started with your own cloud storage solution. Seafile offers a self-hosted alternative with easy setup, secure file sharing, and data privacy.
- How to Import PowerShell Modules Like a Boss
Learn how to import PowerShell modules. Understand the cmdlets, parameters and modules available to make your scripts more efficient and powerful.
- Getting Started with Cutting Edge PowerShell AI
Discover how to use PowerShell AI and all the possibilities that the merging of these two powerful technologies unlock!
- Connect & Analyze Your Data with the Power BI API
Learn how to use the Power BI API to connect and analyze your many data sources in this ATA Learning tutorial!
- Learn The Many Ways How to Mount a Drive in Ubuntu
Learn how to mount a drive in Ubuntu and make sure you can access everything you need. Learn the many ways in this ATA Learning tutorial!
- How to Create a Secure Connection with Tailscale VPN
Learn how to use Tailscale VPN to create a secure, private, and fast connection between networks in this ATA Learning tutorial!
- How to Host A Website on AWS EC2
Discover the ins-and-outs of how to host a website on AWS EC2 and utilize this time-tested platform for hosting your web applications!
- Streamline Your AWS Management with the AWS CLI Mac Client
Take control of your AWS environment and streamline management through the use of the AWS CLI Mac client in this ATA Learning tutorial!
- PowerShell Write-Output: Your Friendly Output Companion
Learn all of the ins and outs of the PowerShell Write-Output cmdlet and take control of script and object output in this ATA Learning tutorial!
- How To Install and Use Remmina on Ubuntu
Discover how to use Remmina on Ubuntu to manage your RDP connections with this open-source and feature-full RDP client!
- Effortlessly Use Ubuntu Boot Repair to Fix Startup Issues
Save the day and use the Ubuntu Boot Repair tool to get back to work from a broken system, learn how in this ATA Learning tutorial!
- Getting Started with OpenVPN Cloud
Simplify your VPN experience with the OpenVPN Cloud and take advantage of a comprehensive online tool for VPN deployments in this ATA Learning tutorial!
- How to Set Up a WireGuard Raspberry Pi VPN Server
Learn how to use a WireGuard Raspberry PI VPN server and create a secure connection for outside your office in a compact package!
- How to Install Ubuntu on Raspberry Pi
Discover the many ways how to use Ubuntu on Raspberry PI and unlock a world of possibilities in this ATA Learning tutorial!
- A Comprehensive Guide to Ubuntu Disk Space Management
A step-by-step guide to managing Ubuntu disk space, including tips for organizing files, checking disk space usage, and troubleshooting disk issues.
- Learn the Ins-and-Outs of AWS Placement Groups
Get up to speed on optimizing your workloads with AWS Placement Groups for improved performance, cost savings, and better availability.
- Discover Proactive Linux Monitoring with Pandora FMS
Learn about how Pandora FMS is a powerful Linux monitoring tool that helps admins stay ahead of problems, identify trends, and optimize system performance.
- How to Setup a Raspberry Pi NAS Samba Server
A Raspberry Pi NAS Samba Server is an easy and cost-effective way to create your own personal cloud storage, learn how in this ATA Learning tutorial!
- Unlock the Power of These grep Equivalents in Windows
Discover the powerful utility of grep equivalents in Windows and how they can help you streamline your workflow in this ATA Learning tutorial!
- A Beginner Guide to Using PowerShell Hashtable
Get up to speed with PowerShell Hashtable: a powerful data structure for storing key-value pairs. Learn the basics and gain insights into advanced features.
- Power Up Your Command Line Skills with These sed Examples
Learn to use practical sed examples via this command line utility for more powerful shell scripting in this ATA Learning tutorial!
- Getting Started with PowerShell Gallery
Learn how to leverage the PowerShell Gallery for more efficient and effective PowerShell scripting in this ATA Learning tutorial.
- How to Install TeamViewer on Raspberry Pi 4
Learn how to quickly and easily set up TeamViewer on Raspberry Pi 4. This step-by-step guide will help you get connected in no time.
- How to Install PostgreSQL on Mac
Get started with a powerful database solution and learn how to install PostgreSQL on Mac in this ATA Learning tutorial!
- The Definitive Guide to SharePoint Permissions
Learn how to properly secure the many different sections of SharePoint in this definitive guide to SharePoint permissions!
- How to Craft a Modern PowerShell Message Box
Discover all the modern ways to craft a PowerShell Message Box and get away from the VBScript methods of old in this updated how-to!
- How to Use STIGviewer and Increase Security
Learn how to use the Stigviewer to discover technical standards to implement and enhance your security in this ATA Learning tutorial!
- Convenient Serverless Infrastructure via Fargate AWS
Discover how the Fargate AWS product takes your serverless infrastructure to the next level via Terraform in this ATA Learning tutorial!
- Learn the Many Ways in PowerShell to Get The Windows Version
Stay informed and learn the many ways in PowerShell to Get the Windows Version through examples in this ATA Learning tutorial!
- How to Install Google Chrome for Ubuntu
Get started with the worlds most popular web browser and learn how to install Google Chrome for Ubuntu in this ATA Learning tutorial!
- Discover Managed Data Visualizations With AWS Grafana
Learn how to leverage a managed data visualization tool and observability platform with AWS Grafana in this ATA Learning tutorial!
- Learn to Create a USB LiveCD with Unetbootin Linux
Learn how to make the job of creating a USB LiveCD easier with the Unetbootin Linux application in this ATA Learning tutorial!
- Cross-Platform File Syncing with Onedrive on Ubuntu
Keep files synched across different operating systems with Onedrive on Ubuntu and up your productivity in this ATA Learning tutorial!
- Mitigating PrintNightmare With Azure Universal Print
Learn how to utilize Azure Universal Print and mitigate PrintNightmare with this cloud-oriented Azure printing solution!
- Learning the Bash Xargs Command Through Examples
Bash Xargs is a complicated and useful command. In this ATA Learning tutorial learn to take advantage of its many uses!
- Learning Linux Virtualization With a VMware Ubuntu Install
Learn how to get started with virtualization through a VMware Ubuntu install and make your development and testing life easier!
- Getting Started with Windows Server Storage
Learn everything you need to know about Windows Server Storage in this in-depth tutorial by ATA Learning and manage your storage like a pro!
- Getting Started With the Raspberry Pi Imager for Windows
Learn how to get started with the Raspberry Pi Imager for Windows and take control of your Raspberry Pi devices!
- Remote System Access With Ubuntu Screen Sharing via Vino VNC
Learn how to access your system from anywhere with Ubuntu Screen Sharing and the Vino VNC application in this ATA Learning tutorial!
- How to Install Java on Mac
Learn how to install Java on Mac securely and safely with either OpenJDK or Oracle Java to run all of your Java applications!
- Learn the Many Ways In Ubuntu to Delete Files
Sometimes a file just isn’t meant to be kept. Learn the many different ways in Ubuntu to delete files in this ATA Learning tutorial!
- A Beginners Guide To PowerShell New-Item
Get started with PowerShell New-Item in this beginner’s guide to creating new items and folders within PowerShell!
- Creating a ZSH Alias to Boost Your Shell Productivity
Discover the many uses of a ZSH alias and take your shell productivity and scripting to the next level with this in-depth tutorial by ATA Learning!
- How to Install Neovim (NVIM) on Windows
Learn how to use this enhanced version of VIM for Windows with the Neovim (NVIM) client in this ATA Learning tutorial!
- PowerShell Profile : A Getting Started Guide
Discover everything you need to know about the PowerShell Profile in this definitive guide with real-world examples!
- The PowerShell While Loop : A Back to Basic Guide
Discover the many ways to utilize the PowerShell while loop and take control of your applications flow with this ATA Learning tutorial!
- How to Set Up Storage Spaces Direct [Step-by-Step]
Learn how to take advantage of and utilize the Windows capability of storage spaces direct in this in-depth guide via ATA Learning!
- How to Install Ubuntu Minimal Desktop
Strip down your Ubuntu installation with the Ubuntu Mini installation and only get what you need in this ATA Learning tutorial!
- Echo Command in Bash Shell : Discover the Many Uses
Learn about all the ways to utilize the echo command in Bash to create better scripts and master the Bash shell!
- Staying Up-to-Date With Automatic Upgrades in Ubuntu
Learn to keep security vulnerabilities at bay and utilize the newest features with automatic upgrades in Ubuntu Linux!
- How to Perform a gcloud CLI Install and Manage Google Cloud
Discover how to manage Google Cloud from the command-line with a gcloud CLI install and take control of GCP in this ATA Learning tutorial!
- Getting Started With TeamViewer on Ubuntu
Make sure you can access your Ubuntu Linux system anywhere with TeamViewer on Ubuntu and take control of your system remotely!
- How to Use the Power BI Direct Query Functionality
Learn how to utilize Power BI Direct Query functionality to bypass long cache times and pull data directly from the source in this ATA Learning tutorial!
- Google Key Management (GCP KMS) : Getting Started Guide
Discover how to use Google Cloud Platform Key Management Services (GCP KMS) to manage your keys and secure your infrastructure in this ATA Learning tutorial!
- How to Get Started With Gedit Linux
Discover how to maximize your use of the Gedit Linux text editor and take control of files on Linux in this tutorial by ATA Learning!
- Back to Basics: The PowerShell Contains Operator
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
- Use Windows on macOS with a Crossover for Mac Download
Discover how to run Windows applications on macOS with a Crossover for Mac download and use the best of both worlds!
- Crafting a Virtual Machine with Proxmox VE
Discover how to utilize Proxmox VE and craft whole environments for testing and for production systems in this ATA Learning tutorial!
- How to Install PowerShell for Mac
Install PowerShell for Mac and utilize this cross-platform language to enhance scripting and automation in this tutorial by ATA Learning!
- An In-Depth Getting Started Guide To Remote PowerShell
Unleash the ability to manage and control remote systems with this in-depth getting started guide to remote PowerShell!
- Learning the PowerShell Not Equal Operator with Examples
Learn the powerful PowerShell Not Equal operator with in-depth and practical examples in this tutorial by ATA Learning!
- Confidently Deploy Containers in this AWS ECS Tutorial
Learn to confidently deploy and manage Docker containers in this AWS ECS tutorial along with the difference between AWS Fargate and EKS!
- How to Install Statping on Ubuntu Linux
Make sure your services are up and running with this open source web and app status monitoring solution in Statping!
- Using Ajenti in Managing Linux Servers
Make your life as a system administrator easier and learn how to manage your Linux servers with Ajenti in this ATA Learning tutorial!
- Tweaktools : How To Install and Use Gnome Tweak Tools
Use the Gnome Tweak Tools (tweaktools) to customize and personalize your Gnome Linux operating system and make it your own!
- How to Install and Use the Scoop Windows Package Manager
Learn how to take advantage of the Scoop Windows command-line package manager to add, remove, and update packages in Windows!
- Save the Day With the UrBackup Backup Tool
Learn how to use the UrBackup server/client open source backup system to reliably manage backups in this ATA Learning tutorial!
- How to Install Groovy on Linux and Windows [Step-by-Step]
Learn the ins-and-outs of how to install Groovy on both Linux and Windows systems in this step-by-step tutorial by ATA Learning!
- How to Install Linux AWK For Windows
Learn the many ways to utilize the venerable AWK command-line utility but in Windows through these in-depth examples!
- Comparing Giants: VMware vs Hyper-V Virtualization Platforms
Learn how two giants of the virtualization world compare in this real-world use case based review by ATA Learning!
- How to Install Visual Studio Code on Mac
Discover Visual Studio Code on Mac and learn how to use this powerful integrated development environment to up your coding game!
- Learning the dir Command in Linux Through Examples
Learn all the ways that the dir command in Linux can help you navigate and manage files and folders in this ATA Learning tutorial!
- Discover the File Server Resource Manager (FSRM) for Windows
Discover and learn how to use the File Server Resource Manager (FSRM) for Windows Server and manage your storage!
- The Many Ways On Ubuntu to Find Files
Discover the many different ways on Ubuntu to find files and locate those important files quickly and efficiently!
- How to Migrate CentOS Stream to AlmaLinux
Learn all of the ins-and-outs of migrating CentOS Stream to AlmaLinux in this in-depth tutorial by ATA Learning!
- Secure Your Connection With the Pritunl Client & Server VPN
Discover how to protect your connection with the Pritunl client and server VPN open source tool and keep attackers at bay!
- How to Install ClamAV on Ubuntu Linux
Learn the ways to protect your Linux system and install ClamAV on Ubuntu to find, detect, and clean viruses off your OS!
- Getting Started with Azure Stack HCI
Learn the ins-and-outs of the Azure Stack HCI (hyper-converged infrastructure) in this in-depth tutorial by ATA Learning!
- How to Install Kubernetes on Windows
Discover how to use and install Kubernetes on Windows in this in-depth tutorial and how-to guide by ATA Learning!
- How To Get Started with AWS Route 53
Learn how to get started with managed DNS via the AWS Route 53 service by Amazon in this ATA Learning tutorial!
- How to Install and Use Kitty SSH Client
Discover a different terminal option with the Kitty SSH client and add this useful and powerful terminal client to your list of tools!
- How to Create a Domain Controller on Linux for AD
Learn how to create and use an Active Directory domain controller in Linux with this tutorial from ATA Learning!
- How to Execute PowerShell Azure Functions with HTTP Triggers
Learn how to execute and test Azure Functions in PowerShell via HTTP using both the Azure Portal and PowerShell’s Invoke-RestMethod cmdlet.
- Building PowerShell Azure Functions with VS Code [Series]
Running PowerShell in Azure Functions gives your scripts infinite resources and flexibility. Learn how to cloudify your PowerShell scripts with Azure Functions!
- How to Install and Use Snapcraft on Linux
Learn the ins-and-outs of package management with snapcraft on Linux and take control of your operating system!
- Unleash Your macOS Terminal Power in This iTerm Tutorial
Learn how to up your command-line console game with this in-depth tutorial on using the macOS iTerm console application!
- CURL Linux Command : Learning By Example
Learn through step-by-step examples with the indispensable CURL Linux tool and level-up your troubleshooting and scripting!
- Getting Started with Amazon S3 Inventory
Learn how to find and retrieve an overview of all your Amazon S3 data with the Amazon S3 Inventory tool in this ATA Learning tutorial!
- How to Fix NGINX 502 Errors Now!
NGINX 502 errors are a challenge for any system administrator, learn how to solve these pesky errors in this ATA Learning tutorial!
- How to Use Virsh and Manage Linux KVM
Learn how to use the command-line tool virsh and take your Linux KVM management to the next level in this ATA Learning tutorial!
- The Definitive Guide to the Power BI Measure Field
Learn how to leverage the Power BI measure field to enhance your reports and your productivity in this ATA Learning tutorial!
- How to Install VirtualBox on Windows 10
Learn how to install VirtualBox on Windows 10 and take advantage of all the virtualization features that VirtalBox offers!
- Power BI Data Gateway : Connecting Different Data Sources
Learn how to leverage the Power BI Data Gateway and bring in outside sources of data in this ATA Learning tutorial!
- How to Secure Your Database The Right Way via PostgreSQL SSL
Learn the ins-and-outs of securing your database to protect information in transit via PostgreSQL SSL in this ATA Learning tutorial!
- uberAgent: In-Depth User Experience & Security Analytics
In this ATA Learning product review, discover if uberAgent lives up to it’s promise of in-depth user experience and security analytics tracking!
- Getting Started With Microsoft SQL Server Standard Edition
Learn how to get started with databases via the Microsoft SQL Server Standard Edition in this tutorial from ATA Learning!
- Dive Deep into this Ubuntu Network Configuration Guide
Learn the ins-and-outs of a Ubuntu network configuration in this guide to take your networking game to the next level!
- How to Create a AWS RDS Snapshot
In this ATA Learning tutorial learn how to create an AWS RDS snapshot to use an alternative backup for your database!
- Comprehensive Guide to Install Deb Packages on Ubuntu
Learn all the ways to install deb packages on Ubuntu, fix problems, and save your sanity with this comprehensive guide!
- Ensure Success by Learning Azure Key Vault Best Practices
Learn all about Azure Key Vault best practices, and take your secret management to the next level in this in-depth tutorial by ATA Learning!
- Discover How to Use and Manage Azure Portal
Discover the ins-and-outs to use and manage the Azure Portal and take control of your Microsoft Azure resources!
- How To Secure Your Operating System via Windows 10 Applocker
Learn how to secure your system via Windows 10 Applocker and save the day from malicious files and programs in this ATA Learning tutorial!
- Getting Started with Docker Rancher Desktop
Learn how to get started with the Docker Desktop alternative, Docker Rancher Desktop in this ATA Learning tutorial!
- Getting Started with Amazon EBS (Elastic Block Service)
Discover how to use the Amazon EBS (Elastic Block Service) and learn to use this high performance block storage service today!
- Fundamentals of Running OpenVPN in Docker on Ubuntu
Learn to run an OpenVPN Docker container and unlock an easy-to-install and configure secure VPN solution for your network needs!
- Manage Office 365 With The Microsoft Graph Office 365 API
Learn to fully leverage the how to use the Microsoft Office 365 API in its various forms and incarnations in this hands-on tutorial!
- How and Why to Use Linux to Install Telnet
Learn the how and why behind using Linux to install telnet and when this older technology may still become useful!
- Leverage Podman for Windows to Efficiently Manage Containers
Discover how Podman for Windows can quickly and efficiently help you manage OCI containers from the command-line!
- How to Manage Services With the Ansible Service Module
Learn how to manage, control, and integrate OS services with the Ansible Service module in this ATA Learning tutorial!
- How To Dual Boot Windows and Install Ubuntu on a Partition
Discover dual-booting operating systems and install Ubuntu on a Partition to switch between Windows and Linux as needed!
- How to Install Metasploit on Ubuntu
Learning to install Metasploit on Ubuntu isn’t just for malicious actors, learn why in this tutorial on getting started with Metasploit!
- How to Use the Microsoft Office 365 External Email Warning
Learn how to leverage and use the Microsoft Office 365 external email warning for enhanced security and protect your users!
- Learn Everything About PowerShell Start-Transcript
Save your code, and your sessions, by learning everything you need to know about the PowerShell Start-Transcript command!
- Amazing Data Visualization With Power BI Python
Learn how to effectively use Power BI Python data visualizations to enhance your IT systems administration in this ATA Learning tutorial!
- Learn the AWS S3 Copy Command Through Examples
Discover the different ways to utilize the AWS S3 copy command through practical examples in this ATA Learning tutorial!
- GitHub Actions Secrets : The Way to Secure Your Automation
Learn how to leverage GitHub Actions Secrets and secure your automation without risking leaving secrets in your code!
- Getting Started With Mysql Workbench on Ubuntu Linux
Learn how to get started with and use MySQL Workbench on Ubuntu Linux for connecting to MySQL databases in this ATA Learning tutorial!
- Learning Bash File Test Operators With Examples
Learn how to use a Bash file test to make sure that your code and scripts execute the way you need, every time!
- The Secret to Unleashing PowerShell GitHub Abilities
In this deep dive, learn how to use PowerShell GitHub abilities to take your workflow to the next level and automate everything!
- Install Oh My Zsh on Ubuntu For a Next Level Command-Line
Learn how to install Oh My Zsh on Ubuntu and take your command-line to the next level in this ATA Learning tutorial!
- Avoid False Positives with Office 365 Whitelist Domain
Spam is everyone now-a-days, but learn how you can avoid false positives with the Office 365 whitelist domain functionality!
- Getting Started With and Installing Slack for Linux
Learn the ins-and-outs of Slack for Linux in this getting started with and installation guide by ATA Learning!
- How to Leverage Azure AD Connect Delta Sync For Faster Syncs
Keeping your on-premise AD domain and Azure AD perfectly synchronized is difficult but learn to use Azure AD Connect Delta Sync to make this even faster!
- Getting Started with Windows IIS (Internet Information Services)
Learn how to get started with the venerable Windows IIS (Internet Information Services) and use Windows for web application hosting today!
- Take Control of VMs and Install VirtualBox on Ubuntu 20.04
Learn to manage and control VMs for testing and development with VirtualBox on Ubuntu 20.04 in this ATA Learning tutorial!
- Learn How to Switch to Modern Authentication in Office 365
Enhance your IT organizations security and capabilities by switching to modern authentication in Office 365 in this ATA Learning tutorial!
- How To Use the PowerShell Expand Property for Select-Object
Discover the ins-and-outs of the PowerShell expand property for the Select-Object command in this example driven tutorial!
- All the Ways to Check If a Port is Open in Linux
Learn all the ways to check if a port is open in Linux and when you would use the various methods and techniques!
- Get an IP Address on Linux : Discover the Many Ways
Discover the many ways and tools that are available to get an IP address in Linux and learn how to incorporate those tools into scripts!
- Using Veeam to Process Windows Server Backup (Step by Step)
Learn how to use Veeam Backup & Replication to perform a Windows Server backup quickly and easily in this ATA Learning tutorial!
- Go Behind The Scenes with a Postman Install and How-To Guide
Learn how to perform a Postman install on Windows & Linux in this how-to guide for API management in this ATA Learning tutorial!
- Keep in Sync with Microsoft Azure AD Sync Password Writeback
Discover how to synchronize your Active Directory and Microsoft Azure AD passwords with the password writeback capability!
- How to Install KVM on Ubuntu Linux
Learn how to use Ubuntu and Install KVM for kernel-based virtualization as an alternative to solutions such as VMware!
- How to Update Ubuntu IP and Hostname via Bash
Discover and learn how to change a Linux IP and Hostname via a Bash script in this new tutorial by ATA Learning!
- How to Get Started and Install Wine for Ubuntu
Learn how to get started and install Wine for Ubuntu in this focused tutorial on helping your users leverage Windows applications in Linux!
- Essential CURL API Commands for Testing & Troubleshooting
Learn essential CURL API commands for testing and troubleshooting a large number of APIs critical to connecting your systems together!
- Kickstart AD with the Active Directory Administrative Center
Learn efficient, powerful, and flexible management of AD with the Active Directory Administrative Center in this ATA Learning tutorial!
- How to Get Started with Midnight Commander in 2022
Learn how best to use the venerable Midnight Commander in 2022 and manage your files and directories with ease!
- Using AWS CLI Secrets Manager to Manage Confidential Info
Learn how to use the AWS CLI Secrets Manager to store, retrieve, and update your critical secret values used in AWS products!
- Effective Management Linux Timezones (Step by Step Tutorial)
Best practices for managing Linux timezones, dates, and time with practical examples for the IT administrator!
- Diving Deep into DFS Replication: A Practical How-To
Learn how to leverage DFS Replication in your Windows environment and create resilient shared storage for your users!
- Secure Linux With the Sudoers File
In this tutorial learn how to secure your Linux system with the sudoers file and make sure that users only do what they are supposed to!
- The Ins-and-Outs of PSReadline in PowerShell
Learn how the PSReadline module enhances and takes your PowerShell command-line to the next level in this in-depth tutorial!
- Effortless Serverless SQL with AWS Athena and AWS S3
Learn how to efficiently query data from an Amazon Web Services S3 bucket using the familiar SQL syntax with AWS Athena!
- Highly Effective Azure Monitoring with Azure Log Analytics
Dive into Azure monitoring with Azure Log Analytics and discover issues before they become problems with this ATA Learning tutorial!
- Master Self-Signed Certificates on Windows & Linux
In this tutorial, learn how to master the creation of self signed certificates in both Windows and Linux to assign in SSL configuration.
- Back to the Basics: Use and Install FFmpeg
Learn how to install and use FFmpeg from the command-line and use in everyday IT operations crucial to business operations.
- Getting Started with PowerShell SharePoint Management
Learn how to use PowerShell SharePoint tools to manage, provision, and update effectively in this ATA Learning tutorial!
- Practical Ping Command in Linux Examples
Discover the many ways that practical ping commands on Linux can be practically used in this ATA Learning tutorial.
- Definitive Getting Started Guide to DevSpace for Kubernetes
Learn how to utilize the dev-oriented DevSpace tool for Kubernetes in this getting started guide from ATA Learning!
- Essential Tips for Installing & Using Sublime Text on Ubuntu
An essential tool for many IT administrators, Sublime Text on Ubuntu helps manage files and configurations with ease. Learn how in this tutorial!
- Effective Linux Port Scans for the Network Admin
Take control of your network and learn how to perform effective Linux port scans with this ATA Learning tutorial!
- How to Quickly Display Files With PowerShell Cat
Learn all the ways to emulate a PowerShell cat command just as Linux has. In this tutorial take control of your text files!
- How to Create User on Ubuntu Linux in Multiple Ways
Learn all of the myriad of ways to create a user on Ubuntu Linux with this practical tutorial from ATA Learning!
- Monitor AWS via the Terraform Cloudwatch Module
Learn how to monitor and provision with the Terraform Cloudwatch module and keep your AWS infrastructure healthy and in check!
- How To Get Started with Cloud Databases and Amazon RDS
Learn to use cloud relational databases with the Amazon RDS service and migrate to the cloud in this ATA Learning tutorial!
- Fundamentals of ProxySQL, High Availability, & Galera MySQL
Learn how to create a highly available MySQL installation with ProxySQL and a Galera Cluster in this ATA Learning tutorial.
- Step-by-Step Getting Started with Android Studio on Ubuntu
Learn how to get started with Android Studio on Ubuntu with this step-by-step tutorial on installing and configuration!
- Are you a Digital Employee Experience trailblazer?
Monitor and make your digital employee experience a priority ASAP
- Install & Manage Applications with the Powerful Winget Tool
Learn how the new Winget tool from Microsoft simplifies and expands package management in the Windows 10 and 11 operating system!
- Useful tcpdump Linux Examples for the Network Admin
Learn useful tcpdump Linux examples in this practical tutorial focused on the network admin to give the necessary tools for successful network troubleshooting!
- The Essential Guide to Hyper-V Windows 10 VMs
In this essential guide to Hyper-V Windows 10 virtual machines, learn how to create and manage these useful VMs!
- How to Use Azure Data Lake for Storage and Analysis
Storing, managing, and analyzing big data is a challenge but learn how to make it easier with this Azure Data Lake tutorial!
- Efficiently Collecting Data With the Splunk Forwarder Agent
Learn how to efficiently collect data from a Linux system with the Splunk forwarder agent in this ATA Learning tutorial!
- Securely Copy Files With the SCP Command
Utilize the SCP Command to securely copy files locally and between remote systems in this ATA Learning tutorial!
- PingPlotter: Network Troubleshooting from Within
Discover the root of network instability with this product review of PingPlotter Cloud and see if and how PingPlotter Cloud can work for you!
- Definitive Guide to Getting Started with Travis CI
Learn everything you need to know with Travis CI from the ground up to get started with builds and deployments today!
- Enhance Your IT Scripting with the Prettier VSCode Plugin
Learn how to use the Prettier VSCode plugin to enhance your IT scripting and take your code to the next level in this tutorial!
- The Definitive Getting Started Guide to Google Cloud SQL
Move your databases from on-premise to the power of the cloud and learn how to use Google Cloud SQL to take reliability and performance to the next level!
- How To Back-Up & Restore Databases via the Mysqldump Command
Learn how to use the mysqldump command to back-up and restore databases in MySQL to save the day and make sure you don’t lose any data!
- Save the Day With Stellar Phoenix Windows Data Recovery
Losing data is heartbreaking, learn how Stellar Phoenix Linux data recovery tools can save the day and save your sanity!
- Comprehensive System Monitoring with OSQuery
Dive deep into cross-platform system monitoring with OSQuery and learn detailed information on your system in this tutorial!
- Installing the PGAdmin Ubuntu (PostgreSQL Dashboard)
Get started with the PGAdmin Ubuntu PostgreSQL administrative and management dashboard in this ATA Learning tutorial!
- Simple Cloud NoSQL Management with Azure Cosmos DB
In this ATA Learning tutorial, discover Azure Cosmos DB and simplify your cloud NoSQL management via this Azure service.
- Effortless Management with the K9S Kubernetes CLI
Take control of your Kubernetes cluster via the K9S Kubernetes CLI. Make management easier with effective console GUI tools!
- Effective Backups with Veeam Office 365
Learn to create effective backups with the Veeam Office 365 backup tool in this getting started guide by ATA Learning!
- How To Wrangle Ubuntu Environment Variables
Up your Linux game and learn how to wrangle and manage Ubuntu environment variables in this ATA Learning tutorial.
- Turbo-Charge Document Management with Nextcloud Docker
Learn how to turbo-charge your document management with the quick to deploy Nextcloud Docker installation with this ATA Learning tutorial!
- How To Install Anaconda on Linux for Data Science Wins!
Learn how to install, manage, and utilize many different Python Data Science libraries with the Anaconda package manager!
- Definitive Getting Started Guide for SonarQube on Linux
Learn how to use SonarQube on Linux to verify both code quality and code security in this ATA Learning tutorial!
- How to Use SharePoint PNP PowerShell Module in Office 365
Learn to utilize the SharePoint PNP PowerShell module with Office 365 in this hands on tutorial by ATA Learning!
- Simple Virtual Host Management With NGINX Proxy Manager
Learn to manage virtual hosts and SSL certificates quickly and easily with the NGINX Proxy Manager in this step-by-step tutorial!
- Sure Fire Ways to Connect to VMs with Azure RDP
Discover the best sure fire ways to connect with Azure RDP in this comprehensive guide to connecting to your new Azure VM!
- Secure Your Secrets With Ansible Vault
Make sure your playbook and environment secrets are secure with the Ansible Vault and level up your playbooks in this ATA Learning tutorial!
- Learn-by-Doing Through These Instructive RSync Examples
Learn how to copy files or an entire directory through RSync examples in this step-by-step tutorial by ATA Learning!
- Easily Install Jupyter Notebook on Ubuntu (Step by Step)
Take coding to the next level and learn to install Juypter Notebook on Ubuntu (nor JuypterLab) with this tutorial from ATA Learning!
- The Conclusive Netsh : Ultimate Guide
Take a comprehensive look into Netsh fundamentals and learn in-depth how to utilize this powerful tool via real-world examples!
- Discovering the Ansible Hosts File
Discover and learn best practices for managing inventory with the Ansible Hosts File in this tutorial from ATA Learning.
- The Essential Guide to Grafana Docker Monitoring
Learn the essentials of monitoring your Docker runtime using Prometheus along with Grafana Docker containers in this ATA Learning tutorial!
- Apache Solr Tutorials : Creating Search Server via Kubernetes
Learn how to create and scale a full-text search server via Kubernetes with this Apache Solr Tutorial from ATA Learning!
- Deploy these AWS CDK Examples and Dig Deep Into Cloud Infra
In this example, learn how to leverage AWS CDK examples to provision, deploy, update, and destroy AWS resources!
- Fundamentals of a SQLite Install and Usage
Learn the fundamentals of a SQLite install and usage for an efficient and portable SQL database solution in this ATA Learning tutorial!
- Secure Your State With Terraform Backends
Learn how to secure your Terraform state by using different Terraform backends and avoid losing the current status of your infrastructure!
- Learn How PowerShell CmdletBinding Enhances Functions
Learn how to progressively enhance your functions with PowerShell CmdletBinding in this ATA Learning tutorial!
- How to Use SSHFS Mount with Remote Directories over SSH
Are you tired of using SCP to push or pull remote files? Using SSHFS mount will save you from misery, and this tutorial will teach you how, step-by-step!
- Accurate Database Searches with MySQL Full Text Searching
Learn to search effectively and quickly with the MySQL full text searching ability in this ATA Learning tutorial!
- Successfully Save The Day With Bash History Commands
Learn how to save the day and how you can save time re-running commands with Bash history commands in this tutorial!
- Targeted Backups With Amazon S3 Glacier Storage Classes
Is the cost of archive storage putting a dent in your budget? Perhaps it’s time to incorporate or completely migrate your archive data to Amazon S3 Glacier.
- Liberate Your Data and Learn How to Bypass Bitlocker
Learn how to bypass BitLocker and its persistent recovery screen to get your data back in many ways in this tutorial!
- Utilize Docker with this MERN Stack Tutorial Solution
Learn how to leverage Docker and make your application compatible with different services in this MERN stack tutorial!
- Install JIRA and Reign in Uncontrollable Issue Tracking
Tracking issues should not be tedious and must be organized. Stop making a mess of your issue tracking and install Jira project management software now!
- Extracting Content with AWS OCR Service Textract
Stop stressing your eyes, and learn how to extract content from images with AWS OCR Textract Service in this step-by-step tutorial!
- Getting Started with the BIND DNS Server
Learn how to build and manage your own secure BIND DNS Server, and this step-by-step tutorial is the best way to get started!
- Utilizing Grafana & Prometheus Kubernetes Cluster Monitoring
Learn how to effectively monitor your Grafana and Prometheus Kubernetes cluster in this tutorial!
- Discover CyberPanel and Install it to Control your Web Host
Discover CyberPanel and install it to create a website and take control of your web host (step by step tutorial).
- Managing FreeRADIUS Deployment with daloRADIUS
Learn how to centralize authentication and authorization of users in your FreeRADIUS server with daloRADIUS in this step-by-step tutorial!
- Deploying an EFK Stack with Docker
Learn how to deploy the EFK stack, one of the most popular software stacks for log analysis and monitoring, in this step-by-step tutorial!
- Cloudflare Load Balancing to Route Server Traffic (Step by Step)
Learn how to configure Cloudflare’s load balancing and say goodbye to applications and system outrages due to traffic spikes in this step-by-step tutorial!
- How to Leverage AWS PowerShell Commands for Automation
Learn to get started using the AWS PowerShell tools to manage resources and automate tasks within the AWS environment!
- Enhancing Network Visibility and Control with Auvik
In this honest ATA Learning review discover if the Auvik cloud-based network management platform lives up to the hype!
- Getting Started with the Datadog Agent on Ubuntu Linux
Be alerted to problems before they get out of control by monitoring your Ubuntu hosts with the Datadog agent!
- How to Install the Apache Guacamole Remote Desktop Gateway
Learn a new way to connect to remote servers or computers with Apache Guacamole as a remote desktop gateway in this step-by-step tutorial!
- Set Up and Use the IIS URL Rewrite Module (Step by Step)
Learn how to securely redirect URLs and fix broken links to your website with the IIS URL Rewrite module on your server in this step-by-step tutorial!
- Mitigate Leaked Password Damage with Honeypots
Is blocking leaked passwords enough to mitigate risks? Hackers are now crafting complex passwords! Perhaps it’s time to consider blocking passwords observed in
- Peace of Mind with Restic Backup on Linux
Learn how to backup your data in your Linux machine using the Restic backup tool in this step-by-step tutorial!
- Install PostgreSQL on a Ubuntu Server for Security Configurations
Learn the different ways to install PostgreSQL on Ubuntu and perform initial configuration to setup a working RDBMS.
- How to Monitor Hosts With the Linux Icinga Monitoring Tool
Learn how to effectively monitor your entire infrastructure with the Linux Icinga monitoring tool in this step-by-step tutorial!
- Learn from this Grafana Tutorial and Make Data Monitoring Easy
Learn how to set up Grafana on your machine to monitor services and applications data in this Grafana tutorial effectively!
- How to Install Webmin on Ubuntu Linux
Learn how to install Webmin to help with system administration on your Ubuntu Linux without manually editing Unix configuration files in this step-by-step tutor
- How To Provision an Ubuntu VNC Server
Learn to facilitate remote access and deploy an Ubuntu VNC Server in this step-by-step tutorial!
- Using DISM cleanup-image for a Simple Windows 10 Repair
Learn how to repair your Windows 10 image without resetting your operating system with the DISM cleanup-image command!
- Robocopy GUIs: Driving Robocopy with the Mouse
Learn how to backup your data by driving Robocopy with different Robocopy GUI tools in this step-by-step tutorial!
- How to Deploy a Flask Web Server on Cloud Foundry
Learn how to efficiently deploy a Flash web server on Cloud Foundry without stressing yourself about the process in this tutorial!
- How to Install Apache on Windows
Learn how to install Apache on Windows to start launching web applications on your Apache server in this step-by-step tutorial!
- Compare Objects with PowerShell (Step by Step Guide)
Learn how to compare objects with PowerShell’s Compare-Object cmdlet in this tutorial that will come in handy for your admin tasks!
- How To Manage IaC with Ansible CloudFormation in AWS
Learn how to manage infrastructure as code (IaC) with Ansible CloudFormation with different examples in this tutorial!
- How to Setup FTP Server with VSFTPD
Learn how to share files to remote machines without compromising security by setting up an FTP server with VSFTPD in this step-by-step tutorial!
- How to Install Sysdig to Monitor Your Linux System
Learn many ways to monitor how your Linux system behaves by installing Sysdig and running commands in your terminal in this step-by-step tutorial!
- How to Create a Centralized Logging Rsyslog Configuration
Learn how to set up a centralized logging Rsyslog configuration to analyze logs data from different remote machines in this step-by-step tutorial!
- Network Troubleshooting from the Command-Line with TShark
Learn how to set up TShark on your machine to capture packets for effective network troubleshooting in this step-by-step tutorial!
- Getting Started with Wireshark Linux Network Troubleshooting
Learn how to troubleshoot network issues by capturing packets using the Wireshark in Linux machines in this step-by-step tutorial!
- MariaDB Docker Effortless Deployment
Learn how to deploy a production Docker for your MariaDB installation without messing things up on your system in this step-by-step tutorial!
- Manage Your Servers with Cockpit Linux
Learn how to simplify the management of your server, from networking to containers, with the Cockpit Linux web console!
- SolarWinds THWACKcamp Session on AIOps: Buzzword or Legit
Is AIOps really a thing or is it just another marketing buzzword? Find out my thoughts and a little about the upcoming SolarWinds THWACKcamp session.
- Learn Event Streaming With This Apache Kafka Tutorial
Learn how to install Apache Kafka to manage and stream event data like a pro in this step-by-step tutorial by ATA Learning!
- Autonomous Persona Management using 1E Tachyon’s PowerShell Toolkit
Learn how to manage thousands of endpoints with dynamic tagging capabilities with 1E’s Tachon.
- How to Up Your PowerShell Game with 1E Tachyon
Learn how to build a PowerShell script to check for webserver response time and clear remote PC DNS caches using 1E’s Tachyon.
- Getting Started with 1E’s Tachyon and PowerShell
Wrangle your endpoints with 1E’s Tachyon product and PowerShell in this in-depth tutorial!
- Read and Analyze Your Linux System Logs With Journalctl
Learn how to view your Linux system logs with the journalctl tool, so you can read and analyze your system’s behavior and fix underlying problems!
- How to Install & Troubleshoot With the Netdata Monitoring Tool
Learn how to install the Netdata monitoring tool on your server and save yourself the headache of troubleshooting applications and services!
- How to Install and Configure a Linux Ubuntu NFS Server
Learn how you can securely share directories by installing and configuring a Linux Ubuntu NFS Server in this step-by-step tutorial!
- Learn How to Proxy Applications With Envoy Proxy Server
Learn how to set up Envoy Proxy Server to proxy applications for increased privacy in this step-by-step tutorial!
- How to Centralize Log Management with Graylog Docker
Learn how to centralize log management with Graylog using Docker for efficient data analysis in this tutorial!
- How to Connect with Samba to Linux Active Directory
Learn how to add Linux systems to a flexible Samba Linux Active Directory environment in this step-by-step tutorial!
- How to Create a Private Docker Registry on Ubuntu Linux
Learn how to create and host your own private Docker registry in this how-to tutorial!
- How to Perform a Samba Active Directory Install on Linux
In this tutorial learn how to provision a Samba Active Directory server in Ubuntu Linux and join a Windows client!
- How to Create a VPN with OpenVPN On Window Server
Learn how to install OpenVPN on Window Server to create your own secure VPN in this step-by-step tutorial today!
- How to Securely Install Gitlab (A Tutorial)
Installing new services and software can be daunting at first. Learn how to securely install GitLab in this step-by-step tutorial!
- How to Set Up the RabbitMQ Cluster on Ubuntu/Debian Linux
Learn how to set up the RabbitMQ cluster to ensure the high availability of your application by setting up queues in this step-by-step tutorial!
- How to Setup a NGINX RTMP Server for Streaming
Learn how to set up an NGINX RTMP server and keep your live stream from crashing in this step-by-step tutorial!
- How to Create a Django Docker Application Container
Learn how to create a portable and flexible Django Docker application container in this step-by-step tutorial!
- How to Set Up PowerDNS on Ubuntu Linux
Learn how to set up a DNS server that supports high-availability and redundancy with a PowerDNS installation on Ubuntu Linux!
- How to Take Control of Your MongoDB Security
Learn how to take control of your MongoDB security by creating an administrative user and enabling authentication in this step-by-step tutorial!
- How to Migrate Existing Terraform State into Terraform Cloud
Learn how to migrate your existing Terraform state files into Terraform Cloud, and never worry about losing changes in your state file in this step-by-step tuto
- How to Create a Kubernetes Cluster With the AWS EKS CLI
Learn how to create Kubernetes clusters to deploy containerized applications by setting up AWS EKS CLI and running commands in this step-by-step tutorial!
- How to Provision a Website With aaPanel and LetsEncrypt
Learn how to install aaPanel, provision a website, and secure the website with SSL using Let’s Encrypt in this step-by-step tutorial!
- Exploring Processes and Applications with 1E Tachyon
Learn to use the PowerShell and Tachyon integration to solve a specific use-case scenario.
- How to Secure Passwords with Specops Password Policy
Learn how to install, configure, and create Specops Password Policy to start protecting your Active Directory user passwords.
- How To Set Up WireGuard VPN on Linux
Learn how to set up WireGuard VPN on Linux to securely connect and access your network, in this step-by-step tutorial!
- How to Secure a Linux Firewall With IPTables Rules
Secure your vulnerable Ubuntu Linux system with powerful firewall IPTables rules in this step-by-step how-to tutorial!
- Disk2Vhd: Learn to convert Physical Machines to Virtual Disks
Learn to convert running physical machines with Microsoft Sysinternals Disk2VHD in this practical how-to tutorial!
- How to Configure Logrotate to Manage Logfiles (Step by Step)
Learn how to effectively manage, control, and tame logfiles with Logrotate in Linux with this step-by-step tutorial!
- Helpful Guide to IAM in AWS Through Examples
Learn the fundamentals of managing user permissions with IAM in AWS in this step-by-step tutorial!
- MicroK8s on Ubuntu : A Getting Started Guide
Looking for lightweight, fast, and highly-available Kubernetes? In this tutorial learn to install MicroK8s on Ubuntu!
- How to Manage Virtual Machines With Ansible EC2 AWS Module
Learn how to manage multiple virtual machines, like AWS EC2 instances with the Ansible EC2 AWS module in this tutorial!
- Ubuntu GRUB Linux Bootloader and Configuration
Learn what Ubuntu GRUB is, how the booting process works, and dive into several helpful GRUB configurations in this ATA tutorial!
- How To Secure SSH with Fail2Ban
Stop worrying about brute-force attacks on your server. Learn how Fail2Ban secures SSH on your server in this step-by-step tutorial!
- How To Set Up the UFW Firewall on Linux
Learn how to set up the UWF firewall on Linux and configure firewall rules to either allow or block connections on your network in this tutorial!
- How to Perform a Secure Redis Install on Linux
Learn how to do the Redis install then secure your Redis server with a password, and set up a firewall in this step-by-step tutorial!
- How to Install Apache Cassandra Cluster on Linux
Learn how to provision a powerful NoSQL database with Apache Cassandra!
- Manage Directory and File Permissions with chmod Recursive
Learn how to leverage the powerful chmod recursive command to ensure correct permissions across all of your files and folders!
- How To Use Data Cleaning Python Tools
Struggling with formatting errors, misspelled words or missing data that makes it hard to analyze data? Learn how to use data cleaning Python tools in this step
- How to SSH into Unifi AP (Access Point)
Not sure how to SSH into a Unifi AP? Learn how to SSH into a Unifi AP, and reset unadopted Unifi APs by running commands and navigating through a controller.
- How To Execute and List Cron Jobs for a Linux System via PHP
Learn how to execute and list cron jobs within Linux by leveraging PHP scripting for automation in this tutorial!
- How to Perform a VMware Backup & Best Practices
Learn a plethora of ways to perform a VMware backup for your VMware VMs and host configuration in this step-by-step tutorial!
- PowerShell Encrypt Password Command via Secret Management Module
Learn how to use PowerShell to encrypt passwords with the Secrets Management module in this step-by-step tutorial!
- Creating Statistical Plots with the Seaborn Python Library
Are you still using Excel to generate statistical plots? Perhaps it’s time to ditch it and switch to the Seaborn Python library to create many beautiful p
- How To Serve NGINX Subdomains or Multiple Domains
If you can’t get your head over how to serve multiple domains with a single IP address, then you’re in for a treat! Learn how to configure an NGINX
- Finding PowerShell Last Logon by User Logon Event ID
Learn how to build a user activity PowerShell script that will pull information from the Windows event log for a local computer.
- How to Set Up an All-In-One Communications Platform with 3CX
Keep in touch with your employees in the office or remotely with a single system to keep everyone in touch at all times with 3CX.
- PowerShell Get-Content a PowerShell Tail Equivalent
Use PowerShell Get-Content to powerfully read file data and PowerShell streams to manipulate the content just how you need it!
- How to Find Locked Out Users in Active Directory with PowerShell
See what we can do to find locked out users in Active Directory with PowerShell!
- How To Manage Storage With GParted Linux
If you’re looking for a user-friendly yet versatile partition editor, look no further. In Learn hands-on how to manage storage partitions using the GParte
- Master your LDAP Filters in PowerShell while Learning AD
One of the most common hangups when querying Active Directory with PowerShell is how to properly build filter syntax. The Filter and LDAP Filter parameters on a
- How to Deploy and Manage a Docker MongoDB Container
Got a Docker MongoDB container to deploy, but not sure how to? Well, you’re in for a treat! Learn how to deploy and manage a Docker MongoDB container in t
- How to Reduce Docker Image Size in Docker Containers
Is your Docker image size too big and want to make it smaller during builds? Look no futher. Learn how to reduce a Docker image size in this hands-on tutorial.
- Correct Way of Using Ubuntu systemctl to Control Systemd
Need a better way to control services in your Ubuntu machine? Learn how to effectively manage services in Ubuntu with systemctl commands in this tutorial!
- How to Set up a Bitvise SSH Server [Step-by-Step]
Learn how to setup the Bitvise SSH Server and leverage powerful authentication and authorization capabilities to enhance your SSH environment!
- Steering NGINX Test Config Before Screwing it Up
In NGINX, test configs before you deploy them by learning these tricks of the trade in this step-by-step tutorial.
- Getting Started with Azure Data Factory
Struggling to migrate your data to the cloud? Learn how to utilize Azure Data Factory and store data to the cloud via the Copy Data Tool in this step-by-step tu
- How to Create an HTTPS NodeJS Web Service with Express
Learn how to set up an HTTP NodeJS server using the Express.js web framework in this step-by-step guide!
- Upping the Automation Ante with PowerShell Universal
Learn how to up the ante with PowerShell Universal by IronMan Software via the latest Product Review by ATA and Friends!
- How to Run a PowerShell Script From the Command Line and More
Learn how to get started with PowerShell and how to run a PowerShell script in this handy tutorial covering only what you need to know.
- PowerShell Rename and other Cmdlets to Manage Files
Jumpstart learning PowerShell rename and other cmdlets that will help you manage your files.
- How To Configure an NFS Server Windows Installation
Sharing files in a network of diverse computer operating systems can be convenient after an NFS Server Windows installation. Learn how in this step-by-step tuto
- How To Use Docker Save Image and Export for Sharing
Wondering how to share Docker containers and images? Learn how to run Docker save image and export commands in this tutorial!
- AppImage on Ubuntu : For Worry Free Software Management
Forget about installing dependencies! Learn how to install, remove and manage AppImage on Ubuntu in this step-by-step tutorial.
- Gearing up NGINX Kubernetes Ingress Controller
Learn how to manage multiple incoming services within a Kubernetes cluster with a Kubernetes ingress controller!
- How to Set up Hyper-V Replication [Step-by-Step]
Learn how to set yourself up for success and put a disaster recovery plan in place with Hyper-V replication in this tutorial!
- Learn With Me: Specops – User Verification with Secure Service Desk
Secure Service Desk is a tool specifically built to quickly and securely identify an individual to get to what’s important; helping users be more producti
- Performing Linux Password Resets [Step-by-Step]
Lost the root account password? Don’t lose hope yet! Learn how to perform Linux password resets inside the OS or in maintenance mode in this step-by-step
- Creating a Docker Image for Python Data Science Libraries
Learn how to create a Docker image and import Python data science libraries in this step-by-step tutorial!
- How to Export Active Directory Users to CSV and Build Reports
Learn how to export active directory users to CSV with PowerShell by querying AD with the Get-ADUser cmdlet and invoking Export-CSV!
- LILO Linux Bootloader Configuration and Guide
Learn how to get LILO in Linux set up fast so you can boot begin configuring custom boot loaders in no time!
- Using Repadmin To Detect Active Directory Replication Changes
In this tutorial, you’ll learn how to detect Active Directory changes by learning about USNs and repadmin.
- The Ultimate Guide to Procmon
Learn everything there is to know about using the Procmon utility from installing, basic usage all the way to various use cases that will help you track down al
- How to Set Up a Linux Killswitch for VPNs
Learn how a Linux killswitch guards your data against leaking to the internet by preventing anyone from accessing your data even if disconnected from the VPN!
- How to Install Citrix Receiver Ubuntu Client
Learn how to properly install and configure Citrix Receiver on Ubuntu to access your Citrix Applications!
- How to Work with Ansible When and Other Conditionals
Having a hard time working with Ansible? Take your automation skills up a notch by learning Ansible when and other conditionals in this tutorial!
- Kubernetes Helm : A Getting Started Guide
If you’re new to Kubernetes and you need to manage applications, then you should learn about Kubernetes Helm in this step-by-step tutorial!
- How to Read CSV in Python, Write and Append Too
Learn how to read CSV in Python by reading CSV files and also creating new CSV files, using Python to append to CSV files and more!
- How to use Linux to Recover Deleted Files
Worried that you’ve accidentally deleted your files? Don’t be! Learn how Linux lets you recover deleted files in this tutorial!
- Activating NGINX to Redirect HTTP to HTTPS Traffic
Learn how to use NGINX to Redirect HTTP to HTTPS SSL Traffic to ensure secure and performant websites.
- How to Convert a (Batch File) BAT to EXE [Step-by-Step]
Need to secure your batch scripts? Learn how to convert BAT to EXE in this tutorial! In this guide, learn how to convert a batch script to an EXE file with buil
- How to Export Office 365 PST with eDiscovery
If you need to archive an Office 365 mailbox, let eDiscovery lend a hand. Learn how to export Office 365 PST file via eDiscovery on this step-by-step tutorial!
- How to Disable IPv6 on Windows
If you don’t plan on using IPv6 any time soon, learn how to disable IPv6 in Windows in this step-by-step tutorial.
- How to Use the Ansible lineinfile Module to Manage Text Files
Learn how to make changes to text files using Ansible’s lineinfile module in this step-by-step tutorial.
- Activate PowerShell SFTP to Transfer Files
Learn step-by-step tutorial how to work with files remotely via SFTP and dig into some of the different PowerShell SFTP modules you can use. Learn how to list,
- Using Bash Sort to Sort Files Like a Boss
Wondering how to sort files in a specific order in Linux? Learn many ways to sort files with the Bash ls and Bash sort command in this tutorial!
- How to Kill a Windows Process on a Remote System
In this tutorial, learn how to kill a Windows process using native utilities, third-party utilities, and PowerShell!
- How to Use the PowerShell Exit Command and Friends
Did you ever wonder in how many ways you can end a PowerShell session or script? Wonder no more! Dive in to learn more.
- Finding Weak AD Passwords with Specops Password Auditor
Expose weak AD passwords by building your own PowerShell tool and by leveraging Specops’ free Password Auditor tool!
- Python Input : How to Accept User Input to Python Scripts
Learn in this tutorial all the basics of accepting Python input from users by running commands in the terminal, storing variables, and writing input to text fil
- Introducing PowerShell Unzip and Zip Commands on Archives
Tired of clicking menus and buttons to manage ZIP files? Learn how PowerShell Unzip and PowerShell Zip can work on archives in this tutorial!
- How to use the Ansible apt Module to Manage Linux Packages
If you’re an Ansible user that needs to install some packages, you’re in luck. In this tutorial on Ansible’s apt module, you’ll get a st
- Findstr Command : Empower you to Search Text in Files Easily
Looking for a way to find texts without having to manually scrolling through a list? This tutorial will get you started in finding texts and files with the find
- Getting Started with PowerShell and the PSWindowsUpdate Module
Learn how to manage Windows updates in PowerShell with the PSWindowsUpdate module in this tutorial! Learn how to download and install updates on your Windows m
- Trusting Veeam AWS Backup to Protect Files
In this tutorial, you’ll learn to deploy and configure Veeam AWS Backup to eliminate the risk of losing your important AWS cloud data.
- Learn With Me: Specops – Managing AD Password Resets
Come with me on a journey to learn all about securely managing AD password resets using Specops’ uReset service.
- 11 Amazing Performance Tuning in SQL Server Tips
Is your SQL server starting to slow down? Learn all about performance tuning in SQL server in this tutorial!
- Taking Advantage of the docker-compose Environment Variables
Learn in this article the different ways of declaring environment variables with Docker compose. Discover the great flexibility Docker allows in declaring the e
- Brilliant Ways on How to Run a Program in Linux
Learn many ways to run programs in Linux, both via GUI and a command-line environment. From a novice Linux user to a power user, you will find knowing these met
- How to Perform an SSD Health Check
Stop worrying that your SSD might be starting to fail. Prepare for the worst by learning how to perform an SSD health check in this tutorial!
- Gracefully Manage Python Zip Files in your Python Scripts
Learn how to use Python to zip and unzip files with, without compression and a whole lot more in this tutorial.
- How to Rename Files in Linux
Need a hand to rename a file in Linux? Learn not just one but many ways how to rename files in Linux in this step-by-step tutorial!
- Learn With Me: Specops – Enforcing AD Password Best Practices
Get a peek at Specops’ Password Auditor tool to help keep your AD passwords secure! This tool provides useful information not only from AD but by pulling
- Understanding When & When Not to Create PowerShell New Lines
How do you split a long PowerShell command into multiple lines for readability? Learn how to properly create PowerShell new line without screwing things up in t
- Learning the Linux Delete User or Linux Add User Commands
Account management can be intimidating if you don’t know what you’re doing. Learn how to manage accounts in Linux to delete a user with this step-by
- Keep Your Docker Images Manageable with Docker Image Prune
In this step-by-step tutorial, explore the numerous ways to clean up Docker images with the docker image prune command, removing containers with docker containe
- Install Python Wget and Automate your File Downloads
Tired of clicking links just to download files regularly? Learn how to download single and multiple files with Python wget command in this tutorial!
- How to Split Paths with the PowerShell Split-Path Cmdlet
Learn how to split and return different elements of a path using the PowerShell Split-Path cmdlet in this tutorial.
- MBR or GPT? Which Partition Style to Use?
Confused about which partition style to use, either MBR or GPT? Learn the differences and limitations of both partition styles and decide which one to choose!
- A Complete Guide to Using the Get-WinEvent PowerShell Cmdlet
Learn tons of examples of how to use the Get-WinEvent PowerShell cmdlet to find any event you’d like to with powerful filtering capabilities.
- MSInfo32: An Easy Way to Generate a Windows System Report
Learn how to use Windows 10 native MSInfo32 to generate and view system information reports, that include hardware system components and software environment!
- Using the Dynamic PowerShell to Get Current Users
Learn how use PowerShell to get current user in this step-by-step tutorial walking you through how to do so many different ways!
- Learn With Me: Specops – How to Perform an Active Directory Cleanup
If Active Directory user and computer accounts have gotten out of control, learn how to use Specops’ AD Janitor tool to perform an Active Directory cleanu
- Icacls: The Ultimate Guide in Managing File Permissions
Learn how to grant, deny, remove permissions, and more with the icacls command in this ultimate guide!
- How to Set Up the VMware vSphere Client (Installable and Web)
Learn how to access your VMware environment in this step-by-step tutorial showing you how to use VMware’s vSphere client (installable and web clients).
- The Reliable Repadmin for Managing AD Replication
Learn how to show and troubleshoot replication with the handy repadmin tool with tons of examples in this tutorial.
- How to Reset Windows 10 Passwords with NTPasswd [Step-by-Step]
Learn how to reset Windows 10 passwords with the handy NTPasswd utility in this step-by-step tutorial.
- Learning 1E’s Tachyon: Extending Tachyon
For our final installment in the Learn with Me Tachyon series, we dive into Tachyon’s custom language, APIs and other ways to extend this platform.
- 5 PowerShell Script Examples To Inspire You to Get Scripting
Wanting to learn how PowerShell scripting works, but don’t know where to start? Learn 5 PowerShell script examples in this tutorial to kick start your scr
- Configure NGINX Logs and Discover How It Works!
Learn where the popular web server NGINX logs information, the log format along with error and access logs on this tutorial!
- How to Find Files with Dozens of Criteria with the Bash Find Command
Learn how to find files in just about any possible using the Bash find command in this helpful step-by-step tutorial.
- Getting Advantage of PowerShell on Linux: A Beginner’s Guide
Learn how to get started automating and writing scripts with PowerShell in Linux in this informative tutorial.
- Restore and Backup Your Ubuntu and Never Lose Files Again
Learn how to perform an Ubuntu backup for your files and take snapshots using the Deja Dup and Timeshift free utilities!
- Learn With Me: Specops – Active Directory Password Management
Join me as I start learning about the various tools that Specops offers to manage AD accounts and securely control passwords!
- How to Use WinDiff to Compare Files
Learn how to compare files using the good ol’ Windows windiff utility in this step-by-step tutorial.
- Enabling Hyper-V USB passthrough to Access a USB Storage
Struggling to enable USB access to your virtual machine? Learn many ways to enable USB passthrough in Hyper-V in this step-by-step tutorial!
- Demystifying Microsoft 365 Business Licensing
Need to know how Microsoft 355 licensing works but not get bogged down in all of the confusing documentation? Learn how a Microsoft 365 licensing works!
- 5 Active Directory Tools to Help Control AD
Compare five of the most common Active Directory tools to help you control users, groups, permissions and more with these handy tools.
- How to Set Up End-to-End CloudFlare SSL Encryption
Securing connections to your server is always a good plan. Learn how to set up an end-to-end SSL encryption with Cloudflare in this step-by-step tutorial!
- How and Why to Use the regsvr32.exe Utility [Examples]
Learn many ways how to register OLE controls like DLLs with the regsvr32.exe utility in this tutorial!
- Learning 1E’s Tachyon: Using Inventory
Follow along as Adam Bertram, a Microsoft MVP, explores 1E Tachyon’s Inventory application in this seven-part series.
- Adding a Windows 10 Local Account : Step by Step Guide
Learn how to add Windows 10 user accounts via just about any way possible in this step-by-step tutorial covering both GUI and command-line methods.
- Learn How to Zip and Unzip Files in Linux and be a Zip Master
Need to know how to zip and unzip files in Linux? Learn how to effectively manage ZIP files in Linux in this step-by-step tutorial!
- New PSDrive and other PowerShell Drives Save the Day
Learn how to work with PS drives by creating new drives with the New-PSDrive, Get-PSDrive and Remove-PSDrive cmdlets!
- The Amazing SQL Server Data Types (And When to Use Them)
If you’re storing SQL data, you must understand SQL Server data types. In this article, you’ll learn about all data types and when to use them.
- Learning 1E’s Tachyon: Using Guaranteed State
Check out what 1E’s Tachyon Guaranteed State application can (or can’t?) help you with automated configuration management.
- Utilizing Offline Registry Editor to Repair the Registry
Learn how to use Windows’ built-in offline registry editor to fix registry issues with Windows 10 even if Windows won’t boot!
- How to use RSOP to Inspect Applied GPO Settings
Learn how to find all of the policy settings those GPOs applied to a computer and user locally or remotely with the RSOP (resultant set of policy) tool.
- Learning 1E’s Tachyon: Using Experience
Learn what it takes to measure user experience on the endpoints with 1E’s Tachyon Experience application.
- How to Patch Offline Computers with the WSUS Offline Update Tool
Learn how to install all of those missing updates on a completely offline Windows computer with the WSUS Offline Update utility!
- Learning 1E’s Tachyon: Using Explorer
If you need to quickly find, summarize and troubleshoot issues across your enterprise enterprise, check out 1E Tachyon’s Explorer application.
- The WinSCP GUI: The Ultimate Guide
New to WinSCP or want to learn a new trick? Check out this ultimate guide which walks you through all the features!
- Learning 1E’s Tachyon: Implementing Tachyon
Get a look at a Microsoft MVP’s first-time experience installing 1E’s Tachyon platform and setting it up.
- How to Enable Windows 10 Sandbox to Safely Test Apps
Learn how to enable and use the Windows 10 sandbox mode in this step-by-step tutorial that covers setting it up and some handy usage tips.
- Why Backup Office 365?
Microsoft backs up Office 365 so why try to back it up yourself? Learn what Microsoft does and doesn’t do in this handy article sponsored by Altaro.
- Working with REST APIs and PowerShell’s Invoke-RestMethod
Learn how to work with REST APIs using PowerShell’s Invoke-RestMethod cmdlet in this extensive tutorial!
- Learning the Powerful Goto Batch Command
Learn how to goto batch command works and walk through some real-world use cases of how to use the goto command!
- Kubernetes Architecture Diagram : Fits Components Together
Learn how to read and understand a Kubernetes architecture diagram by learning about the components that make a Kubernetes cluster run.
- Discover How to Install Tomcat on Ubuntu Linux
Learn how to set up the Java web services by installing Tomcat on Ubuntu Linux in this step-by-step guide!
- How to Use VMware Photon to Create a Handy Software Router
Learn how to set up VMware Photon OS to create a software router handy for your labs! This tutorial will show you how to spin up a Photon VM in VMware Workstati
- How to Set up the Microsoft Teams Machine-Wide Installer
Not sure how to set up Teams Machine-Wide Installer? Learn the options for setting up the Teams Machine-Wide Installer in this how-to guide.
- The Ins and Outs of the VMware vCenter Converter [With Demos]
Learn, step-by-step, how to convert physical Windows and Linux computers and even Hyper-V VMs with VMware’s converter utility the vCenter Converter.
- Your Goto Guide for Working with Windows WMI Events and PowerShell
Learn about how WMI events work and how you can create some awesome tools with PowerShell in this tutorial!
- Concatenate Two Strings in Python : A Complete Tutorial Guide
Learn how to concatenate two strings in Python using just about every method you can think of in this handy tutorial.
- The Ultimate Guide to Copying Files and Folders Using Xcopy
When you need to copy large sets of files, do you still use the copy command? Why not give Xcopy a spin and find out how it is a better tool for the job? Learn
- Learn Multi-Threading Bash scripts with GNU Parallel
Learn how to speed up those Bash command and scripts with GNU Parallel with some handy GNU Parallel examples in this tutorial!
- Understanding Python Loop and Flow Control for Newbies
Understand one of the most important constructs in building great Python code, the loop, in this handy guide.
- Utilizing PowerShell and Windows Command Prompt to Create File
If you need to use the Windows command prompt to create a file, look no further. Learn how to create text files with the command prompt and PowerShell!
- Discover the Set Adaccountpassword to Reset an AD Password
If you’ve been resettings AD user passwords in ADUC, then you’ve been missing out. The Set-ADAccountPassword cmdlet opens up possibilities to reset
- How to Download and Install Fonts in Windows 10
Do you find your default system fonts to be boring? Don’t settle. Learn how different ways to install fonts in Windows 10 in this step-by-step tutorial.
- How to Verify Applied GPOs with the GPResult Tool
Learn how to discover RSOP and other applied Group Policy settings with the handy gpresult command-line tool.
- ThinkAutomation: Automating all the Things
Get a birds eye view in how the ThinkAutomation automation platform can help you manage tasks and create automated workflows.
- Learn (Without the Marketing) 1E Tachyon’s Unified Experience Platform
Come along as we take a journey into the bowels of 1E’s Unified Experience Platform Tachyon.
- Wrangling NetBIOS With the nbtstat Utility
Do you need to retrieve NetBIOS statistics to help you analyze and troubleshoot name resolution problems? The nbtstat command line tool can you do just that. Le
- Automate Service Management Through net stop and sc Command
Learn how to use the net stop, net start, sc query and other commands to manage Windows service from the command prompt.
- Learning the Amazing Python Read File, Open, and Write Codes
Learn the basics of working with files by using Python to read files, write to files and to use Python to write to CSV files too!
- How to Manage Active Directory Sites with PowerShell
Understand how to manage Active Directory sites with PowerShell in this handy step-by-step tutorial.
- Discover and Master Python Functions for Newbies
Learn how to get started with Python functions, how to build function parameters, how to call them, function scope, and a whole lot more!
- New-SelfSignedCertificate: Creating Certificates with PowerShell
Don’t want to spend on third-party certificates when developing websites or testing applications? Learn how to create self-signed certificates with the Ne
- Install VMware Tools on Ubuntu and Increase VM Performance
Learn how to increase your Ubuntu VM’s performance by learning how to install VMware Tools on Ubuntu.
- How to Convert MBR to GPT and GPT to MBR [Step-by-Step]
Have you purchased a new hard drive but cannot access all of its disk space? Luckily for you, this article will teach you how to convert MBR to GPT.
- Specops Password Auditor Free: A Review
Learn how to scan your Active Directory environment and perform a password audit with the free Specops Password Auditor tool.
- Audit Active Directory Group Memberships with PowerShell
If you need to audit group membership changes in Active Directory, this tutorial is for you. You will learn how to set up an audit policy and query events with
- How to Track Active Directory Changes with WMI Events
Learn how to track Active Directory changes to users in this informative tutorial on using WMI events.
- Getting to Know the PowerShell Pipeline and Creating Functions
Learn how the PowerShell pipeline reduces code, increases efficiency and how to create your own PowerShell functions to leverage the pipeline!
- How to Encrypt Email in Gmail : A Powerful Tutorial Guide
In this tutorial, you’ll learn how to encrypt emails in Gmail from being read by anyone other than the recipient.
- How to Find (and Remove) Unlinked GPOS in Active Directory
Unlinked GPOs can clutter up Active Directory if not maintained. Learn how to find all of these GPOs via the GUI and PowerShell in this article.
- Bash fc Command : Easily Wield the Bash Shell Like a Pro
Have you ever run a command in Bash and got an error because of a misspelled word? Or perhaps you forgot the last three commands you ran? Instead of re-writing
- Hyper-V PowerShell module : Getting More Things Done
If you are a newbie and you desire to learn what Hyper-V is, what it is used for, and how to manage Virtual Machines with Hyper-V and with Hyper-V PowerShell Co
- How to Set Up Hyper-V Nested Virtualization [Step-by-Step]
Learn how to install and configure a Hyper-V host inside of a Hyper-V with nested virtualization in this guide.
- Managing Microsoft DHCP Scope and other Components
Learn how to set up everything on a Microsoft DHCP server from scopes, address pools, how DHCP leases work, DHCP reservations and DHCP policies.
- How to Encrypt Outlook with Office 365
Learn how to securely send and receive encrypted email with Outlook in this handy, step-by-step guide.
- How to Sign PowerShell Script (And Effectively Run It)
Are you wondering what script signing is and how to distinguish a signed script from a non-signed one? Look no further! In this article, you’ll learn how
- How to Convert YAML to JSON [Python, PowerShell, Go]
Learn how to convert YAML to JSON programmatically using Python, PowerShell, and Go.
- How to Set up the VMware Remote Console (Windows and Linux)
Need to connect to your VMware VM console? Learn how in this step-by-step tutorial on downloading and setting up the VMware remote console.
- Do You Still Need a WINS Server?
The WINS server was once a staple of every NetBIOS network out there but is it still needed today?
- Exchange Distribution Groups: Your How-To Ultimate Guide
Need to work with Exchange distribution groups? Learn the ins and outs of how to manage them with the Exchange Admin Center and PowerShell.
- Import and Export Hyper-V VMs : Sure Fire Ways
If you’re looking to export and import your Hyper V VMs you’re in luck. Learn how to export VMs and Import VMs with this tutorial.
- How to Add a Computer to a Domain (GUI and PowerShell)
Learn how to add a Windows computer to a domain via the GUI, netdom, PowerShell and even remotely in this post.
- Getting Started with SolarWinds APM Integrated Experience
Learn how to get started from the ground up monitoring your infrastructure and applications in one spot with SolarWinds’ APM Integrated Experience.
- How to Find Listening Ports with Netstat and PowerShell
Using netstat, ports can be discovered on Windows PCs with ease. Coupled with PowerShell and Get-NetTCPConnection, you have one handy tool.
- How to Connect to Network Drives on the Command Line with Net Use
If you need to map a network drive or connect to network device over the SMB protocol, the net use command may be for you.
- What is PowerShell and Why Use It?
What is PowerShell? It’s a shell and scripting language capable of automating just about anything. Learn more in this article.
- How to Set up the SSH Chrome Extension
Learn how to use the SSH Chrome extension to easily connect to a variety of SSH servers using passwords or keys!
- What is a CSV File, How to Create, Open and Work with Them
Learn how CSV files came to be, how they’re structured and how to work with them in PowerShell and Microsoft Excel in this guide.
- How to Use PowerShell History Feature
Learn how the PowerShell history commands help to save your history and make forgetting commands a thing of the past!
- Linux Directory Commands : A Complete Guide
A step-by-step guide to leveraging Linux directory and file commands to administer your Linux system quickly and efficiently!
- Building an Active Directory Password Reset Tool with PowerShell
If you’re in the market for an Active Directory password reset tool, you can build one yourself with PowerShell or check out a great paid tool.
- How to Set Up OpenSSH on Windows Server [Complete Guide]
Learn how to set up OpenSSH on Windows Server, configure SSH for both password and certificate authentication in this complete guide.
- How to Use PowerShell Replace to Replace Text [Examples]
Learn, step-by-step, how to use PowerShell to replace strings in strings, use the replace operator and use regex and more.
- The Windows Update Client Troubleshooting Guide
Learn how to clear the Windows Update cache, reset Windows Update and ensure your Windows machine gets back to updating flawlessly.
- Set-ExecutionPolicy for Managing PowerShell Execution Policies
Learn all about PowerShell execution policies, various scopes, contexts, how to use Get-ExecutionPolicy and Set-ExecutionPolicy.
- How to Set up Amazon RDS PostgreSQL Database
Learn how to quickly set up a simple PostgreSQL RDS instance and database in AWS with this step-by-step tutorial.
- How to Use PowerShell to Get an IP Address
If you need to use PowerShell to get an IP address from a Windows computer, check out this post where we cover this task step-by-step.
- How to Use PowerShell to Get Free Disk Space [Tutorial]
Learn how to use PowerShell to get free disk space from one or more of your storage volumes to build a disk usage report.
- How to Use the Get-FileHash PowerShell Cmdlet
Use Get-FileHash to generate a hash for a single file, an entire directory of files, or even generate hashes on streams of data using the Get-FileHash PowerShel
- The De Facto Guide for Converting a PS1 to EXE (7 Ways)
If you need to convert a PS1 script to EXE, look no further. This guide walks you through every possible scenario with step-by-step instructions.
- How to Change Public Network to Private on Windows 10
Learn how to change Windows 10 network profiles between public and private using both Windows settings and PowerShell!
- The Top Free Remote Desktop Connection Managers for Windows
Get a great overview of all the top remote desktop connection managers and in depth reviews of all features.
- PowerShell Classes: Getting Started
If you’re new to classes in PowerShell, this tutorial is for you. Learn from square one how to create and work with PowerShell classes.
- Netsh Winsock Reset Command (In 2021) : A Complete Guide
Perform a Winsock Reset with the netsh winsock reset command and TCP/IP reset with the netsh int ip reset command to fix common network problems!
- Tapping WinRM over SSL to Set up PSRemoting [Step by Step]
Learn how to set up WinRM over SSL with certificates to connect securely to remote computers with PSRemoting.
- How to Seize and Transfer FSMO Roles (GUI and PowerShell)
Learn how to easily transfer Active Directory FSMO roles and seize them if they’re not behaving in this detailed guide.
- Explained: How Active Directory FSMO Roles Work
Understand how FSMO roles play a part in how Active Directory manages time synchronization, password changes, DC promotions and more.
- Move Exchange Mailboxes with new-moverequest Command
Learn how to move mailboxes the right way using PowerShell and the New-MoveRequest cmdlet.
- How to Flush DNS in Windows 10
Flush and clear the DNS Resolver Cache in Windows 10 using the built-in ipconfig command or PowerShell’s Clear-DnsClientCache!
- How to Uninstall Microsoft Teams on Windows 10 (For IT Pros)
Learn how to uninstall Microsoft Teams a variety of ways from manually, group policy, and the Office Deployment Toolkit.
- Easily Move Mailbox with Exchange Admin Center
Learn how to move a mailbox in Exchange 2013, 2016 and 2019 in this informative walkthrough tutorial.
- Understanding the GPUpdate Command [In Depth]
If you need to quickly apply a group policy to your Windows system, you must learn how gpupdate works.
- Discover What is Group Policy and How it Works (In Detail)
What is Group Policy? That’s the question we’re going to answer in this in-depth article.
- Steamy PowerShell Get-Process Cmdlet for Running Processes
Use the PowerShell Get-Process cmdlet to learn in-depth information on local and remote processes on both Windows and Linux.
- What is the Windows Security Accounts Manager (SAMSS) Service?
Take a peek at how the Windows Security Accounts Manager (SAMSS) Windows service works and what you should know.
- Master PSRemoting in a Workgroup : Run Commands Smoothly
PSRemoting is a handy feature to run commands on remote computers but requires a bit more set up in a workgroup environment. Learn how here.
- A Guide to Running Traceroute in Linux
Learn how to use Traceroute on Linux with this quick and handy demo guide covering the basics and some popular switches.
- Creating Windows 10 Guest Account the Easy Way
Create a Windows 10 guest account using the graphical user interface, Windows net commands, or the PowerShell command-line!
- Ignite Reset Windows 10 Password via the Command Prompt
Learn how to reset a Windows 10 password via the command prompt for both logged in users or if you can’t login at all.
- Create Checksum in Windows and Verify File Integrity
Learn in this in-depth article that covers nearly all the ways to generate checksums in Windows using built-in and third-party tools.
- Master Linux Kill Process Using ps, pgrep, pkill and More
Learn the many ways of finding processes with ps, top, psgrep, and get-process and kill processes in Linux with the kill, killall, and stop-process commands
- Connect PowerShell to Office 365: Step-by-Step Tutorial
Effortlessly connect PowerShell to Office 365 with this step-by-step tutorial. Manage your Office 365 environment with ease.
- Windows Subsystem for Linux (WSL) in Windows 10: Ultimate Guide
Master working with Linux on Windows 10 using the Windows Subsystem for Linux (WSL) in this comprehensive guide for IT professionals.
- Traceroute in Windows 10: Mastering Network Route Tracking
Explore the tracert utility in Windows 10 and learn how to effectively track your network traffic with this hands-on tutorial.
- PowerShell Parameters: Unlock the Power of Scripting
Discover the importance of PowerShell parameters and how to use them effectively to create versatile and powerful scripts.
- Mastering PowerShell Functions: A Step-by-Step Guide
Elevate your PowerShell skills by learning to build efficient, reusable code blocks with PowerShell functions in this comprehensive tutorial.
- Efficient File Deletion with PowerShell: Remove-Item and WMI
Save time and effort by using PowerShell to delete files, including files older than a specific date, with Remove-Item and WMI.
- Enable PSRemoting: Local and Remote Techniques
Master how to enable PSRemoting both locally and remotely using PowerShell, psexec, WMI, and group policy in this informative guide.
- Disabling Windows Firewall: A Comprehensive Guide
Learn various methods to disable the Windows firewall, including GUI tools, PowerShell, command-line, and group policy.
- Effortlessly Map SharePoint Drives: Expert Techniques
Learn how to map SharePoint drives as real Windows drives using the GUI, PowerShell, and command prompt in this expert guide.
- WinRM Ports: Default Settings and Customization Guide
Understand WinRM ports for HTTP and HTTPS communication and learn how to change them in this detailed guide for IT professionals.
- Getting Started with HMailServer: A Step-by-Step Tutorial
Learn the basics of setting up and managing HMailServer for email management in this easy-to-follow tutorial.
- PSRemoting for Linux and Windows: How-To Guide
Enable PSRemoting for Linux and Windows by setting up PowerShell and OpenSSH on both operating systems. Enhance your IT skills today!
- PowerShell Remoting (PSRemoting) Explained: Ultimate Guide
Discover how PowerShell Remoting works, its authentication options, and more in this comprehensive guide for IT professionals.
- Static vs Dynamic Websites: A Comprehensive Comparison
Explore the pros and cons of static and dynamic websites in this in-depth article, and find out which one is right for you.
- PowerShell File Existence Validation: Comprehensive Guide
Learn how to use PowerShell to check if a file exists using Test-Path, Get-Item, and .NET. Boost your IT skills with this in-depth guide.
- PowerShell Test-Path Cmdlet: Verify Files, Keys, and More
Master the PowerShell Test-Path cmdlet to confirm the existence of files, registry keys, and variables. Enhance your IT skills with this in-depth guide.
- Open PowerShell in a Folder: A Step-by-Step Tutorial
Discover how to open PowerShell in a folder within Windows File Explorer with this easy-to-follow guide.
- PowerShell Wget: Download Files with Ease
Learn how to leverage PowerShell like a PowerShell wget to download a file URL in this step-by-step demo tutorial.
- Setting Up Exchange Database Availability Groups Correctly
Learn how to set up Exchange database availability groups with Exchange Admin Center and PowerShell in this step-by-step guide.
- PowerShell to Parse XML: Read and Validate
Discover how to use PowerShell to parse XML, read XML files, and create and validate XML schemas in this handy tutorial.
- Mastering PowerShell Where-Object: A Comprehensive Guide
Unlock the full potential of the PowerShell Where-Object cmdlet to filter objects effectively in your scripts.
- Export GPOs with PowerShell: Creating Fancy GPO Reports
Learn to import GPO modules in PowerShell, export GPOs, and generate GPOs linked to an OU for detailed reporting.
- PowerShell and Regex: A Comprehensive Guide
Learn how to use PowerShell and regex to match and replace text in your scripts with this in-depth tutorial.
- PowerShell to Get a Registry Value: A Tutorial Walkthrough
Master using PowerShell to get registry values, key information, and more with this comprehensive tutorial.
- Download Windows Admin Center: A Comprehensive Guide
Learn how to download Windows Admin Center, set the port, and get it up and running with this example-driven guide.
- Automate Tasks with PowerShell PSake: A Walkthrough
Upgrade your automation skills with the open-source PowerShell Psake project and learn how to orchestrate tasks effectively.
- Import2 Wizard and Trello: Easily Import CSV Files
Save hours adding Trello cards to a board by using the Import2 Wizard and Trello with step-by-step instructions.
- Add SSH Key to VS Code and Connect to a Host
Learn how to generate a new SSH key, add it to VS Code, and set up key exchange authentication for multiple user connections.
- VS Code and Remote SSH: A Windows Admin's Guide
Learn how to connect VS Code to a remote SSH host and edit files on Linux over an SSH connection in this tutorial.
- Setting Up a Custom NuGet Server in IIS on Windows Server
Learn how to set up a custom NuGet server in IIS on Windows Server with this hands-on, example-driven tutorial.
- Mastering Ipconfig Commands: A Comprehensive Guide
Discover all the ipconfig commands you need to know in this in-depth blog post from a 20+ year IT professional.
- PowerShell and JSON: A Comprehensive Guide
Learn how to use PowerShell and JSON together, including converting and parsing JSON, with real-world examples.
- Automate Active Directory Auditing with PowerShell
Find out when an Active Directory password changed and automate the auditing process using PowerShell.
- PowerShell Get-Date: Mastering Date and Time Management
Learn how to use the PowerShell Get-Date cmdlet to manage dates and times effectively in your scripts.
- Mastering SSH Commands in Linux for Windows Admins
Windows admins learning Linux can become proficient in using SSH commands with this informative blog post.
- Midnight Commander on Linux: A Step-by-Step Guide
Discover how to use Midnight Commander on Linux, a powerful file manager, with this hands-on tutorial for Windows admins.
- Automate CrowdStrike Falcon Sensor Deployment with PowerShell
Learn how to automate the deployment of CrowdStrike Falcon Sensor to Windows PCs using a powerful PowerShell script.
- Exploring the Linux Desktop for Windows Admins
Windows admins learning Linux can dive into the Linux desktop environment with this helpful guide.
- PowerShell Write-Host: Do You Still Need It?
Explore the popular PowerShell Write-Host cmdlet and determine if it's still necessary for your scripting needs.
- PowerShell Splatting: Simplify and Organize Your Scripts
Discover how PowerShell splatting can transform your script from a messy code block to a well-structured masterpiece.
- Master PowerShell Trim and TrimEnd Methods
Discover how to use PowerShell trim() and trimend() methods in this informative tutorial.
- Run PowerShell as Administrator: Multiple Methods Explored
Learn various ways to run PowerShell as administrator in this comprehensive tutorial.
- PowerShell Script Refactoring: Turn Chaos into Order
Transform a messy PowerShell script into a well-structured automation engine with these refactoring techniques.
- Compare Azure AD Premium P1 vs P2: Make the Right Choice
Evaluate Azure AD Premium P1 vs P2 and choose the best protection features for your users in the cloud.
- Quickly Get Computer Names with PowerShell
Discover various methods to use PowerShell to get computer names in this easy-to-follow tutorial.
- Customize Microsoft Teams with Webhooks and PowerShell
Create custom cards in Teams channels using incoming Teams webhooks and PowerShell for a personalized experience.
- Efficiently Manage Tasks with PowerShell Scheduled Task
Create and manage scheduled tasks using PowerShell and the Scheduled Tasks module for better task management.
- PowerShell Techniques to Restart Computers Remotely
Discover all the ways to use PowerShell to reboot remote computers in this example-driven tutorial.
- Supercharge Web Automation with Selenium and PowerShell
Get started with web automation using Selenium and PowerShell to automate tasks on web browsers.
- Active Directory Recycle Bin: Enable, Manage, and Optimize
Learn how the Active Directory Recycle Bin works, enable it with ADAC and PowerShell, and manage tombstone lifetime.
- Exchange Online Plan 1 vs Plan 2: A Comprehensive Comparison
Understand the differences between Exchange Online Plan 1 and Plan 2 and choose the best option for your organization.
- Windows File Recovery: Restore Deleted Files with Ease
Explore the free Windows File Recovery tool and learn how to recover deleted files in Windows 10 through practical examples.
- Effortlessly Convert Markdown to HTML with PowerShell
Discover quick and efficient methods to convert Markdown to HTML using PowerShell in this step-by-step tutorial.
- Master PowerShell Logging Techniques
Unlock the power of PowerShell logging with transcripts, scriptblock logging, and module logging in this comprehensive tutorial.
- Manage NTFS Permissions with PowerShell: A Tutorial
Master the management of NTFS permissions in PowerShell with this comprehensive, step-by-step tutorial.
- Automate IT with PowerShell & au2mator Self Service Portal
Leverage PowerShell and au2mator Self Service Portal to automate daily IT tasks and delegate them to the right people.
- Connect to Hyper-V Host from Workgroup Computer
Learn how to connect to a domain-joined Hyper-V host from a workgroup computer with this step-by-step walkthrough.
- Robocopy /MIR: Sync Files with Ease and Confidence
Understand the robocopy /MIR switch and learn how to sync files with numerous examples in this easy-to-follow guide.
- PowerShell Data Types & Type Accelerators: A Tutorial
Learn all about PowerShell data types and enhance your coding skills with type accelerators in this comprehensive tutorial.
- Send Secure PowerShell Emails: 5 Alternative Methods
Create Send-MailKitMessage to replace SmtpClient for more secure PowerShell email sending with this step-by-step guide.
- PowerShell Grep: Unleash the Power of Text Search
Discover the grep-like capabilities of PowerShell for powerful text search and manipulation in this informative tutorial.
- Connect to Exchange Online PowerShell with EXO V2 Module
Learn how to connect to Exchange Online via PowerShell using the EXO V2 module for unattended, app-only authentication.
- Install Ubuntu Server 20.04: A Step-by-Step Walkthrough
Follow this step-by-step guide to learn the pre and post-installation process for Ubuntu Server 20.04 and get started today.
- Master PowerShell Pause: Command Line & Scripting Techniques
Discover various ways to execute PowerShell pause in scripts and on the command line for simple commands or complex processes.
- Boost PowerShell Speed: Optimize Script Performance
Improve the performance of your PowerShell scripts with tips on measuring performance, speeding up loops, and using arrays.
- Enable Self-Service Password Resets for Office 365
Discover how to set up self-service password resets for Office 365 users with this easy-to-follow, step-by-step tutorial.
- Free Zabbix Monitoring for VMWare ESXi Hosts: Get Started
Monitor VMWare ESXi hosts without breaking the bank using Zabbix monitoring in this comprehensive, step-by-step guide.
- Set Up Ubiquiti Discovery Tool on Windows: A Step-by-Step Guide
Learn how to install the Ubiquiti controller software on Windows, run as a service, and set up the Ubiquiti discovery tool.
- PowerShell Best Practices: Tips from a Microsoft MVP
Learn PowerShell best practices from a 10+ year developer and Microsoft PowerShell MVP to enhance your scripting skills.
- Install Windows Terminal: A Hands-On Feature Overview
Get a hands-on demonstration of installing Windows Terminal and explore its features in this informative guide.
- Master Microsoft Teams Shifts: Intelligent Shift Management
Get hands-on experience with Microsoft Teams Shifts and learn how to manage employee shifts intelligently and efficiently.
- PowerShell Like Operator & More: Boost Your Scripting Game
Master the PowerShell like, match, and eq operators with real-world examples for single values and collections.
- Create Stunning HTML Reports with PowerShell & CSS
Leverage PowerShell's ConvertTo-HTML cmdlet and CSS to design beautiful and easy-to-understand HTML reports.
- Import a PST to Office 365: Multiple Approaches Explored
Master the process of importing PST files to Office 365 with this extensive guide covering various methods and tools.
- Secure Windows Admin Passwords with Microsoft LAPS
Implement Microsoft LAPS to protect local Windows admin passwords and enhance your organization's security posture.
- Effortlessly Import PST to Outlook: A Comprehensive Guide
Explore various methods to import PST files into Outlook and Exchange mailboxes with this step-by-step tutorial.
- Master PowerShell Strings: Concatenate, Split & More
Discover the power of PowerShell strings manipulation, from concatenation to splitting, and level up your scripting skills.
- PowerShell Switch Statement: A Comprehensive Guide
Master the versatile PowerShell switch statement and its various use cases. Enhance your scripting skills and optimize your IT workflow.
- Master PowerShell Try Catch Blocks with Examples
Demystify PowerShell try catch blocks with real-world examples. Learn error handling and improve your scripting skills and expertise.
- Resolve-DnsName: Master DNS Record Lookup in PowerShell
Master the Resolve-DnsName cmdlet for DNS record lookup in PowerShell. Learn the differences from other tools and enhance your IT skills.
- SSH and PowerShell: Set Up Windows SSH Client
Learn to set up Windows SSH client and use SSH with PowerShell Remoting. Enhance your IT skills and streamline your remote management.
- PowerShell For Loop: A Comprehensive Guide
Learn all about the PowerShell for loop and its various use cases. Enhance your scripting skills and optimize your IT workflow.
- Improve Script Readability with PowerShell Comments
Master the art of adding PowerShell comments to your scripts and functions. Increase readability and make your code more maintainable.
- Master Exchange Database Management with PowerShell
Efficiently manage Exchange databases using Get-MailboxDatabase, New-MailboxRepairRequest, and Move-DatabasePath cmdlets. Boost your IT skills today!
- Process CSV Data with Import-Csv and ForEach Loop in PowerShell
Power through CSV data using PowerShell's Import-Csv and foreach loop. Read and reference values for efficient data processing.
- PowerShell ForEach Loops: Types and Best Practices
Master the different types of PowerShell foreach loops and learn when to use each one. Enhance your scripting skills and optimize your workflow.
- Master NIC Teaming with PowerShell and GUI
Learn about NIC Teaming, its benefits, and how to deploy it using PowerShell or GUI. Improve your networking skills and VM performance.
- Generate Reports with Get-AdGroupMember in PowerShell
Use Get-AdGroupMember and other cmdlets to find users and export AD group members. Generate insightful reports and enhance your IT skills.
- PowerShell and Excel: Harness the Power of ImportExcel
Master the ImportExcel module to use PowerShell and Excel together. Create charts, pivot tables, and leverage Excel's powerful features.
- PowerShell vs. Curl: A Side-by-Side Comparison
Compare PowerShell and curl to discover the best tool for various contexts. Enhance your IT toolkit and optimize your workflow.
- Integrate PowerShell in Jenkins for Seamless Automation
Learn to create and run PowerShell in Jenkins. Set up security, enable plugins, and automate jobs for a more efficient IT workflow.
- Windows Certificate Management with PowerShell
Effortlessly manage certs using Windows Certificate Manager and PowerShell. Simplify complex concepts and enhance your IT security skills.
- Chocolatey Installation: A Step-by-Step Guide
Install Chocolatey and master the basics of this powerful Windows package manager. Simplify software management and boost your IT efficiency.
- Demystifying Pester Mocking: A Comprehensive Tutorial
Learn command mocking in Pester with this hands-on tutorial. Improve your testing skills and create more robust PowerShell scripts.
- PowerShell IIS Mastery: Create and Manage Websites
Become an expert in managing IIS with PowerShell. Create websites, configure settings, and automate tasks to level up your IT skills.
- PowerShell vs. Python: A Battle for the Ages
What’s the best programming language? You might get ten different answers when asking ten different developers. In this article, we’re going to comp
- Back to Basics: Understanding PowerShell Objects
Learn some key concepts when it comes to objects in PowerShell and apply to your own scripting through coding and visualizations.
- PowerShell Multithreading: A Deep Dive
Learn how to understand and use various powershel multithreading techniques to process multiple data streams.
- Set-ADUser: Modifying Active Directory Users with PowerShell
Learn how to inspect AD user accounts with the Get-ADUser PowerShell cmdlet and make changes to AD user objects with the Set-ADUser cmdlet.
- Unlock AD Data Management with CSVDE and LDIFDE
Discover how to import, export, and modify AD data using CSVDE and LDIFDE command-line tools. Enhance your IT expertise and streamline your workflow.
- Master VS Code Snippets for Efficient Coding
Work with VS Code snippets, including using default snippets, extension snippets, and creating your own for better productivity.
- Get-ADObject: Search Active Directory & Generate Reports
Search Active Directory using the Get-ADObject PowerShell cmdlet and generate insightful AD reports for your organization.
- PowerShell Arrays, ArrayLists & Collections: Best Practices
Learn about PowerShell Arrays, ArrayLists, and Collections, and apply best practices for efficient scripting.
- PowerShell ValidateSet: Tab-Completion & Parameter Values
Discover PowerShell ValidateSet and its tab-completion feature for providing valid parameter values in your scripts.
- Automate Active Directory User Creation with New-ADUser
Create Active Directory users with PowerShell using the New-ADUser cmdlet and automate your AD processes.
- Mastering PowerShell ValidateScript for Better Input
Learn the best ways to use PowerShell ValidateScript validation attribute for efficient parameter input and validation.
- Efficient Windows Event Collector Setup & Configuration
Set up a Windows event collector subscription by creating an event collector, configuring GPO, and mastering WEF.
- PowerShell Logging Best Practices for IT Pros
Establish clear PowerShell logging guidelines with informative and actionable logs for better understanding and troubleshooting.
- PowerShell Form Menu: Quick Access to Your Scripts
Create a handy PowerShell form menu in your system tray to kick off scripts with ease and improve your workflow.
- PowerShell Scopes: Understanding Variable Scope
Learn about PowerShell scopes for variables and write code with scopes in mind.
- Active Directory Health Check with PowerShell Framework
Use a pre-built PowerShell framework for Active Directory health checks and output results to Pester and PRTG.
- Master the PowerShell WhatIf Parameter
Understand how the PowerShell WhatIf parameter works and leverage it for better scripting.
- Psexec: An Extensive Guide with Real-World Examples
Master psexec with this comprehensive guide, complete with real-world examples.
- PowerShell Tab-Completion: Auto-Update ArgumentCompleters
Build handy PowerShell tab-completion parameters that auto-update with ArgumentCompleters.
- PowerShell Environment Variables: A Deep Dive
Learn about Windows environment variables and how to manipulate PowerShell environment variables effectively.
- Set Up IIS SMTP Relay for Office 365 Email Delivery
Configure an IIS SMTP relay server for recipient email delivery from Office 365 using GUI and PowerShell.
- Master Import-Csv and Other CSV Commands in PowerShell
Learn how to use the Import-Csv cmdlet with a foreach loop and other CSV commands in PowerShell.
- Domain Controller vs Active Directory: A Comprehensive Comparison
Discover the differences and similarities between domain controllers and Active Directory.
- Fix 'An Active Directory Domain Controller Could Not Be Contacted'
Resolve the 'An Active Directory Domain Controller Could Not Be Contacted' error once and for all.
- Create WPF PowerShell GUIs: Functions, Inputs, and Results
Build and import a basic WPF PowerShell GUI with functions that accept input and return results.
- Managing AD Groups with Get-ADGroup and More
Master the Get-ADGroup cmdlet and other tools for efficient AD group management using PowerShell.
- Import PowerShell Active Directory Module: Step-by-Step Guide
Install and import the PowerShell Active Directory module on all Windows versions with ease.
- PowerShell Module Path: Reusable Code Without Copy-Pasting
Learn how to set up a PowerShell module path for code reuse without copying and pasting.
- Robocopy Commands: Data Migration, Folder Sync, and More
Master robocopy commands for data migration, syncing folders, and copying large files.
- VMware PowerCLI: Installation and Scripting Guide
Download, install, and script VMware PowerCLI for efficient configuration deployments and VM reports.
- Invoke-Expression: Pros, Cons, and Best Practices
Understand the benefits and drawbacks of Invoke-Expression and implement it effectively.
- Windows 10 Boot Time and Uptime: PowerShell Insights
Check boot time in Windows 10 and monitor Windows uptime with this PowerShell script.
- Netlogon Log Parsing with PowerShell: A Deep Dive
Uncover valuable troubleshooting info by parsing the netlogon log file with PowerShell.
- Find Domain Controller Backup Schedules with Ease
Use repadmin and PowerShell to effortlessly find domain controller backup schedules.
- Fix 'Trust Relationship Between Workstation and Primary Domain Failed'
Resolve the 'Trust Relationship Between Workstation and Primary Domain Failed' error for good.
- Send Emails Effortlessly with Send-MailMessage PowerShell Cmdlet
Master the Send-MailMessage PowerShell cmdlet and send emails in various ways.
- PowerShell Copy to Clipboard: Beyond Ctrl+C and Ctrl+V
Discover the PowerShell Copy to Clipboard function and move beyond traditional shortcuts.
- Automate PowerShell Modules with Chocolatey Packages
Create Chocolatey packages to automate PowerShell modules and software installations.
- Connect to SQL Server from Linux with ODBC
Set up an ODBC connection to run queries on a Microsoft SQL Server from Linux in this step-by-step guide.
- Python WinRM: PowerShell Remoting for Windows
Learn how to set up Python WinRM for PowerShell remoting on Windows machines in this comprehensive guide.
- Test Pending Reboot on Windows Servers with PowerShell
Use PowerShell to quickly test pending reboot across Windows servers and consolidate steps into one script.
- Check PowerShell Versions: Best Practices
Discover the best ways to check PowerShell versions on local and remote computers.
- Import Users in Active Directory with PSADSync
Easily import users in Active Directory using the free AD sync PowerShell module, PSADSync.
- Import & Export OVF Files: Move VMs Between Hosts
Learn how to import and export OVF files to move virtual machines between hosts in this informative tutorial.
- Mastering AD DNS Forwarders and Conditional Forwarders
Learn all about AD DNS forwarders, including DNS conditional forwarders, and manage them effectively.
- Efficient DFS Management with PowerShell Scripts
Automate and manage every aspect of DFS using comprehensive PowerShell scripts.
- PowerShell Remote Connection Testing: Practical Examples
Master remote connection testing with PowerShell using Test-NetConnection and Test-Connection.
- Automate DNS Tasks with PowerShell DNS Cmdlets
Streamline your DNS management using PowerShell DNS cmdlets and say goodbye to tedious tasks.
- Master PowerShell Windows Updates Reporting
Build a comprehensive PowerShell Windows Updates report and stay informed on your systems' update status.
- Escape Double Quotes in PowerShell: Multiple Methods
Discover various methods to escape double quotes in PowerShell, making your scripts more robust and reliable.
- Group Objects in PowerShell: Organize Your Data
Master the PowerShell Group-Object cmdlet to group objects based on common properties and simplify data management.
- PowerShell WMI: Automate Windows Tasks
Harness the power of PowerShell WMI to automate thousands of tasks on Windows computers.
- Remove Unwanted Windows 10 Apps with PowerShell
Clean up your Windows 10 system by using PowerShell to remove inappropriate, redundant, or unsupported apps.
- Delete User Profiles with PowerShell & CIM
Use PowerShell and the CIM command to delete user profiles on Windows systems in this step-by-step guide.
- Monitor SQL Server Performance with PowerShell
Set up a SQL Server performance monitor using PowerShell and learn how to query SQL Server performance counters.
- List Installed Software with PowerShell: A Free Tool
Build a free tool to quickly and easily list installed software on multiple Windows computers using PowerShell.
- Automate UltraVNC Silent Install with PowerShell
Deploy UltraVNC across your computers with a script to automate the silent install process.
- PowerShell String Formatting: Master the Basics
Learn the essentials of PowerShell string formatting, including expanding and manipulating strings.
- Build Interactive PowerShell Menus
Create simple and engaging PowerShell menus to enhance your scripts and improve user experience.
- PowerShell Type Casting: Convert Strings, Dates, and More
Learn how to use PowerShell to convert strings to ints, dates, and other data types through type casting.
- Active Directory Automation: PowerShell Scripts Galore
Discover a massive collection of PowerShell scripts for automating processes in Active Directory.
- Master PowerShell Testing with Pester
Write effective PowerShell tests using the Pester testing framework, as taught by the author of The Pester Book.
- Automate File Transfers with PowerShell & Scheduled Tasks
Set up automated file transfers using PowerShell and create scheduled tasks to run your script on a recurring basis.
- PowerShell AST: Meta Scripting Unleashed
Learn how to use PowerShell AST to analyze and manipulate PowerShell scripts in this intriguing tutorial.
- PowerShell DNS Zone Management Made Easy
Save time and effort by using PowerShell to add and manage DNS zones in this step-by-step tutorial.
- GoverLAN Review: An MVP's Honest Take
Read a genuine GoverLAN review from a Microsoft MVP, providing an unbiased perspective on this IT management tool.
- Softerra Adaxes: Simplify Active Directory Management
Get an in-depth overview of Softerra Adaxes, the product that simplifies Active Directory management with an intuitive interface.
- Unlock File Locks: Sysinternals Handle & PowerShell
Discover what process has a file locked. Learn to use Sysinternals Handle with PowerShell.
- Python 3.6 Installation Guide for Windows, macOS, and Linux
Step-by-step tutorial on installing Python 3.6 on Windows, macOS, or Linux, perfect for IT professionals and developers.
- Temp File Cleaner: A PowerShell Script Guide
Reclaim your storage space. Learn to build a custom temp file cleaner with PowerShell.
- Build Your Own HTTP Monitor with PowerShell
Ensure your web service's uptime with a custom HTTP monitor. A beginner-friendly guide to coding in PowerShell.
- Place PowerShell Variables in Strings: Quick Tips
Learn to handle PowerShell variables in strings effectively. Account for null values like a pro.
- WireShark DNS Filtering: A PowerShell Setup Guide
Setup WireShark DNS filters like a pro. Step-by-step guide on tracking down Iterative DNS queries.
- Troubleshoot Connectivity with Test-NetConnection
Solve network issues with ease. Learn how to utilize Test-NetConnection in PowerShell.
- Packet Capture with Netsh Trace: A PowerShell Guide
Perform packet captures without extra software. Learn how to use the Netsh Trace command effectively.
- Decipher SCCM Client Logs with PowerShell
Read and interpret SCCM client logs effortlessly using PowerShell. Step-by-step guide inside.
- Understanding PowerShell EQ Operators
Master the EQ, NE, CEQ, and CNE PowerShell comparison operators. A tutorial by a PowerShell MVP.
- Managing IIS App Pools: A PowerShell Tutorial
Learn to create, modify, and remove IIS application pools using PowerShell. Your guide to efficient IIS management.
- Active Directory Health Check: PowerShell Scripting
Monitor the health of your Active Directory with our comprehensive PowerShell script. A must-have for IT admins.
- Remove All Java Versions: A PowerShell Script Guide
Get rid of all Java versions with one PowerShell script. An invaluable guide for IT pros.
- Java Deployment Ruleset: Complete Creation Guide
Create and deploy Java deployment rulesets like a pro. Streamline your Java environment management.
- PowerShell Test-Port: A Custom Tool Guide
Build your own port testing tool with PowerShell. Streamline your network diagnostics.
- Dynamic DNS Updates & Permissions: A PowerShell Guide
Secure and automate Dynamic DNS updates and permissions in Active Directory. A hands-on guide using PowerShell.
- Substring Searches in PowerShell: Quick Guide
Easily find substrings within strings using PowerShell. Get the guide to the substring method.
- Array Comparisons Made Easy with PowerShell
Compare arrays like a pro. Learn how to perform complex array comparisons using PowerShell commands.
- Remote Service Logon Accounts: Manage with PowerShell
Set and manage Service Logon Accounts remotely across multiple computers using PowerShell. A must-read for sysadmins.
- Automate PDF Form Filling: A Free Script Guide
Speed up tedious PDF form filling with our free automation script. Make PDF handling a breeze.
- Real-World Async Functions in PowerShell
Improve script performance with asynchronous functions in PowerShell. Learn through real-world examples.
- Write-Log: Creating a Custom PowerShell Logging Function
Streamline your logging process with a custom Write-Log PowerShell function. Make your logs more insightful.
- Mastering IIS Certificate Requests with PowerShell
Secure your IIS websites like a pro. Step-by-step guide to IIS certificate requests and binding using PowerShell.
- Text File Management: How to Read and Edit with PowerShell
Automate text file manipulation. Learn how to read and replace text files effectively with PowerShell.
- Simplify Conditional Logic with PowerShell Ternary Operators
Make your PowerShell scripts cleaner and more efficient by mastering ternary operators. Learn the shorthand of conditional logic.
- Unlock Random Password Generation with PowerShell
Generate ultra-secure passwords in seconds. Make password management stress-free with PowerShell.
- Master DNS Debug Parsing: A PowerShell Guide
Unlock the secrets of DNS debugging with our definitive PowerShell guide. Achieve seamless DNS log parsing.
- Active Setup Registry: Set Values for All Users
Explore the Active Setup registry feature and build a script to set registry values for all users with PowerShell.
- Python WMI: Query WMI on Remote Computers with Linux
Learn to use Python for querying WMI on remote computers from a Linux system, such as Ubuntu.
- Get-ChildItem: List Files & Folders with PowerShell
Discover Get-ChildItem, a PowerShell cmdlet for listing files and folders on a file system via the console.
- Get-Help: Master the Most Popular PowerShell Command
Learn the essential PowerShell Get-Help command, its parameters, and how to use it effectively.
- PowerShell Format-Table: Organize Output in Columns
Master PowerShell Format-Table, a cmdlet for formatting command output as a table with selected object properties.
- Write-Progress: Display Progress Bars in Console
Explore PowerShell Write-Progress, a cmdlet for displaying graphical progress bars and status messages in the console.
- Start-Process in PowerShell: Intuitive Process Launching
Discover PowerShell Start-Process, an intuitive command for starting processes in various ways.
- Get-WmiObject: Query WMI for Computer Information
Learn to use PowerShell to query WMI and retrieve computer information with the Get-WmiObject cmdlet.
- PowerShell Test-Connection: The Modern Ping Test
Master PowerShell test-connection, a cmdlet for performing the popular ping test to remote hosts in a modern way.
- Connect to WSUS Database: Fix SCCM Software Update Point
Learn to connect to a WSUS database and run queries to resolve issues with your SCCM software update point.
- Get-ADComputer: Find Computer OUs in Active Directory
Explore how get-adcomputer, the sibling of Get-ADUser, finds computer OUs instead of users in Active Directory.
- Master Start-Sleep: Pause Scripts Efficiently
Learn to use start-sleep for pausing scripts, especially in while loops that execute code, for better control and efficiency.
- Upgrade to PowerShell 5: Easy Steps & Scripts
Discover how to check your PowerShell version and upgrade to PowerShell 5 with automated processes and helpful scripts.
- Write to Files with PowerShell Set-Content: A Complete Guide
Discover a complete guide on how to write to files using PowerShell and the Set-Content cmdlet, including tips on overwriting files and appending content.
- PowerShell Invoke-Command: A Comprehensive Guide
Learn how to use the PowerShell Invoke-Command cmdlet to execute code inside a PSSession, a commonly used cmdlet for remote management and automation tasks.
- Redirect PowerShell Output to a File with Out-File: A Complete Guide
Discover how to redirect PowerShell output to a file using the Out-File cmdlet with tips on preventing overwriting with the Append parameter
- Copy Files Efficiently with PowerShell Copy-Item: A Comprehensive Guide
Learn how to copy files using the Copy-Item cmdlet, allowing you to copy files, recurse through directories, and use wildcards to select specific files.
- Streamline Employee Onboarding with PowerShell: A Step-by-Step Guide
Discover a step-by-step guide on how to streamline employee onboarding using PowerShell and automate the process with a handy script.
- PowerShell Invoke-WebRequest: A Comprehensive Guide
Learn how to use the PowerShell Invoke-WebRequest cmdlet to send any HTTP verb to a web service, along with common tasks like handling HTTP parameters.
- Interactive PowerShell Scripts with Read-Host: A Complete Guide
Discover the power of Read-Host in PowerShell and learn how to create interactive scripts by prompting users for input and receiving output.
- PowerShell Tee-Object: Redirect Output and Keep It in the Pipeline
Learn how to use the PowerShell Tee-Object cmdlet to redirect output from a command while still keeping it in the pipeline.
- Run PowerShell Scripts in Pulseway: A Step-by-Step Tutorial
Explore a step-by-step tutorial on running PowerShell scripts in Pulseway and get some great ideas for your IT operations.
- Master ScriptRunner: Streamline PowerShell Management
Discover ScriptRunner, the ultimate tool for running, managing, and auditing PowerShell scripts, perfect for IT professionals and sysadmins.
- Query Event Logs Efficiently with PowerShell Get-EventLog
Learn how to efficiently query event logs using the PowerShell Get-EventLog cmdlet and its basic filtering ability.
- Learn File Deletion Tracking with PowerShell and Netwrix Auditor
Find out how to track file deletions using PowerShell and Netwrix Auditor in this step-by-step tutorial.
- PowerShell Get-Credential Cmdlet for Managing Credentials
Discover how to manage credentials using the PowerShell Get-Credential cmdlet and learn more about credential management in this post.
- Appveyor & PowerShell: API Token Integration
Integrate Appveyor with PowerShell using API Tokens. A unique guide for DevOps and IT professionals.