I have been working a pretty simple PowerShell script to retrieve phone data on a given device. I thought this was going to be simple but I have been hitting allot of errors when I try to run this script. if ($null -eq $cred ){ Get-Credential}Functio...