python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Microsoft Graph in PowerShell, Get-MgUser -Select multiple user properties
I'm working on a script to deactivate inactive users in our Azure AD environment, I have the authentication stage down I'm just having issues parsing through the data correctly to get what I need.
Usi...
Dan
Votes: 0
Answers: 1
How to Set Directory Metadata in Azure File Share directory
I am trying to Set the meta deta of a directory in Azure File share using Powershell. Rest API Documentation is https://learn.microsoft.com/en-us/rest/api/storageservices/set-directory-metadata
If I r...
Samer Singh
Votes: 0
Answers: 1
How to add multiple hostnames using az cli
I want to add multiple hostnames using az cli into app service, I am trying below command but it's only adding single hostname, is there any way to add multiple hostnames using single command, or is t...
Atif
Votes: 0
Answers: 1
Azure DevOps showing "failed" Status under commit history when build is partially succeeded (should show "warning" or similar)
In my pipeline I have a task (among others) that either succeeds or succeeds with issues, controlled by:
if (-Not $packagesAreUpToDate) {Write-Host "##vso[task.complete result=SucceededWithIssues...
Haris H
Votes: 0
Answers: 0