How to Use PowerShell to Manage Folder Permissions
by Adam Bertram
Looking to manage folder permissions with Powershell? This is the easy way to accomplish that task.
Entrepreneur, hustler, husband, dad, Automator, content producer, published author, Microsoft MVP, DevOps pro and passionate problem-solver.
by Adam Bertram
Looking to manage folder permissions with Powershell? This is the easy way to accomplish that task.
with 1 Comment by Adam Bertram
With the advent of cloud services, PowerShell is more important than ever. The Invoke-RestMethod and Invoke-WebRequest functions of PowerShell allow easy interactions with an API and aid in creating complex workflows.
by Adam Bertram
Microsoft offers a highly flexible and easy to use web application service. With the myriad of languages, runtimes, and options available for web applications, managed services make application deployments and configuration exceptionally easy.
by Adam Bertram
Azure Active Directory makes running one of the most commonly used and useful directory services easy to do and with minimal maintenance and overhead
by Adam Bertram
With Microsoft Azure's API Management service, you can easily proxy an existing API and modify the input and output before that data is received or sent.
with 1 Comment by Adam Bertram
Windows is notorious for the number of system updates that are necessary and how often they come out. These updates are important, not only to keep your system running well, but also to keep your system secure. Of course, managing these updates can sometimes be a pain, especially if you aren't aware of what is… Read More
with 1 Comment by Adam Bertram
PowerShell isn't just a command-line tool for system administrators. Even savvy Windows 10 users can take advantage of the capabilities built-in to make changes to their OS.
by Adam Bertram
There are many ways to configure Microsoft Terminal to fit your needs. Each release has refined or expanded upon the available customization options.
by Adam Bertram
PowerShell function that supports the WhatIf parameter and how you can use it to make your PowerShell functions even more solid
by Adam Bertram
Why you should use the EXOv2 PowerShell module and how it can benefit you as an Office365 administrator.
with 1 Comment by Adam Bertram
One of the most popular tools for managing multiple remote desktop connections has been the Microsoft Remote Desktop Connection Manager.
by Adam Bertram
Most system administrators need to connect to many different systems, often in a variety of ways. There are several tools out there that offer this ability, but one of the more popular tools available is that of mRemoteNG. Originally a fork of mRemote, mRemoteNG adds many new features to mRemote. Features To support the many… Read More
by Adam Bertram
File Servers - We all have them in one form or another. These servers tend to grow exponentially more critical than what we imagined when deploying them. They were also quite cumbersome to migrate until Microsoft released its Storage Migration Service. But there is one important scenario that it does not cover - consolidating multiple… Read More
by Adam Bertram
Any terminal output in PowerShell is controlled by formatting files. Oftentimes, it is very useful to display more information about a given object than the default views offer. Since the early days of PowerShell, there has been an option to modify this display by using Format.ps1xml files. The biggest change to formatting, in recent years,… Read More
with 1 Comment by Adam Bertram
With the introduction of PowerShell Core and now PowerShell 7, the cross-platform capabilities of PowerShell have also brought new challenges. System administrators used to working on Windows systems that now operate cross-platform need to be able to handle permissions in similar ways.