init.ps1
# use this file to define global variables on module scope # or perform other initialization procedures. # this file will not be touched when new functions are exported to # this module. $PartitionType = @{ EFI = '{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}' # Start-Partition for UEFI-BIOS MSR = '{e3c9e316-0b5c-4db8-817d-f92df00215ae}' # Microsoft Reserved, Optional BaseData = '{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}' # Data-Partitions LDMMetaData = '{5808c8aa-7e8f-42e0-85d2-e1e90434cfb3}' # Only for Dynamic Disks LDMData = '{af9b60a0-1431-4f62-bc68-3311714a69ad}' # Only for Dynamic Disks } |