Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import-module bitstransfer
  2. $finalguid = Start-BitsTransfer -Asynchronous -Source @SourceFile@ -Destination @Installer_zip_Path@ | select -ExpandProperty jobid | select -ExpandProperty guid
  3. write-output $finalguid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement