spaces, style and grammar - #13245
Conversation
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 |
There was a problem hiding this comment.
Pull request overview
This PR makes style, spacing, and grammar cleanups across the PowerShell 7.7 CIM cmdlet reference docs to improve consistency and readability.
Changes:
- Normalizes phrasing/capitalization (for example “this example…”) and hyphenation (“client-side”).
- Fixes minor punctuation/spacing issues and improves inline-code formatting.
- Updates some example URI strings in
Remove-CimInstance.md(one of these updates appears to introduce an inconsistency that should be corrected).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| reference/7.7/CimCmdlets/Set-CimInstance.md | Formatting and grammar tweaks in examples and narrative text. |
| reference/7.7/CimCmdlets/Remove-CimInstance.md | Punctuation cleanup; ResourceUri examples changed scheme (needs correction for consistency). |
| reference/7.7/CimCmdlets/New-CimSessionOption.md | Inline code formatting for Cert: drive reference. |
| reference/7.7/CimCmdlets/New-CimInstance.md | Hyphenation consistency (“client-side”). |
| reference/7.7/CimCmdlets/Invoke-CimMethod.md | Hyphenation consistency (“client-side”). |
| reference/7.7/CimCmdlets/Get-CimAssociatedInstance.md | Grammar tweak in parameter description. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - `https://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_LogicalDisk` | ||
| - `https://intel.com/wbem/wscim/1/amt-schema/1/AMT_GeneralSettings` | ||
|
|
||
| By default, if you do not specify this parameter, the DMTF standard resource URI | ||
| `http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/` is used and the class name is appended to it. | ||
| `https://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/` is used and the class name is appended to it. |
There was a problem hiding this comment.
fixed
|
Learn Build status updates of commit 40aa7cf: ✅ 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 883c70b: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Note: i have not checked nor fixed the lower version folders.
I can do that as well in a separate PR, but im going over 7.7 first.
PR Checklist