all

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • all
    Participant

    So I get RPC unavailable for this command:

    get-wmiobject win32_service -computername servername

    But this command works:

    Invoke-Command -ComputerName servername -Authentication Negotiate -ScriptBlock {Get-WmiObject win32_SystemEnclosure} -Credential (get-credential)

    I also tried specifying credentials in PatchBatch but still get an error.

    all
    Participant

    Any other tools I could try to troubleshoot this?

    all
    Participant

    Getting same error.

    I’m able to ping by name, able to access ADMIN$ share. I enabled printer and file sharing. still getting:

    Error 1601: Failed to retrieve WMI info. The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

    I tried portqry -n servername -e 135 and getting:

    TCP port 135 (epmap service): FILTERED

    Also tried turning off windows firewall completely.

    Seems like another service is using port 135.Been going around in circles for a few days now. Anything else I could try?

Viewing 3 posts - 1 through 3 (of 3 total)