PowerShell Get Disk Information

The Get-Disk cmdlet in PowerShell gets all disks visible to the operating system. It returns physical disk objects like basic disks and partitioned drive partitions. …

Read more

PowerShell Get-WindowsOptionalFeature

Use the Get-WindowsOptionalFeature cmdlet in PowerShell to get information about all features including the optional features in the Windows image. The Get-WindowsOptionalFeature is used to …

Read more