$ 0 0 Summary: Use Windows PowerShell to build a path to the system32 directory. I need to build a path to the Windows\system32 directory. How can I do this? Join-Path -path (get-item env:\windir).value -ChildPath system32