Powershell performance degraded when importing Az modules
I’m observing a strange performance hit in one my Powershell scripts when I import some Az modules.
Powershell performance degraded when importing Az modules
I’m observing a strange performance hit in one my Powershell scripts when I import some Az modules.
Powershell performance degraded when importing Az modules
I’m observing a strange performance hit in one my Powershell scripts when I import some Az modules.
New to Powershell Scripting [closed]
Closed 2 days ago.
How can i get all apps in an Azure App service using az cli?
I am trying to get all apps in an Azure App service. Because i want to see which are the orphaned App Service Plans.
Receiving error when trying to export the list of azure users in Powershell
I’m trying to follow the steps in this article to get the list of users from azure using Powershell but the system is unable to load the module.
What am I doing wrong?
PowerShell list virtual directories inside azure storage account
The below PowerShell script provides directory details filtered with directory name “internal” and tag name ” Business” also with container name “landing”, I noticed few storage accounts with project directories inside directory “internal” and trying to list them all in the output.
How can i get App service environment settings from Azure in an excel file using powershell?
I want to be able to be able to get the environement settings of an app service in azure and display the values in an excel spreadsheet using powershell .
connect to azure ad with serviceprincipal to get a listing of users and info
trying to connect to azure ad and get a listing of accounts that match a specific company and get a file with the account info. the script works if I use an interactive login but I need to automate this with the serviceprincipal login. get an error at get-azureaduser in this script. what am I doing wrong?
PowerShell script to list Azure storage blobs
I have this requirement to get storage account details and list storage blobs filtered out by specific container “test”. I got this reference code from stackoverflow which will output the container based on tag value. I tried adding the “if” condition to the same script to filter container details which isn’t giving any results, also unsure how to list blobs in the same script filtered by container “test”.