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…
Last Update: Mar 13, 2025
Databases are the primary containers for your SQL Server relational database objects. Some of the main relational database objects that are contained in SQL Server databases include: tables, schema, indexes, views, logins, security and roles. You can create a SQL database plus there are a number of built-in SQL system databases including the master, model, msdb and tempdb databases. Technically, SQL Server supports a…
Last Update: Jan 08, 2024
This short guide will provide a top-level overview of the crucial Azure cloud security controls and best practices to be aware of. The highlighted suggestions will provide you with options worth considering for deployment across your estate to strengthen your security posture and mitigate the evolving number and severity of cloud-based threats and risks that…