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

PowerShell Run Batch File

A batch (bat) file is a very popular method to automate tasks in Windows environments. However, PowerShell is also used to automate tasks, you may …

Read more