PowerShell/Docs/list-os.md

27 lines
612 B
Markdown
Raw Normal View History

2022-11-17 19:46:02 +01:00
## list-os.ps1 - Lists the operating system version
This PowerShell script lists the exact operating system version.
## Parameters
```powershell
list-os.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./list-os
```
## Notes
Author: Markus Fleschutz | License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1*