PowerShell-Docs icon indicating copy to clipboard operation
PowerShell-Docs copied to clipboard

Update Get-Process -IncludeUserName admin msg

Open jborean93 opened this issue 11 months ago • 2 comments

PR Summary

Updates the example to indicate admins rights are only needed to get the username for processes running as other users. This is a change of behaviour in PowerShell 7.5 which removed the explicit admin check on Windows.

  • The change was made as part of https://github.com/PowerShell/PowerShell/pull/21302 and will be included in the next 7.5 preview.

PR Checklist

  • [x] Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • [x] Summary: This PR's summary describes the scope and intent of the change.
  • [x] Contributor's Guide: I have read the [contributors guide][contrib].
  • [x] Style: This PR adheres to the [style guide][style].

jborean93 avatar Mar 05 '24 06:03 jborean93