Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

enter-pssession

$
0
0

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? 


Viewing all articles
Browse latest Browse all 6937

Trending Articles