Question : Can not access windows from vmware

Hello,
I have installed windows xp on vmware 6.5.1 ( underline os is windows 7).
I can not access the internet and i can not see the underlying os.
Can you please help me with that?

Answer : Can not access windows from vmware

I just ran this in my lab - works fine without the -accessrights parameter

Also, you could run the following command to remove all invalid users from public folder client permissions
Get-PublicFolder <TopOfFolderPathToStart>  -recurse  | Get-PublicFolderClientPermission | Where-Object {$_.User -like "NT User:*"} | Remove-PublicFolderClientPermission -Confirm:$false
Random Solutions  
 
programming4us programming4us