Every time I start a PowerShell terminal on my Windows VMware Fusion virtual machine I have to map the host drive of my MacBook Pro. I execute this command in PowerShell:
New-PSDrive -Name z -Root "\\vmware-host\Shared Folders" -PSProvider FileSystem -Scope Global -Persist:$true