Is this behavior expected? I.e. the default directory changes from 'C:\temp' to 'C:\users\mintz\documents' for the PSHELL command.
Code:
[C:\Temp]
$ pshell /s "pwd"
Path
----
C:\Users\mintz\Documents
[C:\Temp]
$ powershell -command "PWD"
Path
----
C:\Temp