#set-partition

Forum discussion tagged with #set-partition.
  1. etord72

    [SOLVED] Powershell's cmdlet "Get-Partition" started to give error messages again

    Hi, I've been using the following command line in a macro: PS C:\directories> Get-Partition -DriveLetter W | Set-Partition -NewDriveLetter G It worked just fine for a while, then started to give this error message: Set-Partition : The operation failed with return code 42012 Activity ID...
  2. etord72

    [SOLVED] Powershell's cmdlet "Get-Partition" started to give error message

    Hi, for years I've been using the PowerShell's commands GET-PARTITION and SET-PARTITION to change drive letters using a macro, without any issue.Recently, PowerShell started giving the "INVALID PROPERTY" error message (see below). I can't tell when this started to happen, but I recently ran some...