Skip to content

Comments

Fix path for Create-MIMMailboxApp.ps1 script#311

Open
akosre wants to merge 1 commit intoMicrosoftDocs:mainfrom
akosre:patch-1
Open

Fix path for Create-MIMMailboxApp.ps1 script#311
akosre wants to merge 1 commit intoMicrosoftDocs:mainfrom
akosre:patch-1

Conversation

@akosre
Copy link

@akosre akosre commented Oct 16, 2025

Corrected the file path for Create-MIMMailboxApp.ps1 script location.

Corrected the file path for Create-MIMMailboxApp.ps1 script location.
@prmerger-automator
Copy link
Contributor

@akosre : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @EugeneSergeev

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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*.
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.
@v-dirichards
Copy link
Contributor

@billmath

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged Tracking label for the PR review team label Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants