Tag: Powershell

How to Migrate Azure PowerShell from AzureRM to the new Az Module
How to Migrate Azure PowerShell from AzureRM to the new Az Module
Blog Posts

In December, Microsoft released version 1.0.0 of the new Az Module. Az is a cross-platform PowerShell module to manage resources in Azure that is compatible with both WindowsPowerShell and PowerShell Core. Why to migrate to Az? Az is written from ground up in .NET Standard which allows us to use the module in PowerShell Core on Windows, MacOs or Linux platforms. It is… 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

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

Data Discovery and Classification Done with PowerShell
Data Discovery and Classification Done with PowerShell
Blog Posts

Data discovery and classification isn’t just done with high-end, expensive software. Using the PowerShell scripting language, you can build custom tools that compare to the features you get paying thousands of dollars for free! Data Discovery Figuring out where all your data resides can be a daunting task. With so many data sources like databases,… READ MORE

Azure Advanced Threat Protection Deployment
Azure Advanced Threat Protection Deployment
Blog Posts

In this blog post, I will be talking about Azure advanced threat protection deployment, and walk you through my experience doing large implementation in an environment with virtual domain controllers hosted on VMware clusters. You can also read about Azure advanced threat protection lateral movement, Azure ATP and Windows Defender ATP integration, and Azure ATP vs ATA. Azure advanced threat… READ MORE