Mike Kanakos profile picture

Follow Mike

Mike Kanakos

Petri Contributor

Mike Kanakos is a Microsoft MVP employed by InvisAlign as a Senior Infrastructure Tools Engineer. He spends his day creating automation to build and maintain Azure Active Directory, Active Directory, Single Sign-on applications and Certificate Services infrastructures.

Besides being a Microsoft MVP, Mike is an active PowerShell community member and tech blogger who writes about PowerShell, Cloud services, and automation on his blog (see link below).

He leads the Research Triangle PowerShell Users Group (https://rtpsug.com) and also serves as Director of Community Engagement for PowerShell.org (https://PowerShell.org).

LATEST

PowerShell

What is PowerShell and How to Get Started With It?

Last Update: Mar 22, 2024

PowerShell is a cross-platform object-oriented language and shell that IT pros can use to manage computers running Windows, Linux, and macOS. PowerShell can automate tasks across thousands of computers simultaneously. If you’ve ever wondered what PowerShell is and what it’s for, this article aims to answer some of the most common questions you may have…

View Article
PowerShell

PowerShell Set Environment Variable – A Step-By-Step Guide

Last Update: Jan 30, 2024

Environment variables are essential for accessing command line tools and controlling program execution in operating systems. In Windows, PowerShell provides a convenient way to manage and access environment variables. You can set the environment path, edit existing paths, and handle the user profile on your computer. In this step-by-step guide, we’ll explore what environment variables…

View Article
PowerShell

How to Create Files and Folders with PowerShell

Last Update: Oct 16, 2023

When you need to create files and folders on a Windows PC, using the GUI seems the most intuitive way to do it. However, PowerShell can intelligently create multiple files and folders in bulk. This is a pretty common task for almost any IT professional, and in this guide, we’ll show you how to create…

View Article