How can we submit request for adding Users ,Group in ServiceNow to add in MS Azure using Powershell?

VIKASM535239375
Kilo Sage

How can we submit request for adding Users ,Group in ServiceNow to add in MS Azure using Powershell?

 

 

2 REPLIES 2

Abhay Kumar1
Giga Sage

@VIKASM535239375 To submit a request for adding users and groups in ServiceNow to be added to Microsoft Azure using PowerShell, you can create an integration process that uses ServiceNow REST APIs for submitting requests and Azure AD PowerShell cmdlets to manage users and groups in Azure.

1. Set up ServiceNow to handle the request.

2. Create an Integration Script in ServiceNow to trigger PowerShell.

3. Use PowerShell to interact with Azure AD.

4. Return the results to ServiceNow.

Hope this will help you.

 

Thank you Abhay,

 

Please provide the details for the same.