Tag: Powershell

PowerShell Core for Linux Administrators Cookbook
PowerShell Core for Linux Administrators Cookbook
Ebooks

PowerShell Core, the open source, cross-platform that is based on the open source, cross-platform .NET Core, is not a shell that came out by accident; it was intentionally created to be versatile and easy to learn at the same time. PowerShell Core enables automation on systems ranging from the Raspberry Pi to the cloud. In… READ MORE

Fun with Azure Automation and Table Service REST API
Fun with Azure Automation and Table Service REST API
Blog Posts

I love PowerShell and I really love to automate things! I recently started looking into leveraging Azure services for some automation tasks and discovered how powerful it could be. I also had a lot of fun doing it and wanted to share some of what I learned. Azure Automation is for scheduling tasks or scripts that run… READ MORE

Talking to your Security Team about PowerShell and dbatools
Talking to your Security Team about PowerShell and dbatools
Blog Posts

Last year, during our PASS Summit and SQL Bits precons, we highlighted the reasons that PowerShell is even more secure than GUI administration. I even created a cute lil logo for it 😁 Recently, our team had a discussion about security in #dbatools-dev and I realized I should probably highlight why PowerShell and dbatools are ideal for every organization, including security-minded organizations. If you’re… READ MORE

Getting started with Graph API and PowerShell
Getting started with Graph API and PowerShell
Blog Posts

If you haven’t heard about Microsoft Graph API lately, you have probably been living outside of civilization. Graph API is Microsoft’s master communication service that connects and handles data between almost any Azure or Microsoft 365 service in the background. If you are already used to PowerShell and modules, the toolkits you use to work… READ MORE

SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
Blog Posts

Requirement:  Generate a permission report to audit a specific user’s permissions in given SharePoint Online site collection, sub-sites, all its lists, libraries and list items. SharePoint Online PowerShell permissions report This PowerShell script checks user permissions and exports the findings into a CSV file. How to run this script? Just change the Parameters from Line#6 to… READ MORE

PowerShell Cheat Sheet
PowerShell Cheat Sheet
Blog Posts

When it comes to running commands on Windows, PowerShell has become somewhat of an ace in the hole. For years enthusiasts were limited to the confines of the Windows command line but in 2006, PowerShell emerged as a powerful alternative. In this article we break down what PowerShell is, and provide you a definitive cheat… READ MORE

Azure Firewall (Public Preview) Automation – Part 1
Azure Firewall (Public Preview) Automation – Part 1
Blog Posts

When it comes to automation, there are number of scenarios which come to your mind. It may be simply using PowerShell to manage your Azure Firewall (e.g. getting Azure Firewall resources information, retrieving rule collection, adding a new rule or so on). More advanced, it can be a scheduled automation job running to continuously maintain Azure Firewall.… READ MORE

Adding Guest Users to Azure AD from Excel with PowerShell
Adding Guest Users to Azure AD from Excel with PowerShell
Blog Posts

Sharing access across different tenants in one of the key benefits of Azure AD. My customers appreciate that they can provide azure-based solution to their cooperated users and to guest users as well. Cooperated users include users from the group and subsidiaries. They all can access resources with one identity – on-premises and in the… READ MORE