Some more notes:
- "net use" still works in PowerShell
- Unfortunately, new-psdrive does not support alternate credentials
- You can use UNC paths EVERYWHERE in PowerShell, unlike cmd. Try "cd \\server\share" sometime, works fine.
- Look at the help for the
New-PsDrive cmdlet, especially example #4