On my dev server I can type in enter-pssession –computername, add the SharePoint snap in, and I can run get-spfarm without a problem. when I run the same command on our production server I get a permission error (cannot access the local farm). I looked at the event viewer and I’m seeing login failed for nt auth\anon logon for the sharepoint_config database. If use enter-pssession –computer –athentication credssp –credential, I can run get-spfarm without any problems.
Do you know why I have to send the auth type for my production server? The only difference between my two sharepoint servers is the dev box is a single server and the production is a two server setup.
never mind it’s because I’m running a two server setup.