Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 863 Bytes

DiskManagement

Description

Gather disk facts and select and manage a disk, its partitions and file systems.

Cmdlets

The DiskManagement module exports two Cmdlets:

  • Get-DiskFacts (alias Get-DiskInfo)
  • Edit-Disk (alias Manage-Disk)

Documentation

For a detailed documentation of this Cmdlets please read the help sections in DiskManagement.psm1. Once the module is installed on your computer you can also display the help in PowerShell:

  • Get-Help Get-DiskFacts
  • Get-Help Edit-Disk

Links

PowerShell Gallery

PowerShell Gallery

Ansible

If you are using Ansible you can have a look at the corresponding Ansible modules of the Cmdlets: