Advertisement
Guest User

Untitled

a guest
Mar 7th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. wmic /node:"[HOST]" /user:"[USER]" /password:"[PASS]" product call install true ,"", "\[HOST]D$WebsitesDirectoryProduct.*.msi"
  2.  
  3. for %%f in (*.msi) do (
  4. wmic /node:"[host]" /user:"[user]" /password:"[pass]" product call install true, "", "\[host]D$WebsitesDirectory%%f"
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement