Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MIMDocs/install-mim-service-portal-azure-ad-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Application context authentication scenario requires you to register an applicat

### Registering application using a PowerShell script

*Create-MIMMailboxApp.ps1* script could be found either in *Scripts.zip/Scripts/Service and Portal* or in *Service and Portal.zip\Service and Portal\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts*.
*Create-MIMMailboxApp.ps1* script could be found either in *Scripts.zip/Scripts/Service and Portal* or in *Service and Portal.zip\Service and C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts*.
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated path combines an archive-relative path (Service and Portal.zip\Service and ...) with an absolute Windows path (C:\Program Files\...) resulting in an invalid/ambiguous location. Suggest separating them clearly, e.g.: 'Create-MIMMailboxApp.ps1 script can be found either in Scripts.zip\Scripts\Service and Portal or in Service and Portal.zip\Service and Portal\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts, or after installation at C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts.'

Suggested change
*Create-MIMMailboxApp.ps1* script could be found either in *Scripts.zip/Scripts/Service and Portal* or in *Service and Portal.zip\Service and C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts*.
The *Create-MIMMailboxApp.ps1* script can be found in one of the following locations:
- In the archive: *Scripts.zip/Scripts/Service and Portal* or *Service and Portal.zip/Service and Portal/Program Files/Microsoft Forefront Identity Manager/2010/Service/Scripts*
- After installation: *C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Scripts*

Copilot uses AI. Check for mistakes.

Unless your MIM Service mailbox is hosted in a national or government cloud, the only parameter you need to pass to the script is MIM Service email, for example, MIMService@contoso.onmicrosoft.com.

Expand Down