i want to install some msi/exe's remotely but how can i do this?
i was trying out:
Enter-PSSession -ComputerName Tes1 -Credential $cred -EnableNetworkAccess
msiexec .\install_flash_player_17_active_x.msi \q
but that is only giving the pc an process and not really installing it how can i fix that?