How can we submit request for adding Users ,Group in ServiceNow to add in MS Azure using Powershell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 10:48 AM
How can we submit request for adding Users ,Group in ServiceNow to add in MS Azure using Powershell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 11:29 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:48 AM - edited 12-18-2024 11:03 PM
Thank you Abhay,
Please provide the details for the same.