Update powershell.md

This commit is contained in:
Alexandre B 2024-09-14 16:42:10 -04:00 committed by GitHub
parent bf14cecdac
commit 9eb9be3af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,14 @@ To get information about the operating system, run the command below:
Get-WmiObject -Class Win32_OperatingSystem
```
## SYSTEMINFO
__SYSTEMINFO__ displays operating system configuration information for a local or remote computer.
```
SYSTEMINFO /FO LIST
```