1. Atkinson, J. (2016). PowerForensics - PowerShell for Forensics. In his presentation at the SANS DFIR Summit, the creator of PowerForensics explains the functionality of the module. The Get-ForensicPartitionTable cmdlet is described as being capable of parsing both MBR and GPT structures from a raw disk. (Reference: SANS DFIR Summit 2016 presentations and associated whitepapers).
2. PowerForensics Official Documentation. The documentation for the Get-ForensicPartitionTable cmdlet explicitly states its purpose: "Get-ForensicPartitionTable parses the Master Boot Record (MBR) or GUID Partition Table (GPT) from a specified disk." This confirms its dual capability. (Source: PowerForensics GitHub Repository, Get-ForensicPartitionTable.ps1 function documentation).
3. Ligh, M. H., Case, A., Levy, J., & Walters, A. (2014). The Art of Memory Forensics: Detecting Malware and Threats in Windows, Linux, and Mac Memory. While focused on memory, this and similar advanced digital forensics academic texts discuss the importance of tools that can directly parse file system and disk structures like MBR and GPT. PowerShell-based tools like PowerForensics are cited as modern solutions for such tasks. The principle of needing a tool to handle both MBR and GPT is a foundational concept in disk forensics. (Section: Disk and File System Analysis).