style-guide, pages/windows/*: add note for PowerShell descriptions (#12904)

*: add note for pwsh descriptions

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2024-06-07 15:34:32 +05:30
committed by GitHub
parent 52d6420f62
commit a8ec294384
29 changed files with 29 additions and 29 deletions

View File

@@ -103,7 +103,7 @@ Thus, if the command or its options are unavailable or contain different behavio
# Clear-RecycleBin
> Clear items from the Recycle Bin.
> This command can only be used through PowerShell versions 5.1 and below, or 7.1 and above.
> Note: This command can only be used through PowerShell versions 5.1 and below, or 7.1 and above.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/clear-recyclebin>.
```