@Kdio
Take a few minutes to explore Powershell.
Start with something straightforward and relevent. E.g., the "Get-Disk" cmdlet.
"Get-...." cmdlets only provide information (lots of it sometimes) and do not change anything.
Basically, you are getting data/information directly via Microsoft/Powershell with many options available that you can directly control and manage.
Actually many 3rd party tools, apps, etc. do much the same with added code for user friendliness and cosmetics. For a price....
"Get-" cmdlets are just a starting point. Powershell has more cmdlets with more power and detailed end results.
One way to discover more about Powershell is to google "Powershell, Get, and then a few descriptive words about what subject you wish to find and learn more about.
FYI:
https://learn.microsoft.com/en-us/powershell/module/storage/get-partition?view=windowsserver2022-ps
Use the cmdlets to get another view about what Windows is "seeing" on your system with respect to disk drives, partitions, etc..
No harm in looking.
Take a few minutes to explore Powershell.
Start with something straightforward and relevent. E.g., the "Get-Disk" cmdlet.
"Get-...." cmdlets only provide information (lots of it sometimes) and do not change anything.
Basically, you are getting data/information directly via Microsoft/Powershell with many options available that you can directly control and manage.
Actually many 3rd party tools, apps, etc. do much the same with added code for user friendliness and cosmetics. For a price....
"Get-" cmdlets are just a starting point. Powershell has more cmdlets with more power and detailed end results.
One way to discover more about Powershell is to google "Powershell, Get, and then a few descriptive words about what subject you wish to find and learn more about.
FYI:
https://learn.microsoft.com/en-us/powershell/module/storage/get-partition?view=windowsserver2022-ps
Use the cmdlets to get another view about what Windows is "seeing" on your system with respect to disk drives, partitions, etc..
No harm in looking.