In the ever-changing world of IT, aligning strategic objectives with evolving user needs and business goals is a formidable challenge, especially in large, multifaceted organizations. In a recent interview on Petri’s UnplugIT podcast, Tim Aberle, a principal IT architect at a Fortune 500 entertainment company, shed light on this intricate process. The insights he provided…
Artificial intelligence (AI) has rapidly evolved from a sci-fi fantasy to a part of the everyday vernacular for individuals and businesses alike. The guidance and insights in this blog post dissect how AI can apply to all aspects of ESG compliance and how companies like Microsoft are shining examples of how to integrate responsible AI…
As Azure Stack HCI becomes more common in datacenters and at the network edge, I would like to highlight some frequently asked questions I have encountered during the last few months about software and Azure Stack HCI antivirus. Does Microsoft support third-party software on Azure Stack HCI? In general, you can say “Microsoft does not…
Last Update: Nov 19, 2024
PowerShell is considered secure by default due to various design principles and features that Microsoft incorporated into its architecture. These measures aim to ensure that PowerShell provides a robust, yet safe, scripting environment for system administration tasks. One feature of PowerShell that contributes to this are known as execution policies, which can be set using…
Last Update: Jul 24, 2025
In this article, you’ll learn some strategies to upgrade to Windows 11, including learning about the planning and readiness phase. At times, I feel like the lion in Narnia – Aslan – being lectured and roaring back: Do Not Cite The Deep Magic To Me… I Was There When It Was Written. But I was…
This short guide explains how Microsoft Azure penetration testing solutions can work to enhance a native public cloud platform within Azure, and what IT professionals can do to proactively defend against evolving numbers of serious threats, thus bolstering their security posture. As far as public cloud infrastructure solutions go, there is perhaps none more versatile…
Last Update: May 06, 2025
The Get-ADComputer PowerShell cmdlet is a powerful tool for managing AD computers. It can be used to retrieve information about computer objects, search for computer objects based on specific criteria, and perform various actions on computer objects. What is Get-ADComputer used for? Get-ADComputer is a PowerShell cmdlet that retrieves one or more computers from Active…
Docker is a popular software platform that developers can use to run applications inside a lightweight environment known as a Docker container. You can run Docker containers using standard Docker images found on the Docker hub. However, you can also use a Dockerfile to create a Docker image with a specific configuration. In this article,…
Last Update: Jan 08, 2024
As Azure Stack HCI becomes more widely deployed in datacenters and at the edge, I would like to highlight some frequently asked questions I have encountered during the last few months on Azure Stack HCI network requirements. Azure Stack HCI Network Requirements This series will focus on frequently asked questions about Azure Stack HCI and…
Once you have created a user database, you can begin to create tables using the SQL CREATE TABLE statement. Databases typically have many different tables. If you haven’t yet created your first database in SQL Server, check out this article on Petri about how to create a SQL database using the SQL CREATE DATABASE statement. Tables are structures…