Sunday, September 16, 2012

User PSExec to remote deploy EV outlook plug-in

psexec \\<computer_name> -u "user" -p "pass" cmd /c "msiexec.exe /i "\\<Computer_name or IP_address>\Public_Share\EV\en.msi" /q /norestart"

Print Friendly and PDF
Share/Bookmark

2 comments:

  1. Hello,

    Careful using the -u and -p switches with psexec. Credentials are transferred in plain text.

    If you leave the switches out it will authenticate using Windows Network Logon which should be fine assuming your running CMD as a Domain Admin or any account that has Admin rights over the PC.

    ReplyDelete
    Replies
    1. Hello Jake,

      Good sharing. It is very useful.

      Thank you.

      Billy

      Delete