Skip to content

Conversation

@SteveL-MSFT
Copy link
Contributor

PR Summary

Update to reflect code changes in behavior to construction of PSModulePath in PS7 and also modification of PSModulePath when starting WinPS or ISE

PR Context

Fix #5378

Select the type(s) of documents being changed.

Cmdlet reference & about_ topics

  • Version 7.x preview content
  • Version 7.0 content
  • Version 6 content
  • Version 5.1 content

Conceptual articles

  • Fundamental conceptual articles
  • Script sample articles
  • DSC articles
  • Gallery articles
  • JEA articles
  • WMF articles
  • SDK articles

PR Checklist

  • I have read the contributors guide and followed the style and process guidelines
  • PR has a meaningful title
  • PR is targeted at the staging branch
  • All relevant versions updated
  • Includes content related to issues and PRs - see Closing issues using keywords.
  • This PR is ready to merge and is not Work in Progress
    • If the PR is work in progress, please add the prefix WIP: or [ WIP ] to the beginning of the
      title and remove the prefix when the PR is ready.

@SteveL-MSFT SteveL-MSFT requested a review from sdwheeler February 7, 2020 22:38
@opbld32
Copy link

opbld32 commented Feb 7, 2020

Docs Build status updates of commit bfbf9df:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/7.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ⚠️Warning View (powershell-7) Details

reference/7.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

  • [Warning] Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler merged commit e195f96 into MicrosoftDocs:staging Feb 7, 2020

PowerShell sets the value of `$PSHOME\Modules` in the registry. It sets the
value of `$HOME\Documents\PowerShell\Modules` each time you start PowerShell.
PowerShell will prefix the user module path, the shared module path, and the $PSHOME
Copy link
Contributor

Choose a reason for hiding this comment

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

PowerShell prefixes the user module path....

Remove future tense.

System in Control Panel to change the value of the `PSModulePath` environment
variable in the registry.

When starting Windows PowerShell or PowerShell ISE, PowerShell will remove the
Copy link
Contributor

Choose a reason for hiding this comment

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

When starting Windows PowerShell or PowerShell ISE, PowerShell removes the

Remove future tense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document changes to PSModulePath behavior in v7

4 participants