At work I have no trouble remotely getting information with Powershell but on my home network I cannot.
Is the problem that I am using the Home versions of XP and Vista and not the Professional?
$MyComputer="familypc"
$MyCredential="familypcadmin"
gwmi win32_computersystem -credential $MyCredential -comp $MyComputer | select *