Modernize PSList docs and remove duplicate parameter definition#819
Modernize PSList docs and remove duplicate parameter definition#819foxmsft merged 5 commits intoMicrosoftDocs:mainfrom
Conversation
|
Learn Build status updates of commit 037b2ab:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| sysinternals/downloads/pslist.md | View | Details |
sysinternals/downloads/pslist.md
- Line 42, Column 18: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/windows/win32/' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 42, Column 18: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/windows/win32/' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
|
Learn Build status updates of commit 366bdee:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| sysinternals/downloads/pslist.md | View | Details |
sysinternals/downloads/pslist.md
- Line 42, Column 18: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/windows/win32/' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 42, Column 18: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/windows/win32/' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
|
Learn Build status updates of commit 831d072: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Update the publication date for PsList documentation.
|
Learn Build status updates of commit ca6ec14: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 828de64: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Problem: Current PSList documentation references some legacy like Windows 2K and MSDN, and also defines the name parameter twice.
Solution: Move the duplicate definition of the name parameter as an initial example, and remove legacy from the doc.