Fix path for Create-MIMMailboxApp.ps1 script#311
Fix path for Create-MIMMailboxApp.ps1 script#311akosre wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
Corrected the file path for Create-MIMMailboxApp.ps1 script location.
|
@akosre : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @EugeneSergeev |
There was a problem hiding this comment.
Pull Request Overview
Updates documentation to correct the file path location of the Create-MIMMailboxApp.ps1 script.
- Adjusts path reference for where the script can be found.
- Only one markdown file modified with a single line change.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ### 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*. |
There was a problem hiding this comment.
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.'
| *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* |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Corrected the file path for Create-MIMMailboxApp.ps1 script location.