Create and Configure Azure AD Application using PowerShell
In this article, we will explain how to create a new Azure AD application, configure API permissions, create an Enterprise …
In this article, we will explain how to create a new Azure AD application, configure API permissions, create an Enterprise …
In this post, we are going to share CSOM based PowerShell script to recursively read files from nested local folders …
In PowerShell, the array structure is designed to store a collection of items in a single variable. We can easily …
In this post, I am going to share CSOM based PowerShell script to split a large file into multiple chunks …
We can use the Get-AzureRmVM cmdlet to get the provisioning and power state (running status) of an Azure VM (Virtual …
Write-Output and Write-Host both commands can be used to write string text in the PowerShell console. But there are some differences, Write-Host writes …
Organizations can use Microsoft Teams to collaborate with people outside the organization. Microsoft Teams use the Microsoft 365 Groups (aka …
Microsoft 365 Group (aka Office 365 Group) is a cross-application membership service for Microsoft 365 services such as Microsoft Teams, …
Office 365 Group is now branded as Microsoft 365 Group (aka Unified Group) which is a back-end service for other …
While customizing results in PowerShell, there is a common need to convert a list of strings or an array of …