Advertisement
taosecurity

Finish with error?

May 16th, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.21 KB | None | 0 0
  1. root@192.168.4.50's password:
  2. +--------------------------------------------------------------------+
  3. ¦ • MobaXterm 11.1 • ¦
  4. ¦ (SSH client, X-server and networking tools) ¦
  5. ¦ ¦
  6. ¦ ? SSH session to root@192.168.4.50 ¦
  7. ¦ • SSH compression : ? (disabled or not supported by server) ¦
  8. ¦ • SSH-browser : ? ¦
  9. ¦ • X11-forwarding : ? (disabled or not supported by server) ¦
  10. ¦ • DISPLAY : 192.168.4.42:0.0 ¦
  11. ¦ ¦
  12. ¦ ? For more info, ctrl+click on help or visit our website ¦
  13. +--------------------------------------------------------------------+
  14. Microsoft Windows [Version 10.0.17763.503]
  15. (c) 2018 Microsoft Corporation. All rights reserved.
  16.  
  17. root@LAPTOP-HT4TGVCP C:\Users\root>cd git
  18.  
  19. root@LAPTOP-HT4TGVCP C:\Users\root\git>dir
  20. Volume in drive C is Windows
  21. Volume Serial Number is DA96-749D
  22.  
  23. Directory of C:\Users\root\git
  24.  
  25. 05/13/2019 09:07 AM <DIR> .
  26. 05/13/2019 09:07 AM <DIR> ..
  27. 05/14/2019 09:35 AM <DIR> DanderSpritz_lab
  28. 01/27/2019 12:16 PM <DIR> detectionlab
  29. 0 File(s) 0 bytes
  30. 4 Dir(s) 408,086,736,896 bytes free
  31.  
  32. root@LAPTOP-HT4TGVCP C:\Users\root\git>cd DanderSpritz_lab
  33.  
  34. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>dir
  35. Volume in drive C is Windows
  36. Volume Serial Number is DA96-749D
  37.  
  38. Directory of C:\Users\root\git\DanderSpritz_lab
  39.  
  40. 05/14/2019 09:35 AM <DIR> .
  41. 05/14/2019 09:35 AM <DIR> ..
  42. 05/13/2019 09:07 AM 77 .gitignore
  43. 05/13/2019 09:07 AM <DIR> answer_files
  44. 05/14/2019 08:08 AM 11,549 danderspritz_lab.json
  45. 05/13/2019 09:07 AM 32,280 DanderSpritz_lab.png
  46. 05/13/2019 09:07 AM 43,402 Doublepulsar_config.png
  47. 05/13/2019 09:07 AM 16,248 DSZ_logs.png
  48. 05/13/2019 09:07 AM 43,114 Fuzzbunch_project.png
  49. 05/14/2019 08:08 AM <DIR> packer_cache
  50. 05/13/2019 09:07 AM 12,788 pc_config.png
  51. 05/13/2019 09:07 AM 28,512 Peddlecheap_connect.png
  52. 05/13/2019 09:07 AM 9,841 README.md
  53. 05/13/2019 09:07 AM <DIR> scripts
  54. 05/13/2019 09:07 AM 4,139 Vagrantfile
  55. 05/13/2019 09:07 AM 918 vagrantfile-windows_10.template
  56. 05/13/2019 09:07 AM 910 vagrantfile-windows_2008_r2.template
  57. 05/13/2019 09:07 AM 902 vagrantfile-windows_7.template
  58. 05/14/2019 09:06 AM 4,910,183,979 windows_10_danderspritz.box
  59. 05/14/2019 09:12 AM 4,325,408,277 windows_2008_r2_dc.box
  60. 15 File(s) 9,235,796,936 bytes
  61. 5 Dir(s) 408,086,736,896 bytes free
  62.  
  63. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>git pull
  64. remote: Enumerating objects: 5, done.
  65. remote: Counting objects: 100% (5/5), done.
  66. remote: Compressing objects: 100% (3/3), done.
  67. remote: Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
  68. Unpacking objects: 100% (3/3), done.
  69. From https://github.com/francisck/DanderSpritz_lab
  70. 428a316..3248fdc master -> origin/master
  71. Updating 428a316..3248fdc
  72. Fast-forward
  73. danderspritz_lab.json | 2 +-
  74. 1 file changed, 1 insertion(+), 1 deletion(-)
  75.  
  76. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>type danderspritz_lab.json
  77. {
  78. "builders": [
  79. {
  80. "type": "virtualbox-iso",
  81. "name": "DanderSpritz-box",
  82. "iso_url": "{{user `iso_url_dsz`}}",
  83. "iso_checksum_type": "{{user `iso_checksum_type_dsz`}}",
  84. "iso_checksum": "{{user `iso_checksum_dsz`}}",
  85. "headless": "{{user `headless`}}",
  86. "boot_wait": "2m",
  87. "communicator": "winrm",
  88. "winrm_timeout": "60m",
  89. "winrm_username": "vagrant",
  90. "winrm_password": "vagrant",
  91. "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
  92. "guest_os_type": "Windows10_64",
  93. "disk_size": "{{user `disk_size`}}",
  94. "floppy_files": [
  95. "{{user `autounattend_dsz`}}",
  96. "./scripts/fixnetwork.ps1",
  97. "./scripts/disable-updates.ps1",
  98. "./scripts/openssh.ps1"
  99. ],
  100. "vboxmanage": [
  101. [
  102. "modifyvm",
  103. "{{.Name}}",
  104. "--memory",
  105. "{{user `memory_size`}}"
  106. ],
  107. [
  108. "modifyvm",
  109. "{{.Name}}",
  110. "--cpus",
  111. "{{user `cpus`}}"
  112. ]
  113. ]
  114. },
  115. {
  116. "type": "virtualbox-iso",
  117. "name": "Domain_Controller",
  118. "iso_url": "{{user `iso_url_dc`}}",
  119. "iso_checksum_type": "{{user `iso_checksum_type_dc`}}",
  120. "iso_checksum": "{{user `iso_checksum_dc`}}",
  121. "headless": "{{user `headless`}}",
  122. "boot_wait": "2m",
  123. "communicator": "winrm",
  124. "winrm_timeout": "60m",
  125. "winrm_username": "vagrant",
  126. "winrm_password": "vagrant",
  127. "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
  128. "guest_os_type": "Windows2008_64",
  129. "disk_size": "{{user `disk_size`}}",
  130. "floppy_files": [
  131. "{{user `autounattend_dc`}}",
  132. "./scripts/microsoft-updates.bat",
  133. "./scripts/win-updates.ps1",
  134. "./scripts/openssh.ps1"
  135. ],
  136. "vboxmanage": [
  137. [
  138. "modifyvm",
  139. "{{.Name}}",
  140. "--memory",
  141. "{{user `memory_size`}}"
  142. ],
  143. [
  144. "modifyvm",
  145. "{{.Name}}",
  146. "--cpus",
  147. "{{user `cpus`}}"
  148. ]
  149. ]
  150. },
  151. {
  152. "type": "virtualbox-iso",
  153. "name": "Target",
  154. "iso_url": "{{user `iso_url_target`}}",
  155. "iso_checksum_type": "{{user `iso_checksum_type_target`}}",
  156. "iso_checksum": "{{user `iso_checksum_target`}}",
  157. "headless": "{{user `headless`}}",
  158. "boot_wait": "2m",
  159. "shutdown_timeout": "10m",
  160. "communicator": "winrm",
  161. "winrm_timeout": "60m",
  162. "winrm_username": "vagrant",
  163. "winrm_password": "vagrant",
  164. "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
  165. "guest_os_type": "Windows7_64",
  166. "disk_size": "{{user `disk_size`}}",
  167. "floppy_files": [
  168. "{{user `autounattend_target`}}",
  169. "./scripts/Target/dis-updates.ps1",
  170. "./scripts/hotfix-KB3102810.bat",
  171. "./scripts/openssh.ps1"
  172. ],
  173. "vboxmanage": [
  174. [
  175. "modifyvm",
  176. "{{.Name}}",
  177. "--memory",
  178. "{{user `memory_size`}}"
  179. ],
  180. [
  181. "modifyvm",
  182. "{{.Name}}",
  183. "--cpus",
  184. "{{user `cpus`}}"
  185. ]
  186. ]
  187. }
  188. ],
  189. "provisioners": [
  190. {
  191. "type": "windows-restart",
  192. "restart_timeout": "5m",
  193. "only": ["DanderSpritz-box"]
  194.  
  195. },
  196. {
  197. "type": "windows-shell",
  198. "only": ["DanderSpritz-box"],
  199. "execute_command": "{{.Vars}} cmd /c C:/Windows/Temp/script.bat",
  200. "scripts": [
  201. "./scripts/vm-guest-tools.bat",
  202. "./scripts/vagrant-ssh.bat",
  203. "./scripts/enable-rdp.bat"
  204. ]
  205. },
  206. {
  207. "type": "powershell",
  208. "only": ["DanderSpritz-box"],
  209. "elevated_user": "vagrant",
  210. "elevated_password": "vagrant",
  211. "scripts": [
  212. "./scripts/Win10/Set-PowerSettings.ps1",
  213. "./scripts/Win10/Set-WindowsTelemetrySettings.ps1",
  214. "./scripts/Win10/Set-LowSecurityWindowsDefenderAntiVirusSettings.ps1",
  215. "./scripts/Win10/Set-LowSecurityWindowsDefenderSmartScreenSettings.ps1",
  216. "./scripts/Win10/Remove-PreInstalledApps.ps1",
  217. "./scripts/Install-Chocolatey.ps1",
  218. "./scripts/Install-Git.ps1",
  219. "./scripts/Win10/Install-jre6u21.ps1",
  220. "./scripts/Win10/Install-python.ps1",
  221. "./scripts/Win10/Install-winpy32.ps1",
  222. "./scripts/Win10/Install-DanderSpritz.ps1",
  223. "./scripts/autologon.ps1",
  224. "./scripts/Win10/virtual-drive.ps1"
  225. ]
  226. },
  227. {
  228. "type": "file",
  229. "only": ["Domain_Controller"],
  230. "source": "./answer_files/dcpromo_answer.txt",
  231. "destination": "C:\\windows\\Temp\\",
  232. "direction": "upload"
  233. },
  234. {
  235. "type": "windows-shell",
  236. "only": ["Domain_Controller"],
  237. "execute_command": "{{.Vars}} cmd /c C:/Windows/Temp/script.bat",
  238. "scripts": [
  239. "./scripts/vm-guest-tools.bat",
  240. "./scripts/vagrant-ssh.bat",
  241. "./scripts/enable-rdp.bat",
  242. "./scripts/compact.bat"
  243.  
  244. ]
  245. },
  246. {
  247. "type": "powershell",
  248. "only": ["Domain_Controller"],
  249. "elevated_user": "vagrant",
  250. "elevated_password": "vagrant",
  251. "scripts": [
  252. "./scripts/Install-Chocolatey.ps1"
  253. ]
  254. },
  255. {
  256. "type": "windows-restart",
  257. "only": ["Domain_Controller"],
  258. "restart_timeout": "5m"
  259. },
  260. {
  261. "type": "powershell",
  262. "only": ["Domain_Controller"],
  263. "elevated_user": "vagrant",
  264. "elevated_password": "vagrant",
  265. "scripts": [
  266. "./scripts/WinDC/Install-dotnet45.ps1"
  267. ]
  268. },
  269. {
  270. "type": "windows-restart",
  271. "only": ["Domain_Controller"],
  272. "restart_timeout": "5m"
  273. },
  274. {
  275. "type": "powershell",
  276. "only": ["Domain_Controller"],
  277. "elevated_user": "vagrant",
  278. "elevated_password": "vagrant",
  279. "scripts": [
  280. "./scripts/WinDC/Install-Powershell5.ps1",
  281. "./scripts/WinDC/Set-Hostname-dc.ps1"
  282. ]
  283. },
  284. {
  285. "type": "windows-restart",
  286. "only": ["Domain_Controller"],
  287. "restart_timeout": "5m"
  288. },
  289. {
  290. "type": "powershell",
  291. "only": ["Domain_Controller"],
  292. "elevated_user": "vagrant",
  293. "elevated_password": "vagrant",
  294. "scripts": [
  295. "./scripts/WinDC/Create-domain.ps1"
  296. ]
  297. },
  298. {
  299. "type": "windows-restart",
  300. "only": ["Domain_Controller"],
  301. "restart_timeout": "15m"
  302. },
  303. {
  304. "type": "windows-shell",
  305. "only": ["Target"],
  306. "execute_command": "{{.Vars}} cmd /c C:/Windows/Temp/script.bat",
  307. "scripts": [
  308. "./scripts/vm-guest-tools.bat",
  309. "./scripts/vagrant-ssh.bat",
  310. "./scripts/enable-rdp.bat",
  311. "./scripts/compact.bat",
  312. "./scripts/Target/create-tools-folder.bat",
  313. "./scripts/Target/disable_firewall.bat"
  314. ]
  315. },
  316. {
  317. "type": "powershell",
  318. "only": ["Target"],
  319. "elevated_user": "vagrant",
  320. "elevated_password": "vagrant",
  321. "scripts": [
  322. "./scripts/Install-Chocolatey.ps1"
  323.  
  324. ]
  325. },
  326. {
  327. "type": "windows-restart",
  328. "only": ["Target"],
  329. "restart_timeout": "5m"
  330. },
  331. {
  332. "type": "powershell",
  333. "only": ["Target"],
  334. "elevated_user": "vagrant",
  335. "elevated_password": "vagrant",
  336. "scripts": [
  337. "./scripts/Target/Install-KB2454826.ps1",
  338. "./scripts/Target/Install-KB2534366.ps1",
  339. "./scripts/Target/Install-KB2533552.ps1"
  340. ]
  341. },
  342. {
  343. "type": "windows-restart",
  344. "only": ["Target"],
  345. "restart_timeout": "15m"
  346. },
  347. {
  348. "type": "powershell",
  349. "only": ["Target"],
  350. "elevated_user": "vagrant",
  351. "elevated_password": "vagrant",
  352. "scripts": [
  353. "./scripts/Target/Install-SP1.ps1"
  354. ]
  355. },
  356. {
  357. "type": "windows-restart",
  358. "only": ["Target"],
  359. "restart_timeout": "30m"
  360. },
  361. {
  362. "type": "powershell",
  363. "only": ["Target"],
  364. "elevated_user": "vagrant",
  365. "elevated_password": "vagrant",
  366. "scripts": [
  367. "./scripts/Target/Install-KB3035131.ps1",
  368. "./scripts/Target/Install-KB3033929.ps1",
  369. "./scripts/Target/Install-KB2999226.ps1"
  370. ]
  371. },
  372. {
  373. "type": "windows-restart",
  374. "only": ["Target"],
  375. "restart_timeout": "15m"
  376. },
  377. {
  378. "type": "powershell",
  379. "only": ["Target"],
  380. "elevated_user": "vagrant",
  381. "elevated_password": "vagrant",
  382. "scripts": [
  383. "./scripts/Target/Install-vcredist2015.ps1",
  384. "./scripts/Target/Set-ChocolateyFLARERepo.ps1",
  385. "./scripts/Target/show-hidden-files.ps1",
  386. "./scripts/Target/Install-Sysinternals.ps1",
  387. "./scripts/Target/Install-FLAREAPIMonitor.ps1",
  388. "./scripts/Target/Install-FLAREEXEInfoPE.ps1",
  389. "./scripts/Target/Install-FLAREHXD.ps1",
  390. "./scripts/Target/Install-FLAREPEID.ps1",
  391. "./scripts/Target/Install-FLAREPEView.ps1",
  392. "./scripts/Target/Install-FLAREWindbg.ps1",
  393. "./scripts/Target/Install-FLAREWireshark.ps1",
  394. "./scripts/Target/Install-FLAREBinaryNinja.ps1",
  395. "./scripts/Target/Install-FLAREHashCalc.ps1",
  396. "./scripts/Target/Install-FLAREIDAFree.ps1",
  397. "./scripts/Target/Install-FLAREOllydbg2.ps1",
  398. "./scripts/Target/Install-Sysmon.ps1",
  399. "./scripts/Target/Set-Hostname.ps1",
  400. "./scripts/autologon.ps1"
  401. ]
  402. }
  403. ],
  404. "post-processors": [
  405. {
  406. "type": "vagrant",
  407. "only": ["DanderSpritz-box"],
  408. "keep_input_artifact": false,
  409. "output": "windows_10_danderspritz.box",
  410. "vagrantfile_template": "vagrantfile-windows_10.template"
  411. },
  412. {
  413. "type": "vagrant",
  414. "only": ["Domain_Controller"],
  415. "keep_input_artifact": false,
  416. "output": "windows_2008_r2_dc.box",
  417. "vagrantfile_template": "vagrantfile-windows_2008_r2.template"
  418. },
  419. {
  420. "type": "vagrant",
  421. "only": ["Target"],
  422. "keep_input_artifact": false,
  423. "output": "windows_7_target.box",
  424. "vagrantfile_template": "vagrantfile-windows_7.template"
  425. }
  426. ],
  427. "variables": {
  428. "iso_url_target": "https://danderspritzlab.sfo2.cdn.digitaloceanspaces.com/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXE
  429. VAL_EN_DVD.iso",
  430. "iso_checksum_type_target": "md5",
  431. "iso_checksum_target": "1d0d239a252cb53e466d39e752b17c28",
  432. "autounattend_target": "./answer_files/7/Autounattend.xml",
  433. "iso_url_dsz": "http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMR
  434. ET_X64FRE_EN-US.ISO",
  435. "iso_checksum_type_dsz": "sha1",
  436. "iso_checksum_dsz": "56ab095075be28a90bc0b510835280975c6bb2ce",
  437. "autounattend_dsz": "./answer_files/10/Autounattend.xml",
  438. "iso_url_dc": "http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXE
  439. VAL_EN_DVD.iso",
  440. "iso_checksum_type_dc": "md5",
  441. "iso_checksum_dc": "4263be2cf3c59177c45085c0a7bc6ca5",
  442. "autounattend_dc": "./answer_files/2008_r2/Autounattend.xml",
  443. "headless": "true",
  444. "cpus": "2",
  445. "memory_size": "2048",
  446. "disk_size": "30000"
  447. }
  448. }
  449.  
  450. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>packer build danderspritz_lab.json
  451. DanderSpritz-box output will be in this color.
  452. Domain_Controller output will be in this color.
  453. Target output will be in this color.
  454.  
  455. ==> Target: Retrieving Guest additions
  456. ==> Target: Trying C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso
  457. ==> DanderSpritz-box: Retrieving Guest additions
  458. ==> Domain_Controller: Retrieving Guest additions
  459. ==> DanderSpritz-box: Trying C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso
  460. ==> Domain_Controller: Trying C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso
  461. ==> Target: Trying file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
  462. ==> Target: file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso => C:\Users\root\git\DanderSpritz_lab\packer_cache\afa7695602909b267b26b23c8
  463. aefe12db6ee78b2.iso
  464. ==> Target: leaving retrieve loop for Guest additions
  465. ==> DanderSpritz-box: Trying file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
  466. ==> Target: Retrieving ISO
  467. ==> Target: Trying https://danderspritzlab.sfo2.cdn.digitaloceanspaces.com/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_
  468. EN_DVD.iso
  469. ==> Target: Trying https://danderspritzlab.sfo2.cdn.digitaloceanspaces.com/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_
  470. EN_DVD.iso?checksum=md5%3A1d0d239a252cb53e466d39e752b17c28
  471. ==> DanderSpritz-box: file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso => C:\Users\root\git\DanderSpritz_lab\packer_cache\afa7695602909b2
  472. 67b26b23c8aefe12db6ee78b2.iso
  473. ==> DanderSpritz-box: leaving retrieve loop for Guest additions
  474. ==> Domain_Controller: Trying file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
  475. ==> DanderSpritz-box: Retrieving ISO
  476. ==> DanderSpritz-box: Trying http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISE
  477. EVAL_OEMRET_X64FRE_EN-US.ISO
  478. ==> DanderSpritz-box: Trying http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISE
  479. EVAL_OEMRET_X64FRE_EN-US.ISO?checksum=sha1%3A56ab095075be28a90bc0b510835280975c6bb2ce
  480. ==> Domain_Controller: file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso => C:\Users\root\git\DanderSpritz_lab\packer_cache\afa7695602909b
  481. 267b26b23c8aefe12db6ee78b2.iso
  482. ==> Domain_Controller: leaving retrieve loop for Guest additions
  483. ==> Domain_Controller: Retrieving ISO
  484. ==> Domain_Controller: Trying http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_e
  485. n-us-GRMSXEVAL_EN_DVD.iso
  486. ==> Domain_Controller: Trying http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_e
  487. n-us-GRMSXEVAL_EN_DVD.iso?checksum=md5%3A4263be2cf3c59177c45085c0a7bc6ca5
  488. ==> Domain_Controller: http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GR
  489. MSXEVAL_EN_DVD.iso?checksum=md5%3A4263be2cf3c59177c45085c0a7bc6ca5 => C:\Users\root\git\DanderSpritz_lab\packer_cache\c969d0a251f6f1d43e47e146749928fecb756
  490. 8ab.iso
  491. ==> Domain_Controller: leaving retrieve loop for ISO
  492. ==> Domain_Controller: Creating floppy disk...
  493. Domain_Controller: Copying files flatly from floppy_files
  494. Domain_Controller: Copying file: ./answer_files/2008_r2/Autounattend.xml
  495. Domain_Controller: Copying file: ./scripts/microsoft-updates.bat
  496. Domain_Controller: Copying file: ./scripts/win-updates.ps1
  497. Domain_Controller: Copying file: ./scripts/openssh.ps1
  498. Domain_Controller: Done copying files from floppy_files
  499. Domain_Controller: Collecting paths from floppy_dirs
  500. Domain_Controller: Resulting paths from floppy_dirs : []
  501. Domain_Controller: Done copying paths from floppy_dirs
  502. ==> Domain_Controller: Creating ephemeral key pair for SSH communicator...
  503. ==> Domain_Controller: Created ephemeral SSH key pair for communicator
  504. ==> DanderSpritz-box: http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OE
  505. MRET_X64FRE_EN-US.ISO?checksum=sha1%3A56ab095075be28a90bc0b510835280975c6bb2ce => C:\Users\root\git\DanderSpritz_lab\packer_cache\56f08c94d98231eca15ae65b4
  506. 1fe39148ccd51f4.iso
  507. ==> DanderSpritz-box: leaving retrieve loop for ISO
  508. ==> DanderSpritz-box: Creating floppy disk...
  509. DanderSpritz-box: Copying files flatly from floppy_files
  510. DanderSpritz-box: Copying file: ./answer_files/10/Autounattend.xml
  511. DanderSpritz-box: Copying file: ./scripts/fixnetwork.ps1
  512. DanderSpritz-box: Copying file: ./scripts/disable-updates.ps1
  513. DanderSpritz-box: Copying file: ./scripts/openssh.ps1
  514. DanderSpritz-box: Done copying files from floppy_files
  515. DanderSpritz-box: Collecting paths from floppy_dirs
  516. DanderSpritz-box: Resulting paths from floppy_dirs : []
  517. DanderSpritz-box: Done copying paths from floppy_dirs
  518. ==> DanderSpritz-box: Creating ephemeral key pair for SSH communicator...
  519. ==> DanderSpritz-box: Created ephemeral SSH key pair for communicator
  520. ==> Domain_Controller: Creating virtual machine...
  521. ==> DanderSpritz-box: Creating virtual machine...
  522. ==> DanderSpritz-box: Creating hard drive...
  523. ==> Domain_Controller: Creating hard drive...
  524. ==> Domain_Controller: Attaching floppy disk...
  525. ==> DanderSpritz-box: Attaching floppy disk...
  526. ==> Domain_Controller: Creating forwarded port mapping for communicator (SSH, WinRM, etc) (host port 3361)
  527. ==> DanderSpritz-box: Creating forwarded port mapping for communicator (SSH, WinRM, etc) (host port 2333)
  528. ==> Domain_Controller: Executing custom VBoxManage commands...
  529. ==> DanderSpritz-box: Executing custom VBoxManage commands...
  530. DanderSpritz-box: Executing: modifyvm packer-DanderSpritz-box-1558048294 --memory 2048
  531. Domain_Controller: Executing: modifyvm packer-Domain_Controller-1558048295 --memory 2048
  532. DanderSpritz-box: Executing: modifyvm packer-DanderSpritz-box-1558048294 --cpus 2
  533. Domain_Controller: Executing: modifyvm packer-Domain_Controller-1558048295 --cpus 2
  534. ==> DanderSpritz-box: Starting the virtual machine...
  535. DanderSpritz-box: The VM will be run headless, without a GUI. If you want to
  536. DanderSpritz-box: view the screen of the VM, connect via VRDP without a password to
  537. DanderSpritz-box: rdp://127.0.0.1:5975
  538. ==> Domain_Controller: Starting the virtual machine...
  539. Domain_Controller: The VM will be run headless, without a GUI. If you want to
  540. Domain_Controller: view the screen of the VM, connect via VRDP without a password to
  541. Domain_Controller: rdp://127.0.0.1:5938
  542. ==> Domain_Controller: Waiting 2m0s for boot...
  543. ==> DanderSpritz-box: Waiting 2m0s for boot...
  544. ==> Domain_Controller: Typing the boot command...
  545. ==> DanderSpritz-box: Typing the boot command...
  546. ==> Domain_Controller: Using winrm communicator to connect: 127.0.0.1
  547. ==> DanderSpritz-box: Using winrm communicator to connect: 127.0.0.1
  548. ==> DanderSpritz-box: Waiting for WinRM to become available...
  549. ==> Domain_Controller: Waiting for WinRM to become available...
  550. ==> Target: https://danderspritzlab.sfo2.cdn.digitaloceanspaces.com/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.
  551. iso?checksum=md5%3A1d0d239a252cb53e466d39e752b17c28 => C:\Users\root\git\DanderSpritz_lab\packer_cache\94c1f42ced97ca243e158c65119a83c1790904ad.iso
  552. ==> Target: leaving retrieve loop for ISO
  553. ==> Target: Creating floppy disk...
  554. Target: Copying files flatly from floppy_files
  555. Target: Copying file: ./answer_files/7/Autounattend.xml
  556. Target: Copying file: ./scripts/Target/dis-updates.ps1
  557. Target: Copying file: ./scripts/hotfix-KB3102810.bat
  558. Target: Copying file: ./scripts/openssh.ps1
  559. Target: Done copying files from floppy_files
  560. Target: Collecting paths from floppy_dirs
  561. Target: Resulting paths from floppy_dirs : []
  562. Target: Done copying paths from floppy_dirs
  563. ==> Target: Creating ephemeral key pair for SSH communicator...
  564. ==> Target: Created ephemeral SSH key pair for communicator
  565. ==> Target: Creating virtual machine...
  566. ==> Target: Creating hard drive...
  567. ==> Target: Attaching floppy disk...
  568. ==> Target: Creating forwarded port mapping for communicator (SSH, WinRM, etc) (host port 3557)
  569. ==> Target: Executing custom VBoxManage commands...
  570. Target: Executing: modifyvm packer-Target-1558048296 --memory 2048
  571. Target: Executing: modifyvm packer-Target-1558048296 --cpus 2
  572. ==> Target: Starting the virtual machine...
  573. Target: The VM will be run headless, without a GUI. If you want to
  574. Target: view the screen of the VM, connect via VRDP without a password to
  575. Target: rdp://127.0.0.1:5981
  576. ==> Target: Waiting 2m0s for boot...
  577. ==> Target: Typing the boot command...
  578. ==> Target: Using winrm communicator to connect: 127.0.0.1
  579. ==> Target: Waiting for WinRM to become available...
  580. ==> Domain_Controller: Connected to WinRM!
  581. Domain_Controller: WinRM connected.
  582. ==> Domain_Controller: Uploading VirtualBox version info (6.0.4)
  583. ==> Domain_Controller: Uploading VirtualBox guest additions ISO...
  584. ==> Target: Connected to WinRM!
  585. Target: WinRM connected.
  586. ==> Target: Uploading VirtualBox version info (6.0.4)
  587. ==> Target: Uploading VirtualBox guest additions ISO...
  588. ==> Domain_Controller: Uploading ./answer_files/dcpromo_answer.txt => C:\windows\Temp\
  589. ==> Domain_Controller: Provisioning with windows-shell...
  590. ==> Domain_Controller: Provisioning with shell script: ./scripts/vm-guest-tools.bat
  591. Domain_Controller: C:\Users\vagrant>if not exist "C:\Windows\Temp\7z1805-x64.msi" (powershell -Command "(New-Object System.Net.WebClient).DownloadFile(
  592. 'http://www.7-zip.org/a/7z1805-x64.msi', 'C:\Windows\Temp\7z1805-x64.msi')" 0<NUL )
  593. Domain_Controller: C:\Users\vagrant>msiexec /qb /i C:\Windows\Temp\7z1805-x64.msi
  594. Domain_Controller: C:\Users\vagrant>if "virtualbox-iso" EQU "vmware-iso" goto :vmware
  595. Domain_Controller: C:\Users\vagrant>if "virtualbox-iso" EQU "virtualbox-iso" goto :virtualbox
  596. Domain_Controller: C:\Users\vagrant>move /Y C:\Users\vagrant\VBoxGuestAdditions.iso C:\Windows\Temp
  597. Domain_Controller: 1 file(s) moved.
  598. Domain_Controller: C:\Users\vagrant>cmd /c ""C:\Program Files\7-Zip\7z.exe" x C:\Windows\Temp\VBoxGuestAdditions.iso -oC:\Windows\Temp\virtualbox"
  599. Domain_Controller: 7-Zip 18.05 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-04-30
  600. Domain_Controller: Scanning the drive for archives:
  601. Domain_Controller: 1 file, 85917696 bytes (82 MiB)
  602. Domain_Controller: Extracting archive: C:\Windows\Temp\VBoxGuestAdditions.iso
  603. Domain_Controller: WARNINGS:
  604. Domain_Controller: There are data after the end of archive
  605. Domain_Controller: --
  606. Domain_Controller: Path = C:\Windows\Temp\VBoxGuestAdditions.iso
  607. Domain_Controller: Type = Iso
  608. Domain_Controller: WARNINGS:
  609. Domain_Controller: There are data after the end of archive
  610. Domain_Controller: Physical Size = 85608448
  611. Domain_Controller: Tail Size = 309248
  612. Domain_Controller: Created = 2019-01-25 11:43:09
  613. Domain_Controller: Modified = 2019-01-25 11:43:09
  614. Domain_Controller: Everything is Ok
  615. Domain_Controller: Archives with Warnings: 1
  616. Domain_Controller: Warnings: 1
  617. Domain_Controller: Folders: 3
  618. Domain_Controller: Files: 38
  619. Domain_Controller: Size: 85497978
  620. Domain_Controller: Compressed: 85917696
  621. Domain_Controller: C:\Users\vagrant>cmd /c for %i in (C:\Windows\Temp\virtualbox\cert\vbox*.cer) do C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-tr
  622. usted-publisher %i --root %i
  623. Domain_Controller: C:\Users\vagrant>C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-trusted-publisher C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer --
  624. root C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer
  625. Domain_Controller: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer' as trusted publisher
  626. Domain_Controller: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer' as root
  627. Domain_Controller: C:\Users\vagrant>C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-trusted-publisher C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer
  628. --root C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer
  629. Domain_Controller: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer' as trusted publisher
  630. Domain_Controller: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer' as root
  631. Domain_Controller: C:\Users\vagrant>cmd /c C:\Windows\Temp\virtualbox\VBoxWindowsAdditions.exe /S
  632. Domain_Controller: C:\Users\vagrant>goto :done
  633. ==> Domain_Controller: Provisioning with shell script: ./scripts/vagrant-ssh.bat
  634. Domain_Controller: C:\Users\vagrant>if exist a:\vagrant.pub (copy a:\vagrant.pub C:\Users\vagrant\.ssh\authorized_keys ) else (powershell -Command "(N
  635. ew-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub', 'C:\Users\vagrant\.ssh\authoriz
  636. ed_keys')" 0<NUL )
  637. ==> Domain_Controller: Provisioning with shell script: ./scripts/enable-rdp.bat
  638. ==> Domain_Controller: Provisioning with shell script: ./scripts/compact.bat
  639. Domain_Controller: C:\Users\vagrant>netsh advfirewall firewall add rule name="Open Port 3389" dir=in action=allow protocol=TCP localport=3389
  640. Domain_Controller: Ok.
  641. Domain_Controller: C:\Users\vagrant>reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d
  642. 0 /f
  643. Domain_Controller: The operation completed successfully.
  644. Domain_Controller: C:\Users\vagrant>net stop wuauserv
  645. Domain_Controller: The Windows Update service is stopping.
  646. Domain_Controller: The Windows Update service was stopped successfully.
  647. Domain_Controller: C:\Users\vagrant>rmdir /S /Q C:\Windows\SoftwareDistribution\Download
  648. Domain_Controller: C:\Users\vagrant>mkdir C:\Windows\SoftwareDistribution\Download
  649. Domain_Controller: C:\Users\vagrant>net start wuauserv
  650. Domain_Controller: The Windows Update service is starting.
  651. ==> Domain_Controller: Provisioning with Powershell...
  652. ==> Domain_Controller: Provisioning with powershell script: ./scripts/Install-Chocolatey.ps1
  653. Domain_Controller: Unable to set PowerShell to use TLS 1.2 and TLS 1.1 due to old .NET Framework i
  654. Domain_Controller: nstalled. If you see underlying connection closed or trust errors, you may need
  655. Domain_Controller: to do one or more of the following: (1) upgrade to .NET Framework 4.5+ and Pow
  656. Domain_Controller: erShell v3, (2) specify internal Chocolatey package location (set $env:chocolat
  657. Domain_Controller: eyDownloadUrl prior to install or host the package internally), (3) use the Dow
  658. Domain_Controller: nload + PowerShell method of install. See https://chocolatey.org/install for al
  659. Domain_Controller: l install options.
  660. Domain_Controller: Getting latest version of the Chocolatey package for download.
  661. Domain_Controller: Getting Chocolatey from https://chocolatey.org/api/v2/package/chocolatey/0.10.1
  662. Domain_Controller: 3.
  663. Domain_Controller: Downloading 7-Zip commandline tool prior to extraction.
  664. Domain_Controller: Extracting C:\Users\vagrant\AppData\Local\Temp\chocolatey\chocInstall\chocolate
  665. Domain_Controller: y.zip to C:\Users\vagrant\AppData\Local\Temp\chocolatey\chocInstall...
  666. Domain_Controller: Installing chocolatey on this machine
  667. Domain_Controller: Creating ChocolateyInstall as an environment variable (targeting 'Machine')
  668. Domain_Controller: Setting ChocolateyInstall to 'C:\ProgramData\chocolatey'
  669. Domain_Controller: WARNING: It's very likely you will need to close and reopen your shell
  670. Domain_Controller: before you can use choco.
  671. Domain_Controller: Restricting write permissions to Administrators
  672. Domain_Controller: We are setting up the Chocolatey package repository.
  673. Domain_Controller: The packages themselves go to 'C:\ProgramData\chocolatey\lib'
  674. Domain_Controller: (i.e. C:\ProgramData\chocolatey\lib\yourPackageName).
  675. Domain_Controller: A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin'
  676. Domain_Controller: and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName
  677. Domain_Controller: '.
  678. Domain_Controller: Creating Chocolatey folders if they do not already exist.
  679. Domain_Controller: WARNING: You can safely ignore errors related to missing log files when
  680. Domain_Controller: upgrading from a version of Chocolatey less than 0.9.9.
  681. Domain_Controller: 'Batch file could not be found' is also safe to ignore.
  682. Domain_Controller: 'The system cannot find the file specified' - also safe.
  683. Domain_Controller: chocolatey.nupkg file not installed in lib.
  684. Domain_Controller: Attempting to locate it from bootstrapper.
  685. Domain_Controller: PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Ad
  686. Domain_Controller: ding...
  687. Domain_Controller: WARNING: Not setting tab completion: Profile file does not exist at
  688. Domain_Controller: 'C:\Users\vagrant\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'
  689. Domain_Controller: .
  690. Domain_Controller: 'C:\Windows\Microsoft.Net\Framework64\v4.0.30319' was not found or this is forc
  691. Domain_Controller: ed
  692. Domain_Controller: Downloading 'https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-B
  693. Domain_Controller: C36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe' to 'C:\Users\vagrant\AppData\Loca
  694. Domain_Controller: l\Temp\dotNetFx40_Full_x86_x64.exe' - the installer is 40+ MBs, so this could t
  695. Domain_Controller: ake a while on a slow connection.
  696. Domain_Controller: Installing 'C:\Users\vagrant\AppData\Local\Temp\dotNetFx40_Full_x86_x64.exe' -
  697. Domain_Controller: this may take awhile with no output.
  698. ==> Target: Provisioning with windows-shell...
  699. ==> Target: Provisioning with shell script: ./scripts/vm-guest-tools.bat
  700. Target: C:\Users\vagrant>if not exist "C:\Windows\Temp\7z1805-x64.msi" (powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://www
  701. .7-zip.org/a/7z1805-x64.msi', 'C:\Windows\Temp\7z1805-x64.msi')" 0<NUL )
  702. Target: C:\Users\vagrant>msiexec /qb /i C:\Windows\Temp\7z1805-x64.msi
  703. Target: C:\Users\vagrant>if "virtualbox-iso" EQU "vmware-iso" goto :vmware
  704. Target: C:\Users\vagrant>if "virtualbox-iso" EQU "virtualbox-iso" goto :virtualbox
  705. Target: C:\Users\vagrant>move /Y C:\Users\vagrant\VBoxGuestAdditions.iso C:\Windows\Temp
  706. Target: 1 file(s) moved.
  707. Target: C:\Users\vagrant>cmd /c ""C:\Program Files\7-Zip\7z.exe" x C:\Windows\Temp\VBoxGuestAdditions.iso -oC:\Windows\Temp\virtualbox"
  708. Target: 7-Zip 18.05 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-04-30
  709. Target: Scanning the drive for archives:
  710. Target: 1 file, 85828326 bytes (82 MiB)
  711. Target: Extracting archive: C:\Windows\Temp\VBoxGuestAdditions.iso
  712. Target: --
  713. Target: Path = C:\Windows\Temp\VBoxGuestAdditions.iso
  714. Target: Type = Iso
  715. Target: Physical Size = 85828326
  716. Target: Created = 2019-01-25 11:43:09
  717. Target: Modified = 2019-01-25 11:43:09
  718. Target: Everything is Ok
  719. Target: Folders: 3
  720. Target: Files: 38
  721. Target: Size: 85497978
  722. Target: Compressed: 85828326
  723. Target: C:\Users\vagrant>cmd /c for %i in (C:\Windows\Temp\virtualbox\cert\vbox*.cer) do C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-trusted-publi
  724. sher %i --root %i
  725. Target: C:\Users\vagrant>C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-trusted-publisher C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer --root C:\Win
  726. dows\Temp\virtualbox\cert\vbox-sha1.cer
  727. Target: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer' as trusted publisher
  728. Target: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha1.cer' as root
  729. Target: C:\Users\vagrant>C:\Windows\Temp\virtualbox\cert\VBoxCertUtil add-trusted-publisher C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer --root C:\W
  730. indows\Temp\virtualbox\cert\vbox-sha256.cer
  731. Target: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer' as trusted publisher
  732. Target: VBoxCertUtil.exe: info: Successfully added 'C:\Windows\Temp\virtualbox\cert\vbox-sha256.cer' as root
  733. Target: C:\Users\vagrant>cmd /c C:\Windows\Temp\virtualbox\VBoxWindowsAdditions.exe /S
  734. Target: C:\Users\vagrant>goto :done
  735. ==> Target: Provisioning with shell script: ./scripts/vagrant-ssh.bat
  736. Target: C:\Users\vagrant>if exist a:\vagrant.pub (copy a:\vagrant.pub C:\Users\vagrant\.ssh\authorized_keys ) else (powershell -Command "(New-Object S
  737. ystem.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub', 'C:\Users\vagrant\.ssh\authorized_keys')"
  738. 0<NUL )
  739. ==> Target: Provisioning with shell script: ./scripts/enable-rdp.bat
  740. Target: C:\Users\vagrant>netsh advfirewall firewall add rule name="Open Port 3389" dir=in action=allow protocol=TCP localport=3389
  741. Target: Ok.
  742. ==> Target: Provisioning with shell script: ./scripts/compact.bat
  743. Target: C:\Users\vagrant>reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
  744. Target: The operation completed successfully.
  745. Target: C:\Users\vagrant>net stop wuauserv
  746. Target: The Windows Update service is stopping.
  747. Target: The Windows Update service was stopped successfully.
  748. Target: C:\Users\vagrant>rmdir /S /Q C:\Windows\SoftwareDistribution\Download
  749. Target: C:\Users\vagrant>mkdir C:\Windows\SoftwareDistribution\Download
  750. Target: C:\Users\vagrant>net start wuauserv
  751. Target: The Windows Update service is starting.
  752. ==> Target: Provisioning with shell script: ./scripts/Target/create-tools-folder.bat
  753. Target: The Windows Update service was started successfully.
  754. Target: C:\Users\vagrant>mkdir C:\Users\vagrant\Desktop\tools
  755. ==> Target: Provisioning with shell script: ./scripts/Target/disable_firewall.bat
  756. Target: Ok.
  757. ==> Target: Provisioning with Powershell...
  758. ==> Target: Provisioning with powershell script: ./scripts/Install-Chocolatey.ps1
  759. Target: Unable to set PowerShell to use TLS 1.2 and TLS 1.1 due to old .NET Framework i
  760. Target: nstalled. If you see underlying connection closed or trust errors, you may need
  761. Target: to do one or more of the following: (1) upgrade to .NET Framework 4.5+ and Pow
  762. Target: erShell v3, (2) specify internal Chocolatey package location (set $env:chocolat
  763. Target: eyDownloadUrl prior to install or host the package internally), (3) use the Dow
  764. Target: nload + PowerShell method of install. See https://chocolatey.org/install for al
  765. Target: l install options.
  766. Target: Getting latest version of the Chocolatey package for download.
  767. Target: Getting Chocolatey from https://chocolatey.org/api/v2/package/chocolatey/0.10.1
  768. Target: 3.
  769. Target: Downloading 7-Zip commandline tool prior to extraction.
  770. Target: Extracting C:\Users\vagrant\AppData\Local\Temp\chocolatey\chocInstall\chocolate
  771. Target: y.zip to C:\Users\vagrant\AppData\Local\Temp\chocolatey\chocInstall...
  772. Target: Installing chocolatey on this machine
  773. Target: Creating ChocolateyInstall as an environment variable (targeting 'Machine')
  774. Target: Setting ChocolateyInstall to 'C:\ProgramData\chocolatey'
  775. Target: WARNING: It's very likely you will need to close and reopen your shell
  776. Target: before you can use choco.
  777. Target: Restricting write permissions to Administrators
  778. Target: We are setting up the Chocolatey package repository.
  779. Target: The packages themselves go to 'C:\ProgramData\chocolatey\lib'
  780. Target: (i.e. C:\ProgramData\chocolatey\lib\yourPackageName).
  781. Target: A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin'
  782. Target: and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName
  783. Target: '.
  784. Target: Creating Chocolatey folders if they do not already exist.
  785. Target: WARNING: You can safely ignore errors related to missing log files when
  786. Target: upgrading from a version of Chocolatey less than 0.9.9.
  787. Target: 'Batch file could not be found' is also safe to ignore.
  788. Target: 'The system cannot find the file specified' - also safe.
  789. Target: chocolatey.nupkg file not installed in lib.
  790. Target: Attempting to locate it from bootstrapper.
  791. Target: PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Ad
  792. Target: ding...
  793. Target: WARNING: Not setting tab completion: Profile file does not exist at
  794. Target: 'C:\Users\vagrant\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'
  795. Target: .
  796. Target: 'C:\Windows\Microsoft.Net\Framework64\v4.0.30319' was not found or this is forc
  797. Target: ed
  798. Target: Downloading 'https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-B
  799. Target: C36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe' to 'C:\Users\vagrant\AppData\Loca
  800. Target: l\Temp\dotNetFx40_Full_x86_x64.exe' - the installer is 40+ MBs, so this could t
  801. Target: ake a while on a slow connection.
  802. Target: Installing 'C:\Users\vagrant\AppData\Local\Temp\dotNetFx40_Full_x86_x64.exe' -
  803. Target: this may take awhile with no output.
  804. Domain_Controller: Chocolatey (choco.exe) is now ready.
  805. Domain_Controller: You can call choco from anywhere, command line or powershell by typing choco.
  806. Domain_Controller: Run choco /? for a list of functions.
  807. ==> Domain_Controller: Restarting Machine
  808. ==> Domain_Controller: Waiting for machine to restart...
  809. Target: Chocolatey (choco.exe) is now ready.
  810. Target: You can call choco from anywhere, command line or powershell by typing choco.
  811. ==> Target: Restarting Machine
  812. ==> Target: Waiting for machine to restart...
  813. ==> Target: A system shutdown is in progress.(1115)
  814. Domain_Controller: VAGRANT-2008R2 restarted.
  815. ==> Domain_Controller: Machine successfully restarted, moving on
  816. ==> Domain_Controller: Provisioning with Powershell...
  817. ==> Domain_Controller: Provisioning with powershell script: ./scripts/WinDC/Install-dotnet45.ps1
  818. Domain_Controller: Installing the following packages:
  819. Domain_Controller: dotnet4.5
  820. Domain_Controller: By installing you accept licenses for the packages.
  821. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 8%
  822. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 26%
  823. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 43%
  824. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 61%
  825. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 79%
  826. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 96%
  827. Domain_Controller: Progress: Downloading DotNet4.5 4.5.20120822... 100%
  828. Domain_Controller: DotNet4.5 v4.5.20120822 [Approved]
  829. Domain_Controller: dotnet4.5 package files install completed. Performing other installation steps.
  830. Target: VAGRANT-7 restarted.
  831. ==> Target: Machine successfully restarted, moving on
  832. ==> Target: Provisioning with Powershell...
  833. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB2454826.ps1
  834. Domain_Controller: WARNING: Url has SSL/TLS available, switching to HTTPS for download
  835. Domain_Controller: Downloading dotnet45
  836. Domain_Controller: from 'https://go.microsoft.com/?linkid=9816306'
  837. Domain_Controller: Progress: 0% - Saving 416.26 KB of 48.02 MB
  838. Domain_Controller: Progress: 2% - Saving 1.09 MB of 48.02 MB
  839. Domain_Controller: Progress: 3% - Saving 1.71 MB of 48.02 MB
  840. Domain_Controller: Progress: 4% - Saving 2.39 MB of 48.02 MB
  841. Domain_Controller: Progress: 6% - Saving 2.95 MB of 48.02 MB
  842. Domain_Controller: Progress: 7% - Saving 3.47 MB of 48.02 MB
  843. Domain_Controller: Progress: 8% - Saving 4.03 MB of 48.02 MB
  844. Domain_Controller: Progress: 9% - Saving 4.68 MB of 48.02 MB
  845. Domain_Controller: Progress: 11% - Saving 5.42 MB of 48.02 MB
  846. Domain_Controller: Progress: 12% - Saving 6.1 MB of 48.02 MB
  847. Domain_Controller: Progress: 13% - Saving 6.47 MB of 48.02 MB
  848. Domain_Controller: Progress: 14% - Saving 6.89 MB of 48.02 MB
  849. Domain_Controller: Progress: 15% - Saving 7.22 MB of 48.02 MB
  850. Domain_Controller: Progress: 16% - Saving 7.83 MB of 48.02 MB
  851. Domain_Controller: Progress: 17% - Saving 8.43 MB of 48.02 MB
  852. Domain_Controller: Progress: 18% - Saving 9.11 MB of 48.02 MB
  853. Domain_Controller: Progress: 20% - Saving 9.77 MB of 48.02 MB
  854. Domain_Controller: Progress: 20% - Saving 10.03 MB of 48.02 MB
  855. Domain_Controller: Progress: 21% - Saving 10.36 MB of 48.02 MB
  856. Domain_Controller: Progress: 22% - Saving 10.82 MB of 48.02 MB
  857. Domain_Controller: Progress: 23% - Saving 11.44 MB of 48.02 MB
  858. Domain_Controller: Progress: 24% - Saving 11.95 MB of 48.02 MB
  859. Domain_Controller: Progress: 25% - Saving 12.42 MB of 48.02 MB
  860. Domain_Controller: Progress: 27% - Saving 13.04 MB of 48.02 MB
  861. Domain_Controller: Progress: 27% - Saving 13.4 MB of 48.02 MB
  862. Domain_Controller: Progress: 28% - Saving 13.81 MB of 48.02 MB
  863. Domain_Controller: Progress: 29% - Saving 14.07 MB of 48.02 MB
  864. Domain_Controller: Progress: 29% - Saving 14.32 MB of 48.02 MB
  865. Domain_Controller: Progress: 30% - Saving 14.64 MB of 48.02 MB
  866. Domain_Controller: Progress: 31% - Saving 15.09 MB of 48.02 MB
  867. Domain_Controller: Progress: 33% - Saving 15.95 MB of 48.02 MB
  868. Domain_Controller: Progress: 33% - Saving 16.24 MB of 48.02 MB
  869. Domain_Controller: Progress: 34% - Saving 16.63 MB of 48.02 MB
  870. Domain_Controller: Progress: 35% - Saving 17.03 MB of 48.02 MB
  871. Domain_Controller: Progress: 36% - Saving 17.48 MB of 48.02 MB
  872. Domain_Controller: Progress: 37% - Saving 18.04 MB of 48.02 MB
  873. Domain_Controller: Progress: 38% - Saving 18.66 MB of 48.02 MB
  874. Domain_Controller: Progress: 39% - Saving 18.96 MB of 48.02 MB
  875. Domain_Controller: Progress: 40% - Saving 19.59 MB of 48.02 MB
  876. Domain_Controller: Progress: 41% - Saving 19.99 MB of 48.02 MB
  877. Domain_Controller: Progress: 42% - Saving 20.38 MB of 48.02 MB
  878. Domain_Controller: Progress: 43% - Saving 20.94 MB of 48.02 MB
  879. Domain_Controller: Progress: 44% - Saving 21.28 MB of 48.02 MB
  880. Domain_Controller: Progress: 45% - Saving 21.65 MB of 48.02 MB
  881. Domain_Controller: Progress: 45% - Saving 21.98 MB of 48.02 MB
  882. Domain_Controller: Progress: 46% - Saving 22.39 MB of 48.02 MB
  883. Domain_Controller: Progress: 47% - Saving 22.8 MB of 48.02 MB
  884. Domain_Controller: Progress: 48% - Saving 23.19 MB of 48.02 MB
  885. Domain_Controller: Progress: 48% - Saving 23.46 MB of 48.02 MB
  886. Domain_Controller: Progress: 49% - Saving 23.65 MB of 48.02 MB
  887. Domain_Controller: Progress: 49% - Saving 23.96 MB of 48.02 MB
  888. Domain_Controller: Progress: 51% - Saving 24.51 MB of 48.02 MB
  889. Domain_Controller: Progress: 51% - Saving 24.78 MB of 48.02 MB
  890. Domain_Controller: Progress: 52% - Saving 25.06 MB of 48.02 MB
  891. Domain_Controller: Progress: 52% - Saving 25.32 MB of 48.02 MB
  892. Domain_Controller: Progress: 53% - Saving 25.59 MB of 48.02 MB
  893. Domain_Controller: Progress: 53% - Saving 25.91 MB of 48.02 MB
  894. Domain_Controller: Progress: 54% - Saving 26.4 MB of 48.02 MB
  895. Domain_Controller: Progress: 55% - Saving 26.7 MB of 48.02 MB
  896. Domain_Controller: Progress: 56% - Saving 26.9 MB of 48.02 MB
  897. Domain_Controller: Progress: 56% - Saving 27.2 MB of 48.02 MB
  898. Domain_Controller: Progress: 57% - Saving 27.57 MB of 48.02 MB
  899. Domain_Controller: Progress: 58% - Saving 27.92 MB of 48.02 MB
  900. Domain_Controller: Progress: 58% - Saving 28.33 MB of 48.02 MB
  901. Domain_Controller: Progress: 59% - Saving 28.71 MB of 48.02 MB
  902. Domain_Controller: Progress: 61% - Saving 29.42 MB of 48.02 MB
  903. Domain_Controller: Progress: 61% - Saving 29.74 MB of 48.02 MB
  904. Domain_Controller: Progress: 62% - Saving 30.13 MB of 48.02 MB
  905. Domain_Controller: Progress: 63% - Saving 30.58 MB of 48.02 MB
  906. Domain_Controller: Progress: 64% - Saving 30.92 MB of 48.02 MB
  907. Domain_Controller: Progress: 65% - Saving 31.35 MB of 48.02 MB
  908. Domain_Controller: Progress: 65% - Saving 31.61 MB of 48.02 MB
  909. Domain_Controller: Progress: 66% - Saving 31.97 MB of 48.02 MB
  910. Domain_Controller: Progress: 67% - Saving 32.37 MB of 48.02 MB
  911. Domain_Controller: Progress: 68% - Saving 32.73 MB of 48.02 MB
  912. Domain_Controller: Progress: 69% - Saving 33.25 MB of 48.02 MB
  913. Domain_Controller: Progress: 70% - Saving 33.84 MB of 48.02 MB
  914. Domain_Controller: Progress: 72% - Saving 34.58 MB of 48.02 MB
  915. Domain_Controller: Progress: 73% - Saving 35.1 MB of 48.02 MB
  916. Domain_Controller: Progress: 74% - Saving 35.58 MB of 48.02 MB
  917. Domain_Controller: Progress: 74% - Saving 35.95 MB of 48.02 MB
  918. Domain_Controller: Progress: 75% - Saving 36.34 MB of 48.02 MB
  919. Domain_Controller: Progress: 76% - Saving 36.63 MB of 48.02 MB
  920. Domain_Controller: Progress: 76% - Saving 36.96 MB of 48.02 MB
  921. Domain_Controller: Progress: 77% - Saving 37.45 MB of 48.02 MB
  922. Domain_Controller: Progress: 79% - Saving 38.03 MB of 48.02 MB
  923. Domain_Controller: Progress: 80% - Saving 38.7 MB of 48.02 MB
  924. Domain_Controller: Progress: 81% - Saving 39 MB of 48.02 MB
  925. Domain_Controller: Progress: 81% - Saving 39.27 MB of 48.02 MB
  926. Domain_Controller: Progress: 82% - Saving 39.61 MB of 48.02 MB
  927. Domain_Controller: Progress: 82% - Saving 39.82 MB of 48.02 MB
  928. Domain_Controller: Progress: 83% - Saving 40.33 MB of 48.02 MB
  929. Domain_Controller: Progress: 84% - Saving 40.66 MB of 48.02 MB
  930. Domain_Controller: Progress: 85% - Saving 40.94 MB of 48.02 MB
  931. Domain_Controller: Progress: 85% - Saving 41.27 MB of 48.02 MB
  932. Domain_Controller: Progress: 86% - Saving 41.57 MB of 48.02 MB
  933. Domain_Controller: Progress: 87% - Saving 41.78 MB of 48.02 MB
  934. Domain_Controller: Progress: 87% - Saving 42.01 MB of 48.02 MB
  935. Domain_Controller: Progress: 88% - Saving 42.29 MB of 48.02 MB
  936. Domain_Controller: Progress: 88% - Saving 42.7 MB of 48.02 MB
  937. Domain_Controller: Progress: 89% - Saving 43.11 MB of 48.02 MB
  938. Domain_Controller: Progress: 90% - Saving 43.39 MB of 48.02 MB
  939. Domain_Controller: Progress: 91% - Saving 43.89 MB of 48.02 MB
  940. Domain_Controller: Progress: 92% - Saving 44.21 MB of 48.02 MB
  941. Domain_Controller: Progress: 92% - Saving 44.64 MB of 48.02 MB
  942. Domain_Controller: Progress: 93% - Saving 44.91 MB of 48.02 MB
  943. Domain_Controller: Progress: 94% - Saving 45.26 MB of 48.02 MB
  944. Domain_Controller: Progress: 94% - Saving 45.5 MB of 48.02 MB
  945. Domain_Controller: Progress: 95% - Saving 45.75 MB of 48.02 MB
  946. Domain_Controller: Progress: 96% - Saving 46.24 MB of 48.02 MB
  947. Domain_Controller: Progress: 96% - Saving 46.46 MB of 48.02 MB
  948. Domain_Controller: Progress: 97% - Saving 46.82 MB of 48.02 MB
  949. Domain_Controller: Progress: 97% - Saving 47.03 MB of 48.02 MB
  950. Domain_Controller: Progress: 98% - Saving 47.46 MB of 48.02 MB
  951. Domain_Controller: Progress: 99% - Saving 47.85 MB of 48.02 MB
  952. Domain_Controller: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  953. Domain_Controller: olatey\DotNet4.5\4.5.20120822\dotnetfx45_full_x86_x64.exe (48.02 MB).
  954. Domain_Controller: Download of dotnetfx45_full_x86_x64.exe (48.02 MB) completed.
  955. Domain_Controller: Installing dotnet45...
  956. Target: Installing the following packages:
  957. Target: KB2454826
  958. Target: By installing you accept licenses for the packages.
  959. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 2%
  960. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 8%
  961. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 14%
  962. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 20%
  963. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 26%
  964. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 32%
  965. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 38%
  966. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 44%
  967. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 50%
  968. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 56%
  969. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 61%
  970. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 67%
  971. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 73%
  972. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 79%
  973. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 85%
  974. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 91%
  975. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 97%
  976. Target: Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 100%
  977. Target: Progress: Downloading KB2454826 1.0.4... 15%
  978. Target: Progress: Downloading KB2454826 1.0.4... 46%
  979. Target: Progress: Downloading KB2454826 1.0.4... 77%
  980. Target: Progress: Downloading KB2454826 1.0.4... 100%
  981. Target: chocolatey-windowsupdate.extension v1.0.4 [Approved]
  982. Target: chocolatey-windowsupdate.extension package files install completed. Performing
  983. Target: other installation steps.
  984. Target: Installed/updated chocolatey-windowsupdate extensions.
  985. Target: The install of chocolatey-windowsupdate.extension was successful.
  986. Target: Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-window
  987. Target: supdate'
  988. Target: KB2454826 v1.0.4 [Approved]
  989. Target: kb2454826 package files install completed. Performing other installation steps.
  990. Target: Downloading KB2454826 64 bit
  991. Target: from 'https://download.microsoft.com/download/D/B/D/DBD62263-2627-49CB-B675-A
  992. Target: A1601EBE0BD/Windows6.1-KB2454826-v2-x64.msu'
  993. Target: Progress: 1% - Saving 125.04 KB of 9.85 MB
  994. Target: Progress: 2% - Saving 264.22 KB of 9.85 MB
  995. Target: Progress: 3% - Saving 403.4 KB of 9.85 MB
  996. Target: Progress: 5% - Saving 542.58 KB of 9.85 MB
  997. Target: Progress: 6% - Saving 681.75 KB of 9.85 MB
  998. Target: Progress: 8% - Saving 820.93 KB of 9.85 MB
  999. Target: Progress: 9% - Saving 960.11 KB of 9.85 MB
  1000. Target: Progress: 10% - Saving 1.07 MB of 9.85 MB
  1001. Target: Progress: 12% - Saving 1.21 MB of 9.85 MB
  1002. Target: Progress: 13% - Saving 1.35 MB of 9.85 MB
  1003. Target: Progress: 15% - Saving 1.48 MB of 9.85 MB
  1004. Target: Progress: 16% - Saving 1.62 MB of 9.85 MB
  1005. Target: Progress: 17% - Saving 1.75 MB of 9.85 MB
  1006. Target: Progress: 19% - Saving 1.89 MB of 9.85 MB
  1007. Target: Progress: 20% - Saving 2.02 MB of 9.85 MB
  1008. Target: Progress: 21% - Saving 2.16 MB of 9.85 MB
  1009. Target: Progress: 23% - Saving 2.3 MB of 9.85 MB
  1010. Target: Progress: 24% - Saving 2.43 MB of 9.85 MB
  1011. Target: Progress: 26% - Saving 2.57 MB of 9.85 MB
  1012. Target: Progress: 27% - Saving 2.7 MB of 9.85 MB
  1013. Target: Progress: 28% - Saving 2.84 MB of 9.85 MB
  1014. Target: Progress: 30% - Saving 2.98 MB of 9.85 MB
  1015. Target: Progress: 31% - Saving 3.11 MB of 9.85 MB
  1016. Target: Progress: 32% - Saving 3.25 MB of 9.85 MB
  1017. Target: Progress: 34% - Saving 3.38 MB of 9.85 MB
  1018. Target: Progress: 35% - Saving 3.52 MB of 9.85 MB
  1019. Target: Progress: 37% - Saving 3.66 MB of 9.85 MB
  1020. Target: Progress: 38% - Saving 3.79 MB of 9.85 MB
  1021. Target: Progress: 39% - Saving 3.93 MB of 9.85 MB
  1022. Target: Progress: 41% - Saving 4.06 MB of 9.85 MB
  1023. Target: Progress: 42% - Saving 4.2 MB of 9.85 MB
  1024. Target: Progress: 44% - Saving 4.34 MB of 9.85 MB
  1025. Target: Progress: 45% - Saving 4.47 MB of 9.85 MB
  1026. Target: Progress: 46% - Saving 4.61 MB of 9.85 MB
  1027. Target: Progress: 48% - Saving 4.74 MB of 9.85 MB
  1028. Target: Progress: 49% - Saving 4.88 MB of 9.85 MB
  1029. Target: Progress: 50% - Saving 5.02 MB of 9.85 MB
  1030. Target: Progress: 52% - Saving 5.15 MB of 9.85 MB
  1031. Target: Progress: 53% - Saving 5.29 MB of 9.85 MB
  1032. Target: Progress: 55% - Saving 5.42 MB of 9.85 MB
  1033. Target: Progress: 56% - Saving 5.56 MB of 9.85 MB
  1034. Target: Progress: 57% - Saving 5.69 MB of 9.85 MB
  1035. Target: Progress: 59% - Saving 5.83 MB of 9.85 MB
  1036. Target: Progress: 60% - Saving 5.95 MB of 9.85 MB
  1037. Target: Progress: 61% - Saving 6.08 MB of 9.85 MB
  1038. Target: Progress: 62% - Saving 6.2 MB of 9.85 MB
  1039. Target: Progress: 64% - Saving 6.33 MB of 9.85 MB
  1040. Target: Progress: 65% - Saving 6.45 MB of 9.85 MB
  1041. Target: Progress: 66% - Saving 6.58 MB of 9.85 MB
  1042. Target: Progress: 68% - Saving 6.7 MB of 9.85 MB
  1043. Target: Progress: 69% - Saving 6.84 MB of 9.85 MB
  1044. Target: Progress: 70% - Saving 6.97 MB of 9.85 MB
  1045. Target: Progress: 72% - Saving 7.11 MB of 9.85 MB
  1046. Target: Progress: 73% - Saving 7.24 MB of 9.85 MB
  1047. Target: Progress: 74% - Saving 7.38 MB of 9.85 MB
  1048. Target: Progress: 76% - Saving 7.52 MB of 9.85 MB
  1049. Target: Progress: 77% - Saving 7.65 MB of 9.85 MB
  1050. Target: Progress: 79% - Saving 7.79 MB of 9.85 MB
  1051. Target: Progress: 80% - Saving 7.92 MB of 9.85 MB
  1052. Target: Progress: 81% - Saving 8.06 MB of 9.85 MB
  1053. Target: Progress: 83% - Saving 8.2 MB of 9.85 MB
  1054. Target: Progress: 85% - Saving 8.47 MB of 9.85 MB
  1055. Target: Progress: 87% - Saving 8.6 MB of 9.85 MB
  1056. Target: Progress: 88% - Saving 8.74 MB of 9.85 MB
  1057. Target: Progress: 90% - Saving 8.88 MB of 9.85 MB
  1058. Target: Progress: 91% - Saving 9.01 MB of 9.85 MB
  1059. Target: Progress: 92% - Saving 9.15 MB of 9.85 MB
  1060. Target: Progress: 94% - Saving 9.28 MB of 9.85 MB
  1061. Target: Progress: 95% - Saving 9.42 MB of 9.85 MB
  1062. Target: Progress: 97% - Saving 9.55 MB of 9.85 MB
  1063. Target: Progress: 98% - Saving 9.69 MB of 9.85 MB
  1064. Target: Progress: 99% - Saving 9.83 MB of 9.85 MB
  1065. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  1066. Target: olatey\KB2454826\1.0.4\Windows6.1-KB2454826-v2-x64.msu (9.85 MB).
  1067. Target: Download of Windows6.1-KB2454826-v2-x64.msu (9.85 MB) completed.
  1068. Target: Hashes match.
  1069. Target: Installing KB2454826...
  1070. Target: WARNING: Update KB2454826 has been installed, but a reboot is required to final
  1071. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  1072. Target: il to install or function properly.
  1073. Target: The install of kb2454826 was successful.
  1074. Target: Software installed as 'msu', install location is likely default.
  1075. Target: Chocolatey installed 2/2 packages.
  1076. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1077. Target: Packages requiring reboot:
  1078. Target: - kb2454826 (exit code 3010)
  1079. Target: The recent package changes indicate a reboot is necessary.
  1080. Target: Please reboot at your earliest convenience.
  1081. Target: [!] Failed to install package KB2454826. Attempt 1 out of 3. Sleeping for 30 se
  1082. Target: conds before next retry.
  1083. Target: Installing the following packages:
  1084. Target: KB2454826
  1085. Target: By installing you accept licenses for the packages.
  1086. Target: KB2454826 v1.0.4 already installed.
  1087. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  1088. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB2534366.ps1
  1089. Target: Chocolatey installed 0/1 packages.
  1090. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1091. Target: Warnings:
  1092. Target: - kb2454826 - KB2454826 v1.0.4 already installed.
  1093. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  1094. Target: Installing the following packages:
  1095. Target: KB2534366
  1096. Target: By installing you accept licenses for the packages.
  1097. Target: Progress: Downloading KB2534366 1.0.4... 14%
  1098. Target: Progress: Downloading KB2534366 1.0.4... 44%
  1099. Target: Progress: Downloading KB2534366 1.0.4... 74%
  1100. Target: Progress: Downloading KB2534366 1.0.4... 100%
  1101. Target: KB2534366 v1.0.4 [Approved]
  1102. Target: kb2534366 package files install completed. Performing other installation steps.
  1103. Target: Downloading KB2534366 64 bit
  1104. Target: from 'https://download.microsoft.com/download/1/F/7/1F726FD8-3437-424E-8158-4
  1105. Target: E961F7CE52E/Windows6.1-KB2534366-x64.msu'
  1106. Target: Progress: 2% - Saving 125.86 KB of 5.03 MB
  1107. Target: Progress: 5% - Saving 265.04 KB of 5.03 MB
  1108. Target: Progress: 7% - Saving 404.22 KB of 5.03 MB
  1109. Target: Progress: 10% - Saving 543.4 KB of 5.03 MB
  1110. Target: Progress: 13% - Saving 682.58 KB of 5.03 MB
  1111. Target: Progress: 15% - Saving 821.76 KB of 5.03 MB
  1112. Target: Progress: 18% - Saving 960.94 KB of 5.03 MB
  1113. Target: Progress: 21% - Saving 1.07 MB of 5.03 MB
  1114. Target: Progress: 24% - Saving 1.21 MB of 5.03 MB
  1115. Target: Progress: 26% - Saving 1.35 MB of 5.03 MB
  1116. Target: Progress: 29% - Saving 1.48 MB of 5.03 MB
  1117. Target: Progress: 34% - Saving 1.75 MB of 5.03 MB
  1118. Target: Progress: 37% - Saving 1.89 MB of 5.03 MB
  1119. Target: Progress: 40% - Saving 2.03 MB of 5.03 MB
  1120. Target: Progress: 42% - Saving 2.16 MB of 5.03 MB
  1121. Target: Progress: 45% - Saving 2.3 MB of 5.03 MB
  1122. Target: Progress: 48% - Saving 2.43 MB of 5.03 MB
  1123. Target: Progress: 51% - Saving 2.57 MB of 5.03 MB
  1124. Target: Progress: 53% - Saving 2.71 MB of 5.03 MB
  1125. Target: Progress: 56% - Saving 2.84 MB of 5.03 MB
  1126. Target: Progress: 59% - Saving 2.98 MB of 5.03 MB
  1127. Target: Progress: 61% - Saving 3.11 MB of 5.03 MB
  1128. Target: Progress: 64% - Saving 3.25 MB of 5.03 MB
  1129. Target: Progress: 67% - Saving 3.38 MB of 5.03 MB
  1130. Target: Progress: 70% - Saving 3.52 MB of 5.03 MB
  1131. Target: Progress: 72% - Saving 3.66 MB of 5.03 MB
  1132. Target: Progress: 75% - Saving 3.79 MB of 5.03 MB
  1133. Target: Progress: 78% - Saving 3.93 MB of 5.03 MB
  1134. Target: Progress: 80% - Saving 4.06 MB of 5.03 MB
  1135. Target: Progress: 83% - Saving 4.2 MB of 5.03 MB
  1136. Target: Progress: 86% - Saving 4.34 MB of 5.03 MB
  1137. Target: Progress: 88% - Saving 4.47 MB of 5.03 MB
  1138. Target: Progress: 91% - Saving 4.61 MB of 5.03 MB
  1139. Target: Progress: 94% - Saving 4.74 MB of 5.03 MB
  1140. Target: Progress: 97% - Saving 4.88 MB of 5.03 MB
  1141. Target: Progress: 99% - Saving 5.02 MB of 5.03 MB
  1142. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  1143. Target: olatey\KB2534366\1.0.4\Windows6.1-KB2534366-x64.msu (5.03 MB).
  1144. Target: Download of Windows6.1-KB2534366-x64.msu (5.03 MB) completed.
  1145. Target: Hashes match.
  1146. Target: Installing KB2534366...
  1147. Target: WARNING: Update KB2534366 has been installed, but a reboot is required to final
  1148. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  1149. Target: il to install or function properly.
  1150. Target: The install of kb2534366 was successful.
  1151. Target: Software installed as 'msu', install location is likely default.
  1152. Target: Chocolatey installed 1/1 packages.
  1153. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1154. Target: Packages requiring reboot:
  1155. Target: - kb2534366 (exit code 3010)
  1156. Target: The recent package changes indicate a reboot is necessary.
  1157. Target: Please reboot at your earliest convenience.
  1158. Target: [!] Failed to install package KB2534366. Attempt 1 out of 3. Sleeping for 30 se
  1159. Target: conds before next retry.
  1160. Target: Installing the following packages:
  1161. Target: KB2534366
  1162. Target: By installing you accept licenses for the packages.
  1163. Target: KB2534366 v1.0.4 already installed.
  1164. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  1165. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB2533552.ps1
  1166. Target: Chocolatey installed 0/1 packages.
  1167. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1168. Target: Warnings:
  1169. Target: - kb2534366 - KB2534366 v1.0.4 already installed.
  1170. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  1171. Target: Installing the following packages:
  1172. Target: KB2533552
  1173. Target: By installing you accept licenses for the packages.
  1174. Target: Progress: Downloading KB2533552 1.0.4... 12%
  1175. Target: Progress: Downloading KB2533552 1.0.4... 37%
  1176. Target: Progress: Downloading KB2533552 1.0.4... 62%
  1177. Target: Progress: Downloading KB2533552 1.0.4... 87%
  1178. Target: Progress: Downloading KB2533552 1.0.4... 100%
  1179. Target: KB2533552 v1.0.4 [Approved]
  1180. Target: kb2533552 package files install completed. Performing other installation steps.
  1181. Target: Downloading KB2533552 64 bit
  1182. Target: from 'https://download.microsoft.com/download/B/6/F/B6F95B10-8B74-42F2-B57A-2
  1183. Target: C559D43BC28/Windows6.1-KB2533552-x64.msu'
  1184. Target: Progress: 1% - Saving 118.67 KB of 9.23 MB
  1185. Target: Progress: 2% - Saving 245.92 KB of 9.23 MB
  1186. Target: Progress: 3% - Saving 373.17 KB of 9.23 MB
  1187. Target: Progress: 5% - Saving 500.42 KB of 9.23 MB
  1188. Target: Progress: 6% - Saving 627.67 KB of 9.23 MB
  1189. Target: Progress: 7% - Saving 754.92 KB of 9.23 MB
  1190. Target: Progress: 9% - Saving 882.17 KB of 9.23 MB
  1191. Target: Progress: 10% - Saving 1009.42 KB of 9.23 MB
  1192. Target: Progress: 12% - Saving 1.11 MB of 9.23 MB
  1193. Target: Progress: 13% - Saving 1.23 MB of 9.23 MB
  1194. Target: Progress: 14% - Saving 1.36 MB of 9.23 MB
  1195. Target: Progress: 16% - Saving 1.48 MB of 9.23 MB
  1196. Target: Progress: 17% - Saving 1.61 MB of 9.23 MB
  1197. Target: Progress: 18% - Saving 1.73 MB of 9.23 MB
  1198. Target: Progress: 20% - Saving 1.86 MB of 9.23 MB
  1199. Target: Progress: 21% - Saving 1.98 MB of 9.23 MB
  1200. Target: Progress: 22% - Saving 2.1 MB of 9.23 MB
  1201. Target: Progress: 24% - Saving 2.23 MB of 9.23 MB
  1202. Target: Progress: 25% - Saving 2.35 MB of 9.23 MB
  1203. Target: Progress: 26% - Saving 2.48 MB of 9.23 MB
  1204. Target: Progress: 28% - Saving 2.6 MB of 9.23 MB
  1205. Target: Progress: 29% - Saving 2.73 MB of 9.23 MB
  1206. Target: Progress: 30% - Saving 2.85 MB of 9.23 MB
  1207. Target: Progress: 32% - Saving 2.97 MB of 9.23 MB
  1208. Target: Progress: 33% - Saving 3.1 MB of 9.23 MB
  1209. Target: Progress: 34% - Saving 3.22 MB of 9.23 MB
  1210. Target: Progress: 36% - Saving 3.35 MB of 9.23 MB
  1211. Target: Progress: 37% - Saving 3.47 MB of 9.23 MB
  1212. Target: Progress: 40% - Saving 3.72 MB of 9.23 MB
  1213. Target: Progress: 41% - Saving 3.84 MB of 9.23 MB
  1214. Target: Progress: 43% - Saving 3.97 MB of 9.23 MB
  1215. Target: Progress: 44% - Saving 4.09 MB of 9.23 MB
  1216. Target: Progress: 45% - Saving 4.22 MB of 9.23 MB
  1217. Target: Progress: 47% - Saving 4.34 MB of 9.23 MB
  1218. Target: Progress: 48% - Saving 4.47 MB of 9.23 MB
  1219. Target: Progress: 49% - Saving 4.59 MB of 9.23 MB
  1220. Target: Progress: 51% - Saving 4.71 MB of 9.23 MB
  1221. Target: Progress: 52% - Saving 4.84 MB of 9.23 MB
  1222. Target: Progress: 53% - Saving 4.96 MB of 9.23 MB
  1223. Target: Progress: 55% - Saving 5.09 MB of 9.23 MB
  1224. Target: Progress: 56% - Saving 5.21 MB of 9.23 MB
  1225. Target: Progress: 57% - Saving 5.34 MB of 9.23 MB
  1226. Target: Progress: 59% - Saving 5.46 MB of 9.23 MB
  1227. Target: Progress: 60% - Saving 5.58 MB of 9.23 MB
  1228. Target: Progress: 61% - Saving 5.71 MB of 9.23 MB
  1229. Target: Progress: 63% - Saving 5.83 MB of 9.23 MB
  1230. Target: Progress: 64% - Saving 5.96 MB of 9.23 MB
  1231. Target: Progress: 65% - Saving 6.08 MB of 9.23 MB
  1232. Target: Progress: 67% - Saving 6.2 MB of 9.23 MB
  1233. Target: Progress: 68% - Saving 6.33 MB of 9.23 MB
  1234. Target: Progress: 69% - Saving 6.45 MB of 9.23 MB
  1235. Target: Progress: 71% - Saving 6.58 MB of 9.23 MB
  1236. Target: Progress: 72% - Saving 6.7 MB of 9.23 MB
  1237. Target: Progress: 73% - Saving 6.83 MB of 9.23 MB
  1238. Target: Progress: 75% - Saving 6.95 MB of 9.23 MB
  1239. Target: Progress: 76% - Saving 7.07 MB of 9.23 MB
  1240. Target: Progress: 78% - Saving 7.2 MB of 9.23 MB
  1241. Target: Progress: 79% - Saving 7.32 MB of 9.23 MB
  1242. Target: Progress: 80% - Saving 7.45 MB of 9.23 MB
  1243. Target: Progress: 82% - Saving 7.57 MB of 9.23 MB
  1244. Target: Progress: 83% - Saving 7.7 MB of 9.23 MB
  1245. Target: Progress: 84% - Saving 7.82 MB of 9.23 MB
  1246. Target: Progress: 86% - Saving 7.94 MB of 9.23 MB
  1247. Target: Progress: 87% - Saving 8.07 MB of 9.23 MB
  1248. Target: Progress: 88% - Saving 8.19 MB of 9.23 MB
  1249. Target: Progress: 90% - Saving 8.32 MB of 9.23 MB
  1250. Target: Progress: 91% - Saving 8.44 MB of 9.23 MB
  1251. Target: Progress: 92% - Saving 8.57 MB of 9.23 MB
  1252. Target: Progress: 94% - Saving 8.69 MB of 9.23 MB
  1253. Target: Progress: 95% - Saving 8.81 MB of 9.23 MB
  1254. Target: Progress: 96% - Saving 8.94 MB of 9.23 MB
  1255. Target: Progress: 98% - Saving 9.06 MB of 9.23 MB
  1256. Target: Progress: 99% - Saving 9.19 MB of 9.23 MB
  1257. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  1258. Target: olatey\KB2533552\1.0.4\Windows6.1-KB2533552-x64.msu (9.23 MB).
  1259. Target: Download of Windows6.1-KB2533552-x64.msu (9.23 MB) completed.
  1260. Target: Hashes match.
  1261. Target: Installing KB2533552...
  1262. Target: WARNING: Update KB2533552 has been installed, but a reboot is required to final
  1263. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  1264. Target: il to install or function properly.
  1265. Target: The install of kb2533552 was successful.
  1266. Target: Software installed as 'msu', install location is likely default.
  1267. Target: Chocolatey installed 1/1 packages.
  1268. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1269. Target: Packages requiring reboot:
  1270. Target: - kb2533552 (exit code 3010)
  1271. Target: The recent package changes indicate a reboot is necessary.
  1272. Target: Please reboot at your earliest convenience.
  1273. Target: [!] Failed to install package KB2533552. Attempt 1 out of 3. Sleeping for 30 se
  1274. Target: conds before next retry.
  1275. Target: Installing the following packages:
  1276. Target: KB2533552
  1277. Target: By installing you accept licenses for the packages.
  1278. Target: KB2533552 v1.0.4 already installed.
  1279. ==> Target: Restarting Machine
  1280. ==> Target: Waiting for machine to restart...
  1281. ==> Target: A system shutdown is in progress.(1115)
  1282. Target: VAGRANT-7 restarted.
  1283. ==> Target: Machine successfully restarted, moving on
  1284. ==> Target: Provisioning with Powershell...
  1285. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-SP1.ps1
  1286. Domain_Controller: dotnet45 has been installed.
  1287. Domain_Controller: The install of dotnet4.5 was successful.
  1288. Domain_Controller: Software installed to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupC
  1289. Domain_Controller: ache\'
  1290. Domain_Controller: Chocolatey installed 1/1 packages.
  1291. Domain_Controller: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1292. Domain_Controller: Packages requiring reboot:
  1293. Domain_Controller: - dotnet4.5 (exit code 3010)
  1294. Domain_Controller: The recent package changes indicate a reboot is necessary.
  1295. Domain_Controller: Please reboot at your earliest convenience.
  1296. Domain_Controller: [!] Failed to install package dotnet4.5. Attempt 1 out of 3. Sleeping for 30 se
  1297. Domain_Controller: conds before next retry.
  1298. Domain_Controller: Installing the following packages:
  1299. Domain_Controller: dotnet4.5
  1300. Domain_Controller: By installing you accept licenses for the packages.
  1301. Target: Succesfully downloaded SP1. Starting installation. Hang on, this will take a lo
  1302. Target: ng time
  1303. Domain_Controller: DotNet4.5 v4.5.20120822 already installed.
  1304. Domain_Controller: Use --force to reinstall, specify a version to install, or try upgrade.
  1305. ==> Domain_Controller: Restarting Machine
  1306. ==> Domain_Controller: Waiting for machine to restart...
  1307. ==> Domain_Controller: A system shutdown is in progress.(1115)
  1308. Domain_Controller: VAGRANT-2008R2 restarted.
  1309. ==> Domain_Controller: Machine successfully restarted, moving on
  1310. ==> Domain_Controller: Provisioning with Powershell...
  1311. ==> Domain_Controller: Provisioning with powershell script: ./scripts/WinDC/Install-Powershell5.ps1
  1312. Domain_Controller: Installing the following packages:
  1313. Domain_Controller: powershell
  1314. Domain_Controller: By installing you accept licenses for the packages.
  1315. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 5%
  1316. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 17%
  1317. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 29%
  1318. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 41%
  1319. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 53%
  1320. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 65%
  1321. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 77%
  1322. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 89%
  1323. Domain_Controller: Progress: Downloading PowerShell 5.1.14409.20180811... 100%
  1324. Domain_Controller: PowerShell v5.1.14409.20180811 [Approved]
  1325. Domain_Controller: powershell package files install completed. Performing other installation steps
  1326. Domain_Controller: .
  1327. Domain_Controller: Running on: Windows Server 2008 R2 Standard, (ServerStandard), Windows Kernel:
  1328. Domain_Controller: 6.1.7601
  1329. Domain_Controller: Installing for OS: Win7 SP1/2008R2 SP1
  1330. Domain_Controller: Downloading PowerShell 64 bit
  1331. Domain_Controller: from 'https://download.microsoft.com/download/6/F/5/6F5FF66C-6775-42B0-86C4-4
  1332. Domain_Controller: 7D41F2DA187/Win7AndW2K8R2-KB3191566-x64.zip'
  1333. Domain_Controller: Progress: 0% - Saving 118.18 KB of 64.92 MB
  1334. Domain_Controller: Progress: 0% - Saving 245.43 KB of 64.92 MB
  1335. Domain_Controller: Progress: 0% - Saving 372.68 KB of 64.92 MB
  1336. Domain_Controller: Progress: 0% - Saving 499.93 KB of 64.92 MB
  1337. Domain_Controller: Progress: 0% - Saving 627.18 KB of 64.92 MB
  1338. Domain_Controller: Progress: 1% - Saving 754.43 KB of 64.92 MB
  1339. Domain_Controller: Progress: 1% - Saving 881.68 KB of 64.92 MB
  1340. Domain_Controller: Progress: 1% - Saving 1008.93 KB of 64.92 MB
  1341. Domain_Controller: Progress: 1% - Saving 1.11 MB of 64.92 MB
  1342. Domain_Controller: Progress: 1% - Saving 1.23 MB of 64.92 MB
  1343. Domain_Controller: Progress: 2% - Saving 1.36 MB of 64.92 MB
  1344. Domain_Controller: Progress: 2% - Saving 1.48 MB of 64.92 MB
  1345. Domain_Controller: Progress: 2% - Saving 1.61 MB of 64.92 MB
  1346. Domain_Controller: Progress: 2% - Saving 1.73 MB of 64.92 MB
  1347. Domain_Controller: Progress: 2% - Saving 1.86 MB of 64.92 MB
  1348. Domain_Controller: Progress: 3% - Saving 1.98 MB of 64.92 MB
  1349. Domain_Controller: Progress: 3% - Saving 2.1 MB of 64.92 MB
  1350. Domain_Controller: Progress: 3% - Saving 2.35 MB of 64.92 MB
  1351. Domain_Controller: Progress: 3% - Saving 2.48 MB of 64.92 MB
  1352. Domain_Controller: Progress: 4% - Saving 2.6 MB of 64.92 MB
  1353. Domain_Controller: Progress: 4% - Saving 2.73 MB of 64.92 MB
  1354. Domain_Controller: Progress: 4% - Saving 2.85 MB of 64.92 MB
  1355. Domain_Controller: Progress: 4% - Saving 2.97 MB of 64.92 MB
  1356. Domain_Controller: Progress: 4% - Saving 3.1 MB of 64.92 MB
  1357. Domain_Controller: Progress: 4% - Saving 3.22 MB of 64.92 MB
  1358. Domain_Controller: Progress: 5% - Saving 3.35 MB of 64.92 MB
  1359. Domain_Controller: Progress: 5% - Saving 3.47 MB of 64.92 MB
  1360. Domain_Controller: Progress: 5% - Saving 3.59 MB of 64.92 MB
  1361. Domain_Controller: Progress: 5% - Saving 3.72 MB of 64.92 MB
  1362. Domain_Controller: Progress: 5% - Saving 3.84 MB of 64.92 MB
  1363. Domain_Controller: Progress: 6% - Saving 3.97 MB of 64.92 MB
  1364. Domain_Controller: Progress: 6% - Saving 4.09 MB of 64.92 MB
  1365. Domain_Controller: Progress: 6% - Saving 4.22 MB of 64.92 MB
  1366. Domain_Controller: Progress: 6% - Saving 4.34 MB of 64.92 MB
  1367. Domain_Controller: Progress: 6% - Saving 4.46 MB of 64.92 MB
  1368. Domain_Controller: Progress: 7% - Saving 4.59 MB of 64.92 MB
  1369. Domain_Controller: Progress: 7% - Saving 4.71 MB of 64.92 MB
  1370. Domain_Controller: Progress: 7% - Saving 4.84 MB of 64.92 MB
  1371. Domain_Controller: Progress: 7% - Saving 4.96 MB of 64.92 MB
  1372. Domain_Controller: Progress: 7% - Saving 5.09 MB of 64.92 MB
  1373. Domain_Controller: Progress: 8% - Saving 5.21 MB of 64.92 MB
  1374. Domain_Controller: Progress: 8% - Saving 5.33 MB of 64.92 MB
  1375. Domain_Controller: Progress: 8% - Saving 5.46 MB of 64.92 MB
  1376. Domain_Controller: Progress: 8% - Saving 5.58 MB of 64.92 MB
  1377. Domain_Controller: Progress: 8% - Saving 5.71 MB of 64.92 MB
  1378. Domain_Controller: Progress: 8% - Saving 5.83 MB of 64.92 MB
  1379. Domain_Controller: Progress: 9% - Saving 5.96 MB of 64.92 MB
  1380. Domain_Controller: Progress: 9% - Saving 6.08 MB of 64.92 MB
  1381. Domain_Controller: Progress: 9% - Saving 6.2 MB of 64.92 MB
  1382. Domain_Controller: Progress: 9% - Saving 6.33 MB of 64.92 MB
  1383. Domain_Controller: Progress: 9% - Saving 6.45 MB of 64.92 MB
  1384. Domain_Controller: Progress: 10% - Saving 6.58 MB of 64.92 MB
  1385. Domain_Controller: Progress: 10% - Saving 6.7 MB of 64.92 MB
  1386. Domain_Controller: Progress: 10% - Saving 6.83 MB of 64.92 MB
  1387. Domain_Controller: Progress: 10% - Saving 6.95 MB of 64.92 MB
  1388. Domain_Controller: Progress: 10% - Saving 7.07 MB of 64.92 MB
  1389. Domain_Controller: Progress: 11% - Saving 7.2 MB of 64.92 MB
  1390. Domain_Controller: Progress: 11% - Saving 7.32 MB of 64.92 MB
  1391. Domain_Controller: Progress: 11% - Saving 7.45 MB of 64.92 MB
  1392. Domain_Controller: Progress: 11% - Saving 7.57 MB of 64.92 MB
  1393. Domain_Controller: Progress: 11% - Saving 7.7 MB of 64.92 MB
  1394. Domain_Controller: Progress: 12% - Saving 7.82 MB of 64.92 MB
  1395. Domain_Controller: Progress: 12% - Saving 7.94 MB of 64.92 MB
  1396. Domain_Controller: Progress: 12% - Saving 8.07 MB of 64.92 MB
  1397. Domain_Controller: Progress: 12% - Saving 8.19 MB of 64.92 MB
  1398. Domain_Controller: Progress: 12% - Saving 8.32 MB of 64.92 MB
  1399. Domain_Controller: Progress: 13% - Saving 8.44 MB of 64.92 MB
  1400. Domain_Controller: Progress: 13% - Saving 8.57 MB of 64.92 MB
  1401. Domain_Controller: Progress: 13% - Saving 8.69 MB of 64.92 MB
  1402. Domain_Controller: Progress: 13% - Saving 8.81 MB of 64.92 MB
  1403. Domain_Controller: Progress: 13% - Saving 8.94 MB of 64.92 MB
  1404. Domain_Controller: Progress: 13% - Saving 9.06 MB of 64.92 MB
  1405. Domain_Controller: Progress: 14% - Saving 9.19 MB of 64.92 MB
  1406. Domain_Controller: Progress: 14% - Saving 9.31 MB of 64.92 MB
  1407. Domain_Controller: Progress: 14% - Saving 9.44 MB of 64.92 MB
  1408. Domain_Controller: Progress: 14% - Saving 9.56 MB of 64.92 MB
  1409. Domain_Controller: Progress: 14% - Saving 9.68 MB of 64.92 MB
  1410. Domain_Controller: Progress: 15% - Saving 9.81 MB of 64.92 MB
  1411. Domain_Controller: Progress: 15% - Saving 9.93 MB of 64.92 MB
  1412. Domain_Controller: Progress: 15% - Saving 10.06 MB of 64.92 MB
  1413. Domain_Controller: Progress: 15% - Saving 10.18 MB of 64.92 MB
  1414. Domain_Controller: Progress: 15% - Saving 10.31 MB of 64.92 MB
  1415. Domain_Controller: Progress: 16% - Saving 10.43 MB of 64.92 MB
  1416. Domain_Controller: Progress: 16% - Saving 10.55 MB of 64.92 MB
  1417. Domain_Controller: Progress: 16% - Saving 10.68 MB of 64.92 MB
  1418. Domain_Controller: Progress: 16% - Saving 10.8 MB of 64.92 MB
  1419. Domain_Controller: Progress: 16% - Saving 10.93 MB of 64.92 MB
  1420. Domain_Controller: Progress: 17% - Saving 11.05 MB of 64.92 MB
  1421. Domain_Controller: Progress: 17% - Saving 11.18 MB of 64.92 MB
  1422. Domain_Controller: Progress: 17% - Saving 11.3 MB of 64.92 MB
  1423. Domain_Controller: Progress: 17% - Saving 11.42 MB of 64.92 MB
  1424. Domain_Controller: Progress: 17% - Saving 11.55 MB of 64.92 MB
  1425. Domain_Controller: Progress: 17% - Saving 11.67 MB of 64.92 MB
  1426. Domain_Controller: Progress: 18% - Saving 11.8 MB of 64.92 MB
  1427. Domain_Controller: Progress: 18% - Saving 11.92 MB of 64.92 MB
  1428. Domain_Controller: Progress: 18% - Saving 12.05 MB of 64.92 MB
  1429. Domain_Controller: Progress: 18% - Saving 12.17 MB of 64.92 MB
  1430. Domain_Controller: Progress: 18% - Saving 12.29 MB of 64.92 MB
  1431. Domain_Controller: Progress: 19% - Saving 12.42 MB of 64.92 MB
  1432. Domain_Controller: Progress: 19% - Saving 12.54 MB of 64.92 MB
  1433. Domain_Controller: Progress: 19% - Saving 12.67 MB of 64.92 MB
  1434. Domain_Controller: Progress: 19% - Saving 12.79 MB of 64.92 MB
  1435. Domain_Controller: Progress: 19% - Saving 12.91 MB of 64.92 MB
  1436. Domain_Controller: Progress: 20% - Saving 13.04 MB of 64.92 MB
  1437. Domain_Controller: Progress: 20% - Saving 13.16 MB of 64.92 MB
  1438. Domain_Controller: Progress: 20% - Saving 13.29 MB of 64.92 MB
  1439. Domain_Controller: Progress: 20% - Saving 13.41 MB of 64.92 MB
  1440. Domain_Controller: Progress: 20% - Saving 13.54 MB of 64.92 MB
  1441. Domain_Controller: Progress: 21% - Saving 13.66 MB of 64.92 MB
  1442. Domain_Controller: Progress: 21% - Saving 13.78 MB of 64.92 MB
  1443. Domain_Controller: Progress: 21% - Saving 13.91 MB of 64.92 MB
  1444. Domain_Controller: Progress: 21% - Saving 14.03 MB of 64.92 MB
  1445. Domain_Controller: Progress: 21% - Saving 14.16 MB of 64.92 MB
  1446. Domain_Controller: Progress: 21% - Saving 14.28 MB of 64.92 MB
  1447. Domain_Controller: Progress: 22% - Saving 14.41 MB of 64.92 MB
  1448. Domain_Controller: Progress: 22% - Saving 14.53 MB of 64.92 MB
  1449. Domain_Controller: Progress: 22% - Saving 14.65 MB of 64.92 MB
  1450. Domain_Controller: Progress: 22% - Saving 14.78 MB of 64.92 MB
  1451. Domain_Controller: Progress: 22% - Saving 14.9 MB of 64.92 MB
  1452. Domain_Controller: Progress: 23% - Saving 15.03 MB of 64.92 MB
  1453. Domain_Controller: Progress: 23% - Saving 15.15 MB of 64.92 MB
  1454. Domain_Controller: Progress: 23% - Saving 15.28 MB of 64.92 MB
  1455. Domain_Controller: Progress: 23% - Saving 15.4 MB of 64.92 MB
  1456. Domain_Controller: Progress: 23% - Saving 15.52 MB of 64.92 MB
  1457. Domain_Controller: Progress: 24% - Saving 15.65 MB of 64.92 MB
  1458. Domain_Controller: Progress: 24% - Saving 15.77 MB of 64.92 MB
  1459. Domain_Controller: Progress: 24% - Saving 15.9 MB of 64.92 MB
  1460. Domain_Controller: Progress: 24% - Saving 16.02 MB of 64.92 MB
  1461. Domain_Controller: Progress: 24% - Saving 16.15 MB of 64.92 MB
  1462. Domain_Controller: Progress: 25% - Saving 16.27 MB of 64.92 MB
  1463. Domain_Controller: Progress: 25% - Saving 16.39 MB of 64.92 MB
  1464. Domain_Controller: Progress: 25% - Saving 16.52 MB of 64.92 MB
  1465. Domain_Controller: Progress: 25% - Saving 16.64 MB of 64.92 MB
  1466. Domain_Controller: Progress: 25% - Saving 16.77 MB of 64.92 MB
  1467. Domain_Controller: Progress: 26% - Saving 16.89 MB of 64.92 MB
  1468. Domain_Controller: Progress: 26% - Saving 17.02 MB of 64.92 MB
  1469. Domain_Controller: Progress: 26% - Saving 17.14 MB of 64.92 MB
  1470. Domain_Controller: Progress: 26% - Saving 17.26 MB of 64.92 MB
  1471. Domain_Controller: Progress: 26% - Saving 17.39 MB of 64.92 MB
  1472. Domain_Controller: Progress: 26% - Saving 17.51 MB of 64.92 MB
  1473. Domain_Controller: Progress: 27% - Saving 17.64 MB of 64.92 MB
  1474. Domain_Controller: Progress: 27% - Saving 17.89 MB of 64.92 MB
  1475. Domain_Controller: Progress: 27% - Saving 18.01 MB of 64.92 MB
  1476. Domain_Controller: Progress: 27% - Saving 18.13 MB of 64.92 MB
  1477. Domain_Controller: Progress: 28% - Saving 18.26 MB of 64.92 MB
  1478. Domain_Controller: Progress: 28% - Saving 18.38 MB of 64.92 MB
  1479. Domain_Controller: Progress: 28% - Saving 18.51 MB of 64.92 MB
  1480. Domain_Controller: Progress: 28% - Saving 18.63 MB of 64.92 MB
  1481. Domain_Controller: Progress: 28% - Saving 18.76 MB of 64.92 MB
  1482. Domain_Controller: Progress: 29% - Saving 18.88 MB of 64.92 MB
  1483. Domain_Controller: Progress: 29% - Saving 19 MB of 64.92 MB
  1484. Domain_Controller: Progress: 29% - Saving 19.13 MB of 64.92 MB
  1485. Domain_Controller: Progress: 29% - Saving 19.25 MB of 64.92 MB
  1486. Domain_Controller: Progress: 29% - Saving 19.38 MB of 64.92 MB
  1487. Domain_Controller: Progress: 30% - Saving 19.5 MB of 64.92 MB
  1488. Domain_Controller: Progress: 30% - Saving 19.63 MB of 64.92 MB
  1489. Domain_Controller: Progress: 30% - Saving 19.75 MB of 64.92 MB
  1490. Domain_Controller: Progress: 30% - Saving 19.87 MB of 64.92 MB
  1491. Domain_Controller: Progress: 30% - Saving 20 MB of 64.92 MB
  1492. Domain_Controller: Progress: 30% - Saving 20.12 MB of 64.92 MB
  1493. Domain_Controller: Progress: 31% - Saving 20.25 MB of 64.92 MB
  1494. Domain_Controller: Progress: 31% - Saving 20.37 MB of 64.92 MB
  1495. Domain_Controller: Progress: 31% - Saving 20.5 MB of 64.92 MB
  1496. Domain_Controller: Progress: 31% - Saving 20.62 MB of 64.92 MB
  1497. Domain_Controller: Progress: 31% - Saving 20.74 MB of 64.92 MB
  1498. Domain_Controller: Progress: 32% - Saving 20.87 MB of 64.92 MB
  1499. Domain_Controller: Progress: 32% - Saving 20.99 MB of 64.92 MB
  1500. Domain_Controller: Progress: 32% - Saving 21.24 MB of 64.92 MB
  1501. Domain_Controller: Progress: 32% - Saving 21.37 MB of 64.92 MB
  1502. Domain_Controller: Progress: 33% - Saving 21.49 MB of 64.92 MB
  1503. Domain_Controller: Progress: 33% - Saving 21.61 MB of 64.92 MB
  1504. Domain_Controller: Progress: 33% - Saving 21.74 MB of 64.92 MB
  1505. Domain_Controller: Progress: 33% - Saving 21.86 MB of 64.92 MB
  1506. Domain_Controller: Progress: 33% - Saving 21.99 MB of 64.92 MB
  1507. Domain_Controller: Progress: 34% - Saving 22.11 MB of 64.92 MB
  1508. Domain_Controller: Progress: 34% - Saving 22.24 MB of 64.92 MB
  1509. Domain_Controller: Progress: 34% - Saving 22.36 MB of 64.92 MB
  1510. Domain_Controller: Progress: 34% - Saving 22.48 MB of 64.92 MB
  1511. Domain_Controller: Progress: 34% - Saving 22.61 MB of 64.92 MB
  1512. Domain_Controller: Progress: 35% - Saving 22.73 MB of 64.92 MB
  1513. Domain_Controller: Progress: 35% - Saving 22.86 MB of 64.92 MB
  1514. Domain_Controller: Progress: 35% - Saving 22.98 MB of 64.92 MB
  1515. Domain_Controller: Progress: 35% - Saving 23.1 MB of 64.92 MB
  1516. Domain_Controller: Progress: 35% - Saving 23.23 MB of 64.92 MB
  1517. Domain_Controller: Progress: 35% - Saving 23.35 MB of 64.92 MB
  1518. Domain_Controller: Progress: 36% - Saving 23.48 MB of 64.92 MB
  1519. Domain_Controller: Progress: 36% - Saving 23.73 MB of 64.92 MB
  1520. Domain_Controller: Progress: 36% - Saving 23.85 MB of 64.92 MB
  1521. Domain_Controller: Progress: 36% - Saving 23.97 MB of 64.92 MB
  1522. Domain_Controller: Progress: 37% - Saving 24.1 MB of 64.92 MB
  1523. Domain_Controller: Progress: 37% - Saving 24.22 MB of 64.92 MB
  1524. Domain_Controller: Progress: 37% - Saving 24.35 MB of 64.92 MB
  1525. Domain_Controller: Progress: 37% - Saving 24.47 MB of 64.92 MB
  1526. Domain_Controller: Progress: 37% - Saving 24.6 MB of 64.92 MB
  1527. Domain_Controller: Progress: 38% - Saving 24.72 MB of 64.92 MB
  1528. Domain_Controller: Progress: 38% - Saving 24.84 MB of 64.92 MB
  1529. Domain_Controller: Progress: 38% - Saving 24.97 MB of 64.92 MB
  1530. Domain_Controller: Progress: 38% - Saving 25.09 MB of 64.92 MB
  1531. Domain_Controller: Progress: 38% - Saving 25.22 MB of 64.92 MB
  1532. Domain_Controller: Progress: 39% - Saving 25.34 MB of 64.92 MB
  1533. Domain_Controller: Progress: 39% - Saving 25.47 MB of 64.92 MB
  1534. Domain_Controller: Progress: 39% - Saving 25.59 MB of 64.92 MB
  1535. Domain_Controller: Progress: 39% - Saving 25.71 MB of 64.92 MB
  1536. Domain_Controller: Progress: 39% - Saving 25.84 MB of 64.92 MB
  1537. Domain_Controller: Progress: 39% - Saving 25.96 MB of 64.92 MB
  1538. Domain_Controller: Progress: 40% - Saving 26.09 MB of 64.92 MB
  1539. Domain_Controller: Progress: 40% - Saving 26.21 MB of 64.92 MB
  1540. Domain_Controller: Progress: 40% - Saving 26.34 MB of 64.92 MB
  1541. Domain_Controller: Progress: 40% - Saving 26.46 MB of 64.92 MB
  1542. Domain_Controller: Progress: 40% - Saving 26.58 MB of 64.92 MB
  1543. Domain_Controller: Progress: 41% - Saving 26.71 MB of 64.92 MB
  1544. Domain_Controller: Progress: 41% - Saving 26.83 MB of 64.92 MB
  1545. Domain_Controller: Progress: 41% - Saving 26.96 MB of 64.92 MB
  1546. Domain_Controller: Progress: 41% - Saving 27.08 MB of 64.92 MB
  1547. Domain_Controller: Progress: 41% - Saving 27.21 MB of 64.92 MB
  1548. Domain_Controller: Progress: 42% - Saving 27.33 MB of 64.92 MB
  1549. Domain_Controller: Progress: 42% - Saving 27.45 MB of 64.92 MB
  1550. Domain_Controller: Progress: 42% - Saving 27.58 MB of 64.92 MB
  1551. Domain_Controller: Progress: 42% - Saving 27.7 MB of 64.92 MB
  1552. Domain_Controller: Progress: 42% - Saving 27.83 MB of 64.92 MB
  1553. Domain_Controller: Progress: 43% - Saving 27.95 MB of 64.92 MB
  1554. Domain_Controller: Progress: 43% - Saving 28.08 MB of 64.92 MB
  1555. Domain_Controller: Progress: 43% - Saving 28.2 MB of 64.92 MB
  1556. Domain_Controller: Progress: 43% - Saving 28.32 MB of 64.92 MB
  1557. Domain_Controller: Progress: 43% - Saving 28.45 MB of 64.92 MB
  1558. Domain_Controller: Progress: 44% - Saving 28.57 MB of 64.92 MB
  1559. Domain_Controller: Progress: 44% - Saving 28.7 MB of 64.92 MB
  1560. Domain_Controller: Progress: 44% - Saving 28.82 MB of 64.92 MB
  1561. Domain_Controller: Progress: 44% - Saving 28.95 MB of 64.92 MB
  1562. Domain_Controller: Progress: 44% - Saving 29.07 MB of 64.92 MB
  1563. Domain_Controller: Progress: 44% - Saving 29.19 MB of 64.92 MB
  1564. Domain_Controller: Progress: 45% - Saving 29.32 MB of 64.92 MB
  1565. Domain_Controller: Progress: 45% - Saving 29.44 MB of 64.92 MB
  1566. Domain_Controller: Progress: 45% - Saving 29.57 MB of 64.92 MB
  1567. Domain_Controller: Progress: 45% - Saving 29.69 MB of 64.92 MB
  1568. Domain_Controller: Progress: 45% - Saving 29.82 MB of 64.92 MB
  1569. Domain_Controller: Progress: 46% - Saving 29.94 MB of 64.92 MB
  1570. Domain_Controller: Progress: 46% - Saving 30.06 MB of 64.92 MB
  1571. Domain_Controller: Progress: 46% - Saving 30.19 MB of 64.92 MB
  1572. Domain_Controller: Progress: 46% - Saving 30.31 MB of 64.92 MB
  1573. Domain_Controller: Progress: 46% - Saving 30.44 MB of 64.92 MB
  1574. Domain_Controller: Progress: 47% - Saving 30.69 MB of 64.92 MB
  1575. Domain_Controller: Progress: 47% - Saving 30.81 MB of 64.92 MB
  1576. Domain_Controller: Progress: 47% - Saving 30.93 MB of 64.92 MB
  1577. Domain_Controller: Progress: 47% - Saving 31.06 MB of 64.92 MB
  1578. Domain_Controller: Progress: 48% - Saving 31.18 MB of 64.92 MB
  1579. Domain_Controller: Progress: 48% - Saving 31.31 MB of 64.92 MB
  1580. Domain_Controller: Progress: 48% - Saving 31.43 MB of 64.92 MB
  1581. Domain_Controller: Progress: 48% - Saving 31.56 MB of 64.92 MB
  1582. Domain_Controller: Progress: 48% - Saving 31.68 MB of 64.92 MB
  1583. Domain_Controller: Progress: 48% - Saving 31.8 MB of 64.92 MB
  1584. Domain_Controller: Progress: 49% - Saving 31.93 MB of 64.92 MB
  1585. Domain_Controller: Progress: 49% - Saving 32.05 MB of 64.92 MB
  1586. Domain_Controller: Progress: 49% - Saving 32.18 MB of 64.92 MB
  1587. Domain_Controller: Progress: 49% - Saving 32.3 MB of 64.92 MB
  1588. Domain_Controller: Progress: 49% - Saving 32.42 MB of 64.92 MB
  1589. Domain_Controller: Progress: 50% - Saving 32.55 MB of 64.92 MB
  1590. Domain_Controller: Progress: 50% - Saving 32.67 MB of 64.92 MB
  1591. Domain_Controller: Progress: 50% - Saving 32.8 MB of 64.92 MB
  1592. Domain_Controller: Progress: 50% - Saving 32.92 MB of 64.92 MB
  1593. Domain_Controller: Progress: 50% - Saving 33.05 MB of 64.92 MB
  1594. Domain_Controller: Progress: 51% - Saving 33.17 MB of 64.92 MB
  1595. Domain_Controller: Progress: 51% - Saving 33.29 MB of 64.92 MB
  1596. Domain_Controller: Progress: 51% - Saving 33.42 MB of 64.92 MB
  1597. Domain_Controller: Progress: 51% - Saving 33.54 MB of 64.92 MB
  1598. Domain_Controller: Progress: 51% - Saving 33.67 MB of 64.92 MB
  1599. Domain_Controller: Progress: 52% - Saving 33.79 MB of 64.92 MB
  1600. Domain_Controller: Progress: 52% - Saving 33.92 MB of 64.92 MB
  1601. Domain_Controller: Progress: 52% - Saving 34.04 MB of 64.92 MB
  1602. Domain_Controller: Progress: 52% - Saving 34.16 MB of 64.92 MB
  1603. Domain_Controller: Progress: 52% - Saving 34.29 MB of 64.92 MB
  1604. Domain_Controller: Progress: 53% - Saving 34.41 MB of 64.92 MB
  1605. Domain_Controller: Progress: 53% - Saving 34.54 MB of 64.92 MB
  1606. Domain_Controller: Progress: 53% - Saving 34.66 MB of 64.92 MB
  1607. Domain_Controller: Progress: 53% - Saving 34.79 MB of 64.92 MB
  1608. Domain_Controller: Progress: 53% - Saving 34.91 MB of 64.92 MB
  1609. Domain_Controller: Progress: 53% - Saving 35.03 MB of 64.92 MB
  1610. Domain_Controller: Progress: 54% - Saving 35.16 MB of 64.92 MB
  1611. Domain_Controller: Progress: 54% - Saving 35.28 MB of 64.92 MB
  1612. Domain_Controller: Progress: 54% - Saving 35.41 MB of 64.92 MB
  1613. Domain_Controller: Progress: 54% - Saving 35.53 MB of 64.92 MB
  1614. Domain_Controller: Progress: 54% - Saving 35.66 MB of 64.92 MB
  1615. Domain_Controller: Progress: 55% - Saving 35.78 MB of 64.92 MB
  1616. Domain_Controller: Progress: 55% - Saving 35.9 MB of 64.92 MB
  1617. Domain_Controller: Progress: 55% - Saving 36.03 MB of 64.92 MB
  1618. Domain_Controller: Progress: 55% - Saving 36.15 MB of 64.92 MB
  1619. Domain_Controller: Progress: 55% - Saving 36.28 MB of 64.92 MB
  1620. Domain_Controller: Progress: 56% - Saving 36.4 MB of 64.92 MB
  1621. Domain_Controller: Progress: 56% - Saving 36.53 MB of 64.92 MB
  1622. Domain_Controller: Progress: 56% - Saving 36.65 MB of 64.92 MB
  1623. Domain_Controller: Progress: 56% - Saving 36.77 MB of 64.92 MB
  1624. Domain_Controller: Progress: 56% - Saving 36.9 MB of 64.92 MB
  1625. Domain_Controller: Progress: 57% - Saving 37.02 MB of 64.92 MB
  1626. Domain_Controller: Progress: 57% - Saving 37.15 MB of 64.92 MB
  1627. Domain_Controller: Progress: 57% - Saving 37.27 MB of 64.92 MB
  1628. Domain_Controller: Progress: 57% - Saving 37.4 MB of 64.92 MB
  1629. Domain_Controller: Progress: 57% - Saving 37.52 MB of 64.92 MB
  1630. Domain_Controller: Progress: 57% - Saving 37.64 MB of 64.92 MB
  1631. Domain_Controller: Progress: 58% - Saving 37.77 MB of 64.92 MB
  1632. Domain_Controller: Progress: 58% - Saving 37.89 MB of 64.92 MB
  1633. Domain_Controller: Progress: 58% - Saving 38.02 MB of 64.92 MB
  1634. Domain_Controller: Progress: 58% - Saving 38.14 MB of 64.92 MB
  1635. Domain_Controller: Progress: 58% - Saving 38.27 MB of 64.92 MB
  1636. Domain_Controller: Progress: 59% - Saving 38.39 MB of 64.92 MB
  1637. Domain_Controller: Progress: 59% - Saving 38.51 MB of 64.92 MB
  1638. Domain_Controller: Progress: 59% - Saving 38.64 MB of 64.92 MB
  1639. Domain_Controller: Progress: 59% - Saving 38.76 MB of 64.92 MB
  1640. Domain_Controller: Progress: 59% - Saving 38.89 MB of 64.92 MB
  1641. Domain_Controller: Progress: 60% - Saving 39.01 MB of 64.92 MB
  1642. Domain_Controller: Progress: 60% - Saving 39.14 MB of 64.92 MB
  1643. Domain_Controller: Progress: 60% - Saving 39.26 MB of 64.92 MB
  1644. Domain_Controller: Progress: 60% - Saving 39.38 MB of 64.92 MB
  1645. Domain_Controller: Progress: 60% - Saving 39.51 MB of 64.92 MB
  1646. Domain_Controller: Progress: 61% - Saving 39.63 MB of 64.92 MB
  1647. Domain_Controller: Progress: 61% - Saving 39.76 MB of 64.92 MB
  1648. Domain_Controller: Progress: 61% - Saving 39.88 MB of 64.92 MB
  1649. Domain_Controller: Progress: 61% - Saving 40.01 MB of 64.92 MB
  1650. Domain_Controller: Progress: 61% - Saving 40.13 MB of 64.92 MB
  1651. Domain_Controller: Progress: 62% - Saving 40.25 MB of 64.92 MB
  1652. Domain_Controller: Progress: 62% - Saving 40.38 MB of 64.92 MB
  1653. Domain_Controller: Progress: 62% - Saving 40.5 MB of 64.92 MB
  1654. Domain_Controller: Progress: 62% - Saving 40.63 MB of 64.92 MB
  1655. Domain_Controller: Progress: 62% - Saving 40.75 MB of 64.92 MB
  1656. Domain_Controller: Progress: 62% - Saving 40.88 MB of 64.92 MB
  1657. Domain_Controller: Progress: 63% - Saving 41 MB of 64.92 MB
  1658. Domain_Controller: Progress: 63% - Saving 41.12 MB of 64.92 MB
  1659. Domain_Controller: Progress: 63% - Saving 41.25 MB of 64.92 MB
  1660. Domain_Controller: Progress: 63% - Saving 41.37 MB of 64.92 MB
  1661. Domain_Controller: Progress: 63% - Saving 41.5 MB of 64.92 MB
  1662. Domain_Controller: Progress: 64% - Saving 41.62 MB of 64.92 MB
  1663. Domain_Controller: Progress: 64% - Saving 41.75 MB of 64.92 MB
  1664. Domain_Controller: Progress: 64% - Saving 41.87 MB of 64.92 MB
  1665. Domain_Controller: Progress: 64% - Saving 41.99 MB of 64.92 MB
  1666. Domain_Controller: Progress: 64% - Saving 42.12 MB of 64.92 MB
  1667. Domain_Controller: Progress: 65% - Saving 42.24 MB of 64.92 MB
  1668. Domain_Controller: Progress: 65% - Saving 42.37 MB of 64.92 MB
  1669. Domain_Controller: Progress: 65% - Saving 42.49 MB of 64.92 MB
  1670. Domain_Controller: Progress: 65% - Saving 42.61 MB of 64.92 MB
  1671. Domain_Controller: Progress: 65% - Saving 42.74 MB of 64.92 MB
  1672. Domain_Controller: Progress: 66% - Saving 42.86 MB of 64.92 MB
  1673. Domain_Controller: Progress: 66% - Saving 42.99 MB of 64.92 MB
  1674. Domain_Controller: Progress: 66% - Saving 43.11 MB of 64.92 MB
  1675. Domain_Controller: Progress: 66% - Saving 43.24 MB of 64.92 MB
  1676. Domain_Controller: Progress: 66% - Saving 43.36 MB of 64.92 MB
  1677. Domain_Controller: Progress: 66% - Saving 43.48 MB of 64.92 MB
  1678. Domain_Controller: Progress: 67% - Saving 43.61 MB of 64.92 MB
  1679. Domain_Controller: Progress: 67% - Saving 43.73 MB of 64.92 MB
  1680. Domain_Controller: Progress: 67% - Saving 43.86 MB of 64.92 MB
  1681. Domain_Controller: Progress: 67% - Saving 43.98 MB of 64.92 MB
  1682. Domain_Controller: Progress: 67% - Saving 44.11 MB of 64.92 MB
  1683. Domain_Controller: Progress: 68% - Saving 44.23 MB of 64.92 MB
  1684. Domain_Controller: Progress: 68% - Saving 44.35 MB of 64.92 MB
  1685. Domain_Controller: Progress: 68% - Saving 44.48 MB of 64.92 MB
  1686. Domain_Controller: Progress: 68% - Saving 44.6 MB of 64.92 MB
  1687. Domain_Controller: Progress: 68% - Saving 44.73 MB of 64.92 MB
  1688. Domain_Controller: Progress: 69% - Saving 44.85 MB of 64.92 MB
  1689. Domain_Controller: Progress: 69% - Saving 44.98 MB of 64.92 MB
  1690. Domain_Controller: Progress: 69% - Saving 45.1 MB of 64.92 MB
  1691. Domain_Controller: Progress: 69% - Saving 45.22 MB of 64.92 MB
  1692. Domain_Controller: Progress: 69% - Saving 45.35 MB of 64.92 MB
  1693. Domain_Controller: Progress: 70% - Saving 45.47 MB of 64.92 MB
  1694. Domain_Controller: Progress: 70% - Saving 45.6 MB of 64.92 MB
  1695. Domain_Controller: Progress: 70% - Saving 45.72 MB of 64.92 MB
  1696. Domain_Controller: Progress: 70% - Saving 45.85 MB of 64.92 MB
  1697. Domain_Controller: Progress: 70% - Saving 45.97 MB of 64.92 MB
  1698. Domain_Controller: Progress: 70% - Saving 46.09 MB of 64.92 MB
  1699. Domain_Controller: Progress: 71% - Saving 46.22 MB of 64.92 MB
  1700. Domain_Controller: Progress: 71% - Saving 46.34 MB of 64.92 MB
  1701. Domain_Controller: Progress: 71% - Saving 46.47 MB of 64.92 MB
  1702. Domain_Controller: Progress: 71% - Saving 46.59 MB of 64.92 MB
  1703. Domain_Controller: Progress: 71% - Saving 46.72 MB of 64.92 MB
  1704. Domain_Controller: Progress: 72% - Saving 46.84 MB of 64.92 MB
  1705. Domain_Controller: Progress: 72% - Saving 46.96 MB of 64.92 MB
  1706. Domain_Controller: Progress: 72% - Saving 47.09 MB of 64.92 MB
  1707. Domain_Controller: Progress: 72% - Saving 47.21 MB of 64.92 MB
  1708. Domain_Controller: Progress: 72% - Saving 47.34 MB of 64.92 MB
  1709. Domain_Controller: Progress: 73% - Saving 47.46 MB of 64.92 MB
  1710. Domain_Controller: Progress: 73% - Saving 47.59 MB of 64.92 MB
  1711. Domain_Controller: Progress: 73% - Saving 47.71 MB of 64.92 MB
  1712. Domain_Controller: Progress: 73% - Saving 47.83 MB of 64.92 MB
  1713. Domain_Controller: Progress: 73% - Saving 47.96 MB of 64.92 MB
  1714. Domain_Controller: Progress: 74% - Saving 48.08 MB of 64.92 MB
  1715. Domain_Controller: Progress: 74% - Saving 48.21 MB of 64.92 MB
  1716. Domain_Controller: Progress: 74% - Saving 48.33 MB of 64.92 MB
  1717. Domain_Controller: Progress: 74% - Saving 48.46 MB of 64.92 MB
  1718. Domain_Controller: Progress: 74% - Saving 48.58 MB of 64.92 MB
  1719. Domain_Controller: Progress: 75% - Saving 48.7 MB of 64.92 MB
  1720. Domain_Controller: Progress: 75% - Saving 48.83 MB of 64.92 MB
  1721. Domain_Controller: Progress: 75% - Saving 48.95 MB of 64.92 MB
  1722. Domain_Controller: Progress: 75% - Saving 49.08 MB of 64.92 MB
  1723. Domain_Controller: Progress: 75% - Saving 49.2 MB of 64.92 MB
  1724. Domain_Controller: Progress: 75% - Saving 49.33 MB of 64.92 MB
  1725. Domain_Controller: Progress: 76% - Saving 49.45 MB of 64.92 MB
  1726. Domain_Controller: Progress: 76% - Saving 49.57 MB of 64.92 MB
  1727. Domain_Controller: Progress: 76% - Saving 49.7 MB of 64.92 MB
  1728. Domain_Controller: Progress: 76% - Saving 49.82 MB of 64.92 MB
  1729. Domain_Controller: Progress: 76% - Saving 49.95 MB of 64.92 MB
  1730. Domain_Controller: Progress: 77% - Saving 50.07 MB of 64.92 MB
  1731. Domain_Controller: Progress: 77% - Saving 50.2 MB of 64.92 MB
  1732. Domain_Controller: Progress: 77% - Saving 50.32 MB of 64.92 MB
  1733. Domain_Controller: Progress: 77% - Saving 50.44 MB of 64.92 MB
  1734. Domain_Controller: Progress: 77% - Saving 50.57 MB of 64.92 MB
  1735. Domain_Controller: Progress: 78% - Saving 50.69 MB of 64.92 MB
  1736. Domain_Controller: Progress: 78% - Saving 50.82 MB of 64.92 MB
  1737. Domain_Controller: Progress: 78% - Saving 50.94 MB of 64.92 MB
  1738. Domain_Controller: Progress: 78% - Saving 51.07 MB of 64.92 MB
  1739. Domain_Controller: Progress: 78% - Saving 51.19 MB of 64.92 MB
  1740. Domain_Controller: Progress: 79% - Saving 51.31 MB of 64.92 MB
  1741. Domain_Controller: Progress: 79% - Saving 51.44 MB of 64.92 MB
  1742. Domain_Controller: Progress: 79% - Saving 51.56 MB of 64.92 MB
  1743. Domain_Controller: Progress: 79% - Saving 51.69 MB of 64.92 MB
  1744. Domain_Controller: Progress: 79% - Saving 51.81 MB of 64.92 MB
  1745. Domain_Controller: Progress: 79% - Saving 51.93 MB of 64.92 MB
  1746. Domain_Controller: Progress: 80% - Saving 52.06 MB of 64.92 MB
  1747. Domain_Controller: Progress: 80% - Saving 52.18 MB of 64.92 MB
  1748. Domain_Controller: Progress: 80% - Saving 52.31 MB of 64.92 MB
  1749. Domain_Controller: Progress: 80% - Saving 52.43 MB of 64.92 MB
  1750. Domain_Controller: Progress: 80% - Saving 52.56 MB of 64.92 MB
  1751. Domain_Controller: Progress: 81% - Saving 52.68 MB of 64.92 MB
  1752. Domain_Controller: Progress: 81% - Saving 52.8 MB of 64.92 MB
  1753. Domain_Controller: Progress: 81% - Saving 52.93 MB of 64.92 MB
  1754. Domain_Controller: Progress: 81% - Saving 53.05 MB of 64.92 MB
  1755. Domain_Controller: Progress: 81% - Saving 53.18 MB of 64.92 MB
  1756. Domain_Controller: Progress: 82% - Saving 53.3 MB of 64.92 MB
  1757. Domain_Controller: Progress: 82% - Saving 53.43 MB of 64.92 MB
  1758. Domain_Controller: Progress: 82% - Saving 53.55 MB of 64.92 MB
  1759. Domain_Controller: Progress: 82% - Saving 53.67 MB of 64.92 MB
  1760. Domain_Controller: Progress: 82% - Saving 53.8 MB of 64.92 MB
  1761. Domain_Controller: Progress: 83% - Saving 53.92 MB of 64.92 MB
  1762. Domain_Controller: Progress: 83% - Saving 54.05 MB of 64.92 MB
  1763. Domain_Controller: Progress: 83% - Saving 54.17 MB of 64.92 MB
  1764. Domain_Controller: Progress: 83% - Saving 54.3 MB of 64.92 MB
  1765. Domain_Controller: Progress: 83% - Saving 54.42 MB of 64.92 MB
  1766. Domain_Controller: Progress: 84% - Saving 54.54 MB of 64.92 MB
  1767. Domain_Controller: Progress: 84% - Saving 54.67 MB of 64.92 MB
  1768. Domain_Controller: Progress: 84% - Saving 54.79 MB of 64.92 MB
  1769. Domain_Controller: Progress: 84% - Saving 54.92 MB of 64.92 MB
  1770. Domain_Controller: Progress: 84% - Saving 55.04 MB of 64.92 MB
  1771. Domain_Controller: Progress: 84% - Saving 55.17 MB of 64.92 MB
  1772. Domain_Controller: Progress: 85% - Saving 55.29 MB of 64.92 MB
  1773. Domain_Controller: Progress: 85% - Saving 55.41 MB of 64.92 MB
  1774. Domain_Controller: Progress: 85% - Saving 55.54 MB of 64.92 MB
  1775. Domain_Controller: Progress: 85% - Saving 55.66 MB of 64.92 MB
  1776. Domain_Controller: Progress: 85% - Saving 55.79 MB of 64.92 MB
  1777. Domain_Controller: Progress: 86% - Saving 55.91 MB of 64.92 MB
  1778. Domain_Controller: Progress: 86% - Saving 56.04 MB of 64.92 MB
  1779. Domain_Controller: Progress: 86% - Saving 56.28 MB of 64.92 MB
  1780. Domain_Controller: Progress: 86% - Saving 56.41 MB of 64.92 MB
  1781. Domain_Controller: Progress: 87% - Saving 56.53 MB of 64.92 MB
  1782. Domain_Controller: Progress: 87% - Saving 56.66 MB of 64.92 MB
  1783. Domain_Controller: Progress: 87% - Saving 56.78 MB of 64.92 MB
  1784. Domain_Controller: Progress: 87% - Saving 56.91 MB of 64.92 MB
  1785. Domain_Controller: Progress: 87% - Saving 57.03 MB of 64.92 MB
  1786. Domain_Controller: Progress: 88% - Saving 57.15 MB of 64.92 MB
  1787. Domain_Controller: Progress: 88% - Saving 57.28 MB of 64.92 MB
  1788. Domain_Controller: Progress: 88% - Saving 57.4 MB of 64.92 MB
  1789. Domain_Controller: Progress: 88% - Saving 57.53 MB of 64.92 MB
  1790. Domain_Controller: Progress: 88% - Saving 57.65 MB of 64.92 MB
  1791. Domain_Controller: Progress: 88% - Saving 57.78 MB of 64.92 MB
  1792. Domain_Controller: Progress: 89% - Saving 57.9 MB of 64.92 MB
  1793. Domain_Controller: Progress: 89% - Saving 58.02 MB of 64.92 MB
  1794. Domain_Controller: Progress: 89% - Saving 58.15 MB of 64.92 MB
  1795. Domain_Controller: Progress: 89% - Saving 58.27 MB of 64.92 MB
  1796. Domain_Controller: Progress: 89% - Saving 58.4 MB of 64.92 MB
  1797. Domain_Controller: Progress: 90% - Saving 58.52 MB of 64.92 MB
  1798. Domain_Controller: Progress: 90% - Saving 58.65 MB of 64.92 MB
  1799. Domain_Controller: Progress: 90% - Saving 58.77 MB of 64.92 MB
  1800. Domain_Controller: Progress: 90% - Saving 58.89 MB of 64.92 MB
  1801. Domain_Controller: Progress: 90% - Saving 59.02 MB of 64.92 MB
  1802. Domain_Controller: Progress: 91% - Saving 59.14 MB of 64.92 MB
  1803. Domain_Controller: Progress: 91% - Saving 59.27 MB of 64.92 MB
  1804. Domain_Controller: Progress: 91% - Saving 59.39 MB of 64.92 MB
  1805. Domain_Controller: Progress: 91% - Saving 59.52 MB of 64.92 MB
  1806. Domain_Controller: Progress: 91% - Saving 59.64 MB of 64.92 MB
  1807. Domain_Controller: Progress: 92% - Saving 59.76 MB of 64.92 MB
  1808. Domain_Controller: Progress: 92% - Saving 59.89 MB of 64.92 MB
  1809. Domain_Controller: Progress: 92% - Saving 60.01 MB of 64.92 MB
  1810. Domain_Controller: Progress: 92% - Saving 60.14 MB of 64.92 MB
  1811. Domain_Controller: Progress: 92% - Saving 60.26 MB of 64.92 MB
  1812. Domain_Controller: Progress: 93% - Saving 60.39 MB of 64.92 MB
  1813. Domain_Controller: Progress: 93% - Saving 60.51 MB of 64.92 MB
  1814. Domain_Controller: Progress: 93% - Saving 60.63 MB of 64.92 MB
  1815. Domain_Controller: Progress: 93% - Saving 60.76 MB of 64.92 MB
  1816. Domain_Controller: Progress: 93% - Saving 60.88 MB of 64.92 MB
  1817. Domain_Controller: Progress: 93% - Saving 61.01 MB of 64.92 MB
  1818. Domain_Controller: Progress: 94% - Saving 61.13 MB of 64.92 MB
  1819. Domain_Controller: Progress: 94% - Saving 61.26 MB of 64.92 MB
  1820. Domain_Controller: Progress: 94% - Saving 61.38 MB of 64.92 MB
  1821. Domain_Controller: Progress: 94% - Saving 61.5 MB of 64.92 MB
  1822. Domain_Controller: Progress: 94% - Saving 61.63 MB of 64.92 MB
  1823. Domain_Controller: Progress: 95% - Saving 61.75 MB of 64.92 MB
  1824. Domain_Controller: Progress: 95% - Saving 61.88 MB of 64.92 MB
  1825. Domain_Controller: Progress: 95% - Saving 62 MB of 64.92 MB
  1826. Domain_Controller: Progress: 95% - Saving 62.12 MB of 64.92 MB
  1827. Domain_Controller: Progress: 95% - Saving 62.25 MB of 64.92 MB
  1828. Domain_Controller: Progress: 96% - Saving 62.37 MB of 64.92 MB
  1829. Domain_Controller: Progress: 96% - Saving 62.5 MB of 64.92 MB
  1830. Domain_Controller: Progress: 96% - Saving 62.62 MB of 64.92 MB
  1831. Domain_Controller: Progress: 96% - Saving 62.75 MB of 64.92 MB
  1832. Domain_Controller: Progress: 96% - Saving 62.87 MB of 64.92 MB
  1833. Domain_Controller: Progress: 97% - Saving 62.99 MB of 64.92 MB
  1834. Domain_Controller: Progress: 97% - Saving 63.12 MB of 64.92 MB
  1835. Domain_Controller: Progress: 97% - Saving 63.24 MB of 64.92 MB
  1836. Domain_Controller: Progress: 97% - Saving 63.37 MB of 64.92 MB
  1837. Domain_Controller: Progress: 97% - Saving 63.49 MB of 64.92 MB
  1838. Domain_Controller: Progress: 97% - Saving 63.62 MB of 64.92 MB
  1839. Domain_Controller: Progress: 98% - Saving 63.74 MB of 64.92 MB
  1840. Domain_Controller: Progress: 98% - Saving 63.86 MB of 64.92 MB
  1841. Domain_Controller: Progress: 98% - Saving 63.99 MB of 64.92 MB
  1842. Domain_Controller: Progress: 98% - Saving 64.11 MB of 64.92 MB
  1843. Domain_Controller: Progress: 98% - Saving 64.24 MB of 64.92 MB
  1844. Domain_Controller: Progress: 99% - Saving 64.36 MB of 64.92 MB
  1845. Domain_Controller: Progress: 99% - Saving 64.49 MB of 64.92 MB
  1846. Domain_Controller: Progress: 99% - Saving 64.61 MB of 64.92 MB
  1847. Domain_Controller: Progress: 99% - Saving 64.73 MB of 64.92 MB
  1848. Domain_Controller: Progress: 99% - Saving 64.86 MB of 64.92 MB
  1849. Domain_Controller: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  1850. Domain_Controller: olatey\PowerShell\5.1.14409.20180811\Win7AndW2K8R2-KB3191566-x64.zip (64.92 MB)
  1851. Domain_Controller: .
  1852. Domain_Controller: Download of Win7AndW2K8R2-KB3191566-x64.zip (64.92 MB) completed.
  1853. Domain_Controller: Hashes match.
  1854. Domain_Controller: Extracting C:\Users\vagrant\AppData\Local\Temp\chocolatey\PowerShell\5.1.14409.
  1855. Domain_Controller: 20180811\Win7AndW2K8R2-KB3191566-x64.zip to C:\ProgramData\chocolatey\lib\Power
  1856. Domain_Controller: Shell\tools...
  1857. Domain_Controller: C:\ProgramData\chocolatey\lib\PowerShell\tools
  1858. Domain_Controller: 64-bit file: C:\ProgramData\chocolatey\lib\PowerShell\tools\Win7AndW2K8R2-KB319
  1859. Domain_Controller: 1566-x64.msu
  1860. Domain_Controller: Attempt to use original download file name failed for 'C:\ProgramData\chocolate
  1861. Domain_Controller: y\lib\PowerShell\tools\Win7AndW2K8R2-KB3191566-x64.msu'.
  1862. Domain_Controller: Copying PowerShell
  1863. Domain_Controller: from 'C:\ProgramData\chocolatey\lib\PowerShell\tools\Win7AndW2K8R2-KB3191566-
  1864. Domain_Controller: x64.msu'
  1865. Domain_Controller: Installing PowerShell...
  1866. Domain_Controller: PowerShell has been installed.
  1867. Domain_Controller: The install of powershell was successful.
  1868. Domain_Controller: Software installed to 'C:\ProgramData\chocolatey\lib\PowerShell\tools'
  1869. Domain_Controller: Chocolatey installed 1/1 packages.
  1870. Domain_Controller: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1871. Domain_Controller: Packages requiring reboot:
  1872. Domain_Controller: - powershell (exit code 3010)
  1873. Domain_Controller: The recent package changes indicate a reboot is necessary.
  1874. Domain_Controller: Please reboot at your earliest convenience.
  1875. Domain_Controller: [!] Failed to install package powershell. Attempt 1 out of 3. Sleeping for 30 s
  1876. Domain_Controller: econds before next retry.
  1877. Domain_Controller: Installing the following packages:
  1878. Domain_Controller: powershell
  1879. Domain_Controller: By installing you accept licenses for the packages.
  1880. Domain_Controller: PowerShell v5.1.14409.20180811 already installed.
  1881. Domain_Controller: Use --force to reinstall, specify a version to install, or try upgrade.
  1882. Domain_Controller: Chocolatey installed 0/1 packages.
  1883. Domain_Controller: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  1884. Domain_Controller: Warnings:
  1885. Domain_Controller: - powershell - PowerShell v5.1.14409.20180811 already installed.
  1886. Domain_Controller: Use --force to reinstall, specify a version to install, or try upgrade.
  1887. ==> Domain_Controller: Provisioning with powershell script: ./scripts/WinDC/Set-Hostname-dc.ps1
  1888. Domain_Controller: Changing name to: dc-target
  1889. Domain_Controller: __GENUS : 2
  1890. ==> Domain_Controller: Restarting Machine
  1891. ==> Domain_Controller: Waiting for machine to restart...
  1892. ==> Domain_Controller: A system shutdown is in progress.(1115)
  1893. ==> Domain_Controller: I n t e r n a l W i n d o w s P o w e r S h e l l e r r o r . L o a d i n g m a n a g e d W i n d o w s P o w e r S
  1894. e l l f a i l e d w i t h e r r o r 8 0 0 7 0 0 0 2 .
  1895. ==> Domain_Controller:
  1896. ==> Domain_Controller: I n t e r n a l W i n d o w s P o w e r S h e l l e r r o r . L o a d i n g m a n a g e d W i n d o w s P o w e r S
  1897. e l l f a i l e d w i t h e r r o r 8 0 0 7 0 0 0 2 .
  1898. ==> Domain_Controller:
  1899. ==> Domain_Controller: I n t e r n a l W i n d o w s P o w e r S h e l l e r r o r . L o a d i n g m a n a g e d W i n d o w s P o w e r S
  1900. e l l f a i l e d w i t h e r r o r 8 0 0 7 0 0 0 2 .
  1901. ==> Domain_Controller:
  1902. ==> Domain_Controller: #< CLIXML
  1903. Domain_Controller: DC-TARGET restarted.
  1904. ==> Domain_Controller: Machine successfully restarted, moving on
  1905. ==> Domain_Controller: <Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.
  1906. Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0
  1907. </AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>
  1908. ==> Domain_Controller: Provisioning with Powershell...
  1909. ==> Domain_Controller: Provisioning with powershell script: ./scripts/WinDC/Create-domain.ps1
  1910. Domain_Controller: Installing RSAT tools
  1911. Domain_Controller: Success Restart Needed Exit Code Feature Result
  1912. Domain_Controller: ------- -------------- --------- --------------
  1913. Domain_Controller: True No Success {.NET Framework 3.5.1, AD DS Snap-Ins and ...
  1914. Domain_Controller: Creating domain controller
  1915. Domain_Controller:
  1916. Domain_Controller: The task has completed successfully.
  1917. Domain_Controller: See log %windir%\security\logs\scesrv.log for detail info.
  1918. Domain_Controller: Completed 5 percent (0/18) Process Security Policy area
  1919. Domain_Controller: Completed 22 percent (3/18) Process Security Policy area
  1920. Domain_Controller: Completed 44 percent (7/18) Process Security Policy area
  1921. Domain_Controller: Completed 61 percent (10/18) Process Security Policy area
  1922. Domain_Controller: Completed 77 percent (13/18) Process Security Policy area
  1923. Domain_Controller: Completed 100 percent (18/18) Process Security Policy area
  1924. Domain_Controller:
  1925. Domain_Controller: The task has completed successfully.
  1926. Domain_Controller: See log %windir%\security\logs\scesrv.log for detail info.
  1927. Domain_Controller: Installing AD Domain Services Feature
  1928. Domain_Controller: True No Success {Active Directory Domain Controller}
  1929. Domain_Controller: [**INFO**] Running DCPROMO now
  1930. Domain_Controller: Reconfiguring WinRM
  1931. Domain_Controller: Winrs
  1932. Domain_Controller: AllowRemoteShellAccess = true
  1933. Domain_Controller: IdleTimeout = 7200000
  1934. Domain_Controller: MaxConcurrentUsers = 2147483647
  1935. Domain_Controller: MaxShellRunTime = 2147483647
  1936. Domain_Controller: MaxProcessesPerShell = 2147483647
  1937. Domain_Controller: MaxMemoryPerShellMB = 800
  1938. Domain_Controller: MaxShellsPerUser = 2147483647
  1939. Domain_Controller: Service
  1940. Domain_Controller: RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)(A;;GR;;;IU)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)
  1941. Domain_Controller: MaxConcurrentOperations = 4294967295
  1942. Domain_Controller: MaxConcurrentOperationsPerUser = 1500
  1943. Domain_Controller: EnumerationTimeoutms = 240000
  1944. Domain_Controller: MaxConnections = 300
  1945. Domain_Controller: MaxPacketRetrievalTimeSeconds = 120
  1946. Domain_Controller: AllowUnencrypted = true
  1947. Domain_Controller: Auth
  1948. Domain_Controller: Basic = true
  1949. Domain_Controller: Kerberos = true
  1950. Domain_Controller: Negotiate = true
  1951. Domain_Controller: Certificate = false
  1952. Domain_Controller: CredSSP = false
  1953. Domain_Controller: CbtHardeningLevel = Relaxed
  1954. Domain_Controller: DefaultPorts
  1955. Domain_Controller: HTTP = 5985
  1956. Domain_Controller: HTTPS = 5986
  1957. Domain_Controller: IPv4Filter = *
  1958. Domain_Controller: IPv6Filter = *
  1959. Domain_Controller: EnableCompatibilityHttpListener = false
  1960. Domain_Controller: EnableCompatibilityHttpsListener = false
  1961. Domain_Controller: CertificateThumbprint
  1962. Domain_Controller: AllowRemoteAccess = true
  1963. Domain_Controller: Auth
  1964. Domain_Controller: Basic = true
  1965. Domain_Controller: Kerberos = true
  1966. Domain_Controller: Negotiate = true
  1967. Domain_Controller: Certificate = false
  1968. Domain_Controller: CredSSP = false
  1969. Domain_Controller: CbtHardeningLevel = Relaxed
  1970. Domain_Controller: Auth
  1971. Domain_Controller: Basic = true
  1972. Domain_Controller: Digest = true
  1973. Domain_Controller: Kerberos = true
  1974. Domain_Controller: Negotiate = true
  1975. Domain_Controller: Certificate = true
  1976. Domain_Controller: CredSSP = false
  1977. ==> Domain_Controller: Restarting Machine
  1978. ==> Domain_Controller: Waiting for machine to restart...
  1979. ==> Domain_Controller: A system shutdown is in progress.(1115)
  1980. ==> DanderSpritz-box: Timeout waiting for WinRM.
  1981. ==> DanderSpritz-box: Deregistering and deleting VM...
  1982. ==> DanderSpritz-box: Deleting output directory...
  1983. Build 'DanderSpritz-box' errored: Timeout waiting for WinRM.
  1984. ==> Domain_Controller: #< CLIXML
  1985. Domain_Controller: DC-TARGET restarted.
  1986. ==> Domain_Controller: Machine successfully restarted, moving on
  1987. ==> Domain_Controller: <Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.
  1988. Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0
  1989. </AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>
  1990. ==> Domain_Controller: Gracefully halting virtual machine...
  1991. Domain_Controller: Removing floppy drive...
  1992. ==> Domain_Controller: Preparing to export machine...
  1993. Domain_Controller: Deleting forwarded port mapping for the communicator (SSH, WinRM, etc) (host port 3361)
  1994. ==> Domain_Controller: Exporting virtual machine...
  1995. Domain_Controller: Executing: export packer-Domain_Controller-1558048295 --output output-Domain_Controller\packer-Domain_Controller-1558048295.ovf
  1996. ==> Target: Restarting Machine
  1997. ==> Target: Waiting for machine to restart...
  1998. ==> Target: A system shutdown is in progress.(1115)
  1999. ==> Target: A system shutdown is in progress.(1115)
  2000. ==> Target: A system shutdown is in progress.(1115)
  2001. ==> Target: A system shutdown is in progress.(1115)
  2002. ==> Target: A system shutdown is in progress.(1115)
  2003. Target: VAGRANT-7 restarted.
  2004. ==> Target: Machine successfully restarted, moving on
  2005. ==> Target: Provisioning with Powershell...
  2006. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB3035131.ps1
  2007. Target: Installing the following packages:
  2008. Target: KB3035131
  2009. Target: By installing you accept licenses for the packages.
  2010. Target: Progress: Downloading KB3035131 1.0.3... 11%
  2011. Target: Progress: Downloading KB3035131 1.0.3... 34%
  2012. Target: Progress: Downloading KB3035131 1.0.3... 58%
  2013. Target: Progress: Downloading KB3035131 1.0.3... 81%
  2014. Target: Progress: Downloading KB3035131 1.0.3... 100%
  2015. Target: KB3035131 v1.0.3 [Approved]
  2016. Target: kb3035131 package files install completed. Performing other installation steps.
  2017. Target: Downloading KB3035131 64 bit
  2018. Target: from 'https://download.microsoft.com/download/3/D/F/3DF6B0B1-D849-4272-AA98-3
  2019. Target: AA8BB456CCC/Windows6.1-KB3035131-x64.msu'
  2020. Target: Progress: 1% - Saving 124.83 KB of 11.33 MB
  2021. Target: Progress: 2% - Saving 264.01 KB of 11.33 MB
  2022. Target: Progress: 3% - Saving 403.19 KB of 11.33 MB
  2023. Target: Progress: 4% - Saving 542.37 KB of 11.33 MB
  2024. Target: Progress: 5% - Saving 681.55 KB of 11.33 MB
  2025. Target: Progress: 7% - Saving 820.73 KB of 11.33 MB
  2026. Target: Progress: 8% - Saving 959.91 KB of 11.33 MB
  2027. Target: Progress: 9% - Saving 1.07 MB of 11.33 MB
  2028. Target: Progress: 10% - Saving 1.21 MB of 11.33 MB
  2029. Target: Progress: 11% - Saving 1.35 MB of 11.33 MB
  2030. Target: Progress: 13% - Saving 1.48 MB of 11.33 MB
  2031. Target: Progress: 14% - Saving 1.62 MB of 11.33 MB
  2032. Target: Progress: 15% - Saving 1.75 MB of 11.33 MB
  2033. Target: Progress: 16% - Saving 1.89 MB of 11.33 MB
  2034. Target: Progress: 17% - Saving 2.02 MB of 11.33 MB
  2035. Target: Progress: 19% - Saving 2.16 MB of 11.33 MB
  2036. Target: Progress: 20% - Saving 2.3 MB of 11.33 MB
  2037. Target: Progress: 21% - Saving 2.43 MB of 11.33 MB
  2038. Target: Progress: 22% - Saving 2.57 MB of 11.33 MB
  2039. Target: Progress: 23% - Saving 2.7 MB of 11.33 MB
  2040. Target: Progress: 25% - Saving 2.84 MB of 11.33 MB
  2041. Target: Progress: 26% - Saving 2.98 MB of 11.33 MB
  2042. Target: Progress: 27% - Saving 3.11 MB of 11.33 MB
  2043. Target: Progress: 28% - Saving 3.25 MB of 11.33 MB
  2044. Target: Progress: 29% - Saving 3.38 MB of 11.33 MB
  2045. Target: Progress: 31% - Saving 3.52 MB of 11.33 MB
  2046. Target: Progress: 32% - Saving 3.66 MB of 11.33 MB
  2047. Target: Progress: 33% - Saving 3.79 MB of 11.33 MB
  2048. Target: Progress: 34% - Saving 3.93 MB of 11.33 MB
  2049. Target: Progress: 35% - Saving 4.06 MB of 11.33 MB
  2050. Target: Progress: 37% - Saving 4.2 MB of 11.33 MB
  2051. Target: Progress: 38% - Saving 4.34 MB of 11.33 MB
  2052. Target: Progress: 39% - Saving 4.47 MB of 11.33 MB
  2053. Target: Progress: 40% - Saving 4.61 MB of 11.33 MB
  2054. Target: Progress: 41% - Saving 4.74 MB of 11.33 MB
  2055. Target: Progress: 43% - Saving 4.88 MB of 11.33 MB
  2056. Target: Progress: 44% - Saving 5.01 MB of 11.33 MB
  2057. Target: Progress: 45% - Saving 5.15 MB of 11.33 MB
  2058. Target: Progress: 46% - Saving 5.29 MB of 11.33 MB
  2059. Target: Progress: 47% - Saving 5.42 MB of 11.33 MB
  2060. Target: Progress: 49% - Saving 5.56 MB of 11.33 MB
  2061. Target: Progress: 50% - Saving 5.69 MB of 11.33 MB
  2062. Target: Progress: 51% - Saving 5.83 MB of 11.33 MB
  2063. Target: Progress: 52% - Saving 5.97 MB of 11.33 MB
  2064. Target: Progress: 53% - Saving 6.1 MB of 11.33 MB
  2065. Target: Progress: 55% - Saving 6.24 MB of 11.33 MB
  2066. Target: Progress: 56% - Saving 6.37 MB of 11.33 MB
  2067. Target: Progress: 57% - Saving 6.51 MB of 11.33 MB
  2068. Target: Progress: 58% - Saving 6.65 MB of 11.33 MB
  2069. Target: Progress: 59% - Saving 6.78 MB of 11.33 MB
  2070. Target: Progress: 61% - Saving 6.92 MB of 11.33 MB
  2071. Target: Progress: 62% - Saving 7.05 MB of 11.33 MB
  2072. Target: Progress: 63% - Saving 7.19 MB of 11.33 MB
  2073. Target: Progress: 64% - Saving 7.33 MB of 11.33 MB
  2074. Target: Progress: 65% - Saving 7.46 MB of 11.33 MB
  2075. Target: Progress: 67% - Saving 7.6 MB of 11.33 MB
  2076. Target: Progress: 68% - Saving 7.73 MB of 11.33 MB
  2077. Target: Progress: 69% - Saving 7.87 MB of 11.33 MB
  2078. Target: Progress: 70% - Saving 8.01 MB of 11.33 MB
  2079. Target: Progress: 71% - Saving 8.14 MB of 11.33 MB
  2080. Target: Progress: 73% - Saving 8.28 MB of 11.33 MB
  2081. Target: Progress: 74% - Saving 8.41 MB of 11.33 MB
  2082. Target: Progress: 75% - Saving 8.55 MB of 11.33 MB
  2083. Target: Progress: 76% - Saving 8.68 MB of 11.33 MB
  2084. Target: Progress: 77% - Saving 8.82 MB of 11.33 MB
  2085. Target: Progress: 79% - Saving 8.96 MB of 11.33 MB
  2086. Target: Progress: 80% - Saving 9.09 MB of 11.33 MB
  2087. Target: Progress: 81% - Saving 9.23 MB of 11.33 MB
  2088. Target: Progress: 82% - Saving 9.36 MB of 11.33 MB
  2089. Target: Progress: 83% - Saving 9.5 MB of 11.33 MB
  2090. Target: Progress: 85% - Saving 9.64 MB of 11.33 MB
  2091. Target: Progress: 86% - Saving 9.77 MB of 11.33 MB
  2092. Target: Progress: 87% - Saving 9.91 MB of 11.33 MB
  2093. Target: Progress: 88% - Saving 10.04 MB of 11.33 MB
  2094. Target: Progress: 89% - Saving 10.18 MB of 11.33 MB
  2095. Target: Progress: 91% - Saving 10.32 MB of 11.33 MB
  2096. Target: Progress: 92% - Saving 10.45 MB of 11.33 MB
  2097. Target: Progress: 93% - Saving 10.59 MB of 11.33 MB
  2098. Target: Progress: 94% - Saving 10.72 MB of 11.33 MB
  2099. Target: Progress: 95% - Saving 10.86 MB of 11.33 MB
  2100. Target: Progress: 97% - Saving 11 MB of 11.33 MB
  2101. Target: Progress: 98% - Saving 11.13 MB of 11.33 MB
  2102. Target: Progress: 99% - Saving 11.27 MB of 11.33 MB
  2103. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2104. Target: olatey\KB3035131\1.0.3\Windows6.1-KB3035131-x64.msu (11.33 MB).
  2105. Target: Download of Windows6.1-KB3035131-x64.msu (11.33 MB) completed.
  2106. Target: Hashes match.
  2107. Target: Installing KB3035131...
  2108. ==> Domain_Controller: Deregistering and deleting VM...
  2109. ==> Domain_Controller: Running post-processor: vagrant
  2110. ==> Domain_Controller (vagrant): Creating Vagrant box for 'virtualbox' provider
  2111. Domain_Controller (vagrant): Copying from artifact: output-Domain_Controller\packer-Domain_Controller-1558048295-disk001.vmdk
  2112. Domain_Controller (vagrant): Copying from artifact: output-Domain_Controller\packer-Domain_Controller-1558048295.ovf
  2113. Domain_Controller (vagrant): Renaming the OVF to box.ovf...
  2114. Domain_Controller (vagrant): Using custom Vagrantfile: vagrantfile-windows_2008_r2.template
  2115. Domain_Controller (vagrant): Compressing: Vagrantfile
  2116. Domain_Controller (vagrant): Compressing: box.ovf
  2117. Domain_Controller (vagrant): Compressing: metadata.json
  2118. Domain_Controller (vagrant): Compressing: packer-Domain_Controller-1558048295-disk001.vmdk
  2119. Target: WARNING: Update KB3035131 has been installed, but a reboot is required to final
  2120. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  2121. Target: il to install or function properly.
  2122. Target: The install of kb3035131 was successful.
  2123. Target: Software installed as 'msu', install location is likely default.
  2124. Target: Chocolatey installed 1/1 packages.
  2125. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2126. Target: Packages requiring reboot:
  2127. Target: - kb3035131 (exit code 3010)
  2128. Target: The recent package changes indicate a reboot is necessary.
  2129. Target: Please reboot at your earliest convenience.
  2130. Target: [!] Failed to install package KB3035131. Attempt 1 out of 3. Sleeping for 30 se
  2131. Target: conds before next retry.
  2132. Target: Installing the following packages:
  2133. Target: KB3035131
  2134. Target: By installing you accept licenses for the packages.
  2135. Target: KB3035131 v1.0.3 already installed.
  2136. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  2137. Target: Chocolatey installed 0/1 packages.
  2138. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2139. Target: Warnings:
  2140. Target: - kb3035131 - KB3035131 v1.0.3 already installed.
  2141. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  2142. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB3033929.ps1
  2143. Build 'Domain_Controller' finished.
  2144. Target: Installing the following packages:
  2145. Target: KB3033929
  2146. Target: By installing you accept licenses for the packages.
  2147. Target: Progress: Downloading KB3033929 1.0.5... 14%
  2148. Target: Progress: Downloading KB3033929 1.0.5... 42%
  2149. Target: Progress: Downloading KB3033929 1.0.5... 71%
  2150. Target: Progress: Downloading KB3033929 1.0.5... 100%
  2151. Target: KB3033929 v1.0.5 [Approved]
  2152. Target: kb3033929 package files install completed. Performing other installation steps.
  2153. Target: Downloading KB3033929 64 bit
  2154. Target: from 'https://download.microsoft.com/download/C/8/7/C87AE67E-A228-48FB-8F02-B
  2155. Target: 2A9A1238099/Windows6.1-KB3033929-x64.msu'
  2156. Target: Progress: 0% - Saving 126.27 KB of 43.79 MB
  2157. Target: Progress: 0% - Saving 265.45 KB of 43.79 MB
  2158. Target: Progress: 0% - Saving 404.63 KB of 43.79 MB
  2159. Target: Progress: 1% - Saving 543.81 KB of 43.79 MB
  2160. Target: Progress: 1% - Saving 682.99 KB of 43.79 MB
  2161. Target: Progress: 1% - Saving 822.17 KB of 43.79 MB
  2162. Target: Progress: 2% - Saving 961.35 KB of 43.79 MB
  2163. Target: Progress: 2% - Saving 1.07 MB of 43.79 MB
  2164. Target: Progress: 2% - Saving 1.21 MB of 43.79 MB
  2165. Target: Progress: 3% - Saving 1.35 MB of 43.79 MB
  2166. Target: Progress: 3% - Saving 1.48 MB of 43.79 MB
  2167. Target: Progress: 3% - Saving 1.62 MB of 43.79 MB
  2168. Target: Progress: 4% - Saving 1.75 MB of 43.79 MB
  2169. Target: Progress: 4% - Saving 1.89 MB of 43.79 MB
  2170. Target: Progress: 4% - Saving 2.03 MB of 43.79 MB
  2171. Target: Progress: 4% - Saving 2.16 MB of 43.79 MB
  2172. Target: Progress: 5% - Saving 2.3 MB of 43.79 MB
  2173. Target: Progress: 5% - Saving 2.43 MB of 43.79 MB
  2174. Target: Progress: 5% - Saving 2.57 MB of 43.79 MB
  2175. Target: Progress: 6% - Saving 2.71 MB of 43.79 MB
  2176. Target: Progress: 6% - Saving 2.84 MB of 43.79 MB
  2177. Target: Progress: 6% - Saving 2.98 MB of 43.79 MB
  2178. Target: Progress: 7% - Saving 3.11 MB of 43.79 MB
  2179. Target: Progress: 7% - Saving 3.25 MB of 43.79 MB
  2180. Target: Progress: 7% - Saving 3.39 MB of 43.79 MB
  2181. Target: Progress: 8% - Saving 3.52 MB of 43.79 MB
  2182. Target: Progress: 8% - Saving 3.66 MB of 43.79 MB
  2183. Target: Progress: 8% - Saving 3.79 MB of 43.79 MB
  2184. Target: Progress: 8% - Saving 3.93 MB of 43.79 MB
  2185. Target: Progress: 9% - Saving 4.06 MB of 43.79 MB
  2186. Target: Progress: 9% - Saving 4.2 MB of 43.79 MB
  2187. Target: Progress: 9% - Saving 4.34 MB of 43.79 MB
  2188. Target: Progress: 10% - Saving 4.47 MB of 43.79 MB
  2189. Target: Progress: 10% - Saving 4.61 MB of 43.79 MB
  2190. Target: Progress: 10% - Saving 4.74 MB of 43.79 MB
  2191. Target: Progress: 11% - Saving 4.88 MB of 43.79 MB
  2192. Target: Progress: 11% - Saving 5.02 MB of 43.79 MB
  2193. Target: Progress: 11% - Saving 5.15 MB of 43.79 MB
  2194. Target: Progress: 12% - Saving 5.29 MB of 43.79 MB
  2195. Target: Progress: 12% - Saving 5.42 MB of 43.79 MB
  2196. Target: Progress: 12% - Saving 5.56 MB of 43.79 MB
  2197. Target: Progress: 13% - Saving 5.7 MB of 43.79 MB
  2198. Target: Progress: 13% - Saving 5.83 MB of 43.79 MB
  2199. Target: Progress: 13% - Saving 5.97 MB of 43.79 MB
  2200. Target: Progress: 13% - Saving 6.1 MB of 43.79 MB
  2201. Target: Progress: 14% - Saving 6.24 MB of 43.79 MB
  2202. Target: Progress: 14% - Saving 6.38 MB of 43.79 MB
  2203. Target: Progress: 14% - Saving 6.51 MB of 43.79 MB
  2204. Target: Progress: 15% - Saving 6.65 MB of 43.79 MB
  2205. Target: Progress: 15% - Saving 6.78 MB of 43.79 MB
  2206. Target: Progress: 15% - Saving 6.92 MB of 43.79 MB
  2207. Target: Progress: 16% - Saving 7.06 MB of 43.79 MB
  2208. Target: Progress: 16% - Saving 7.19 MB of 43.79 MB
  2209. Target: Progress: 16% - Saving 7.33 MB of 43.79 MB
  2210. Target: Progress: 17% - Saving 7.46 MB of 43.79 MB
  2211. Target: Progress: 17% - Saving 7.6 MB of 43.79 MB
  2212. Target: Progress: 17% - Saving 7.73 MB of 43.79 MB
  2213. Target: Progress: 17% - Saving 7.87 MB of 43.79 MB
  2214. Target: Progress: 18% - Saving 8.01 MB of 43.79 MB
  2215. Target: Progress: 18% - Saving 8.14 MB of 43.79 MB
  2216. Target: Progress: 18% - Saving 8.28 MB of 43.79 MB
  2217. Target: Progress: 19% - Saving 8.41 MB of 43.79 MB
  2218. Target: Progress: 19% - Saving 8.55 MB of 43.79 MB
  2219. Target: Progress: 19% - Saving 8.69 MB of 43.79 MB
  2220. Target: Progress: 20% - Saving 8.82 MB of 43.79 MB
  2221. Target: Progress: 20% - Saving 8.96 MB of 43.79 MB
  2222. Target: Progress: 20% - Saving 9.09 MB of 43.79 MB
  2223. Target: Progress: 21% - Saving 9.23 MB of 43.79 MB
  2224. Target: Progress: 21% - Saving 9.37 MB of 43.79 MB
  2225. Target: Progress: 21% - Saving 9.5 MB of 43.79 MB
  2226. Target: Progress: 22% - Saving 9.64 MB of 43.79 MB
  2227. Target: Progress: 22% - Saving 9.77 MB of 43.79 MB
  2228. Target: Progress: 22% - Saving 9.91 MB of 43.79 MB
  2229. Target: Progress: 22% - Saving 10.05 MB of 43.79 MB
  2230. Target: Progress: 23% - Saving 10.18 MB of 43.79 MB
  2231. Target: Progress: 23% - Saving 10.32 MB of 43.79 MB
  2232. Target: Progress: 23% - Saving 10.45 MB of 43.79 MB
  2233. Target: Progress: 24% - Saving 10.59 MB of 43.79 MB
  2234. Target: Progress: 24% - Saving 10.72 MB of 43.79 MB
  2235. Target: Progress: 24% - Saving 10.86 MB of 43.79 MB
  2236. Target: Progress: 25% - Saving 11 MB of 43.79 MB
  2237. Target: Progress: 25% - Saving 11.13 MB of 43.79 MB
  2238. Target: Progress: 25% - Saving 11.27 MB of 43.79 MB
  2239. Target: Progress: 26% - Saving 11.4 MB of 43.79 MB
  2240. Target: Progress: 26% - Saving 11.54 MB of 43.79 MB
  2241. Target: Progress: 26% - Saving 11.68 MB of 43.79 MB
  2242. Target: Progress: 26% - Saving 11.81 MB of 43.79 MB
  2243. Target: Progress: 27% - Saving 11.95 MB of 43.79 MB
  2244. Target: Progress: 27% - Saving 12.08 MB of 43.79 MB
  2245. Target: Progress: 27% - Saving 12.22 MB of 43.79 MB
  2246. Target: Progress: 28% - Saving 12.36 MB of 43.79 MB
  2247. Target: Progress: 28% - Saving 12.49 MB of 43.79 MB
  2248. Target: Progress: 28% - Saving 12.63 MB of 43.79 MB
  2249. Target: Progress: 29% - Saving 12.76 MB of 43.79 MB
  2250. Target: Progress: 29% - Saving 12.9 MB of 43.79 MB
  2251. Target: Progress: 29% - Saving 13.04 MB of 43.79 MB
  2252. Target: Progress: 30% - Saving 13.17 MB of 43.79 MB
  2253. Target: Progress: 30% - Saving 13.31 MB of 43.79 MB
  2254. Target: Progress: 30% - Saving 13.44 MB of 43.79 MB
  2255. Target: Progress: 31% - Saving 13.58 MB of 43.79 MB
  2256. Target: Progress: 31% - Saving 13.72 MB of 43.79 MB
  2257. Target: Progress: 31% - Saving 13.85 MB of 43.79 MB
  2258. Target: Progress: 31% - Saving 13.99 MB of 43.79 MB
  2259. Target: Progress: 32% - Saving 14.12 MB of 43.79 MB
  2260. Target: Progress: 32% - Saving 14.26 MB of 43.79 MB
  2261. Target: Progress: 32% - Saving 14.39 MB of 43.79 MB
  2262. Target: Progress: 33% - Saving 14.53 MB of 43.79 MB
  2263. Target: Progress: 33% - Saving 14.67 MB of 43.79 MB
  2264. Target: Progress: 33% - Saving 14.8 MB of 43.79 MB
  2265. Target: Progress: 34% - Saving 14.94 MB of 43.79 MB
  2266. Target: Progress: 34% - Saving 15.07 MB of 43.79 MB
  2267. Target: Progress: 34% - Saving 15.21 MB of 43.79 MB
  2268. Target: Progress: 35% - Saving 15.35 MB of 43.79 MB
  2269. Target: Progress: 35% - Saving 15.48 MB of 43.79 MB
  2270. Target: Progress: 35% - Saving 15.62 MB of 43.79 MB
  2271. Target: Progress: 35% - Saving 15.75 MB of 43.79 MB
  2272. Target: Progress: 36% - Saving 15.89 MB of 43.79 MB
  2273. Target: Progress: 36% - Saving 16.03 MB of 43.79 MB
  2274. Target: Progress: 36% - Saving 16.16 MB of 43.79 MB
  2275. Target: Progress: 37% - Saving 16.3 MB of 43.79 MB
  2276. Target: Progress: 37% - Saving 16.43 MB of 43.79 MB
  2277. Target: Progress: 37% - Saving 16.57 MB of 43.79 MB
  2278. Target: Progress: 38% - Saving 16.71 MB of 43.79 MB
  2279. Target: Progress: 38% - Saving 16.84 MB of 43.79 MB
  2280. Target: Progress: 38% - Saving 16.98 MB of 43.79 MB
  2281. Target: Progress: 39% - Saving 17.11 MB of 43.79 MB
  2282. Target: Progress: 39% - Saving 17.25 MB of 43.79 MB
  2283. Target: Progress: 39% - Saving 17.38 MB of 43.79 MB
  2284. Target: Progress: 40% - Saving 17.52 MB of 43.79 MB
  2285. Target: Progress: 40% - Saving 17.66 MB of 43.79 MB
  2286. Target: Progress: 40% - Saving 17.79 MB of 43.79 MB
  2287. Target: Progress: 40% - Saving 17.93 MB of 43.79 MB
  2288. Target: Progress: 41% - Saving 18.06 MB of 43.79 MB
  2289. Target: Progress: 41% - Saving 18.2 MB of 43.79 MB
  2290. Target: Progress: 41% - Saving 18.34 MB of 43.79 MB
  2291. Target: Progress: 42% - Saving 18.47 MB of 43.79 MB
  2292. Target: Progress: 42% - Saving 18.61 MB of 43.79 MB
  2293. Target: Progress: 42% - Saving 18.74 MB of 43.79 MB
  2294. Target: Progress: 43% - Saving 18.88 MB of 43.79 MB
  2295. Target: Progress: 43% - Saving 19.02 MB of 43.79 MB
  2296. Target: Progress: 43% - Saving 19.15 MB of 43.79 MB
  2297. Target: Progress: 44% - Saving 19.29 MB of 43.79 MB
  2298. Target: Progress: 44% - Saving 19.42 MB of 43.79 MB
  2299. Target: Progress: 44% - Saving 19.56 MB of 43.79 MB
  2300. Target: Progress: 44% - Saving 19.7 MB of 43.79 MB
  2301. Target: Progress: 45% - Saving 19.83 MB of 43.79 MB
  2302. Target: Progress: 45% - Saving 19.97 MB of 43.79 MB
  2303. Target: Progress: 45% - Saving 20.1 MB of 43.79 MB
  2304. Target: Progress: 46% - Saving 20.24 MB of 43.79 MB
  2305. Target: Progress: 46% - Saving 20.38 MB of 43.79 MB
  2306. Target: Progress: 46% - Saving 20.51 MB of 43.79 MB
  2307. Target: Progress: 47% - Saving 20.65 MB of 43.79 MB
  2308. Target: Progress: 47% - Saving 20.78 MB of 43.79 MB
  2309. Target: Progress: 47% - Saving 20.92 MB of 43.79 MB
  2310. Target: Progress: 48% - Saving 21.05 MB of 43.79 MB
  2311. Target: Progress: 48% - Saving 21.19 MB of 43.79 MB
  2312. Target: Progress: 48% - Saving 21.33 MB of 43.79 MB
  2313. Target: Progress: 49% - Saving 21.46 MB of 43.79 MB
  2314. Target: Progress: 49% - Saving 21.6 MB of 43.79 MB
  2315. Target: Progress: 50% - Saving 22.01 MB of 43.79 MB
  2316. Target: Progress: 50% - Saving 22.14 MB of 43.79 MB
  2317. Target: Progress: 50% - Saving 22.28 MB of 43.79 MB
  2318. Target: Progress: 51% - Saving 22.41 MB of 43.79 MB
  2319. Target: Progress: 51% - Saving 22.55 MB of 43.79 MB
  2320. Target: Progress: 51% - Saving 22.69 MB of 43.79 MB
  2321. Target: Progress: 52% - Saving 22.82 MB of 43.79 MB
  2322. Target: Progress: 52% - Saving 22.96 MB of 43.79 MB
  2323. Target: Progress: 52% - Saving 23.09 MB of 43.79 MB
  2324. Target: Progress: 53% - Saving 23.23 MB of 43.79 MB
  2325. Target: Progress: 53% - Saving 23.37 MB of 43.79 MB
  2326. Target: Progress: 53% - Saving 23.5 MB of 43.79 MB
  2327. Target: Progress: 53% - Saving 23.64 MB of 43.79 MB
  2328. Target: Progress: 54% - Saving 23.77 MB of 43.79 MB
  2329. Target: Progress: 54% - Saving 23.91 MB of 43.79 MB
  2330. Target: Progress: 54% - Saving 24.04 MB of 43.79 MB
  2331. Target: Progress: 55% - Saving 24.18 MB of 43.79 MB
  2332. Target: Progress: 55% - Saving 24.32 MB of 43.79 MB
  2333. Target: Progress: 55% - Saving 24.45 MB of 43.79 MB
  2334. Target: Progress: 56% - Saving 24.59 MB of 43.79 MB
  2335. Target: Progress: 56% - Saving 24.72 MB of 43.79 MB
  2336. Target: Progress: 56% - Saving 24.86 MB of 43.79 MB
  2337. Target: Progress: 57% - Saving 25 MB of 43.79 MB
  2338. Target: Progress: 57% - Saving 25.13 MB of 43.79 MB
  2339. Target: Progress: 57% - Saving 25.27 MB of 43.79 MB
  2340. Target: Progress: 58% - Saving 25.4 MB of 43.79 MB
  2341. Target: Progress: 58% - Saving 25.54 MB of 43.79 MB
  2342. Target: Progress: 58% - Saving 25.68 MB of 43.79 MB
  2343. Target: Progress: 58% - Saving 25.81 MB of 43.79 MB
  2344. Target: Progress: 59% - Saving 25.95 MB of 43.79 MB
  2345. Target: Progress: 59% - Saving 26.08 MB of 43.79 MB
  2346. Target: Progress: 60% - Saving 26.36 MB of 43.79 MB
  2347. Target: Progress: 60% - Saving 26.49 MB of 43.79 MB
  2348. Target: Progress: 60% - Saving 26.63 MB of 43.79 MB
  2349. Target: Progress: 61% - Saving 26.76 MB of 43.79 MB
  2350. Target: Progress: 61% - Saving 26.9 MB of 43.79 MB
  2351. Target: Progress: 61% - Saving 27.04 MB of 43.79 MB
  2352. Target: Progress: 62% - Saving 27.17 MB of 43.79 MB
  2353. Target: Progress: 62% - Saving 27.31 MB of 43.79 MB
  2354. Target: Progress: 62% - Saving 27.44 MB of 43.79 MB
  2355. Target: Progress: 62% - Saving 27.58 MB of 43.79 MB
  2356. Target: Progress: 63% - Saving 27.71 MB of 43.79 MB
  2357. Target: Progress: 63% - Saving 27.85 MB of 43.79 MB
  2358. Target: Progress: 63% - Saving 27.99 MB of 43.79 MB
  2359. Target: Progress: 64% - Saving 28.12 MB of 43.79 MB
  2360. Target: Progress: 64% - Saving 28.26 MB of 43.79 MB
  2361. Target: Progress: 64% - Saving 28.39 MB of 43.79 MB
  2362. Target: Progress: 65% - Saving 28.53 MB of 43.79 MB
  2363. Target: Progress: 65% - Saving 28.67 MB of 43.79 MB
  2364. Target: Progress: 65% - Saving 28.8 MB of 43.79 MB
  2365. Target: Progress: 66% - Saving 28.94 MB of 43.79 MB
  2366. Target: Progress: 66% - Saving 29.07 MB of 43.79 MB
  2367. Target: Progress: 66% - Saving 29.21 MB of 43.79 MB
  2368. Target: Progress: 67% - Saving 29.35 MB of 43.79 MB
  2369. Target: Progress: 67% - Saving 29.48 MB of 43.79 MB
  2370. Target: Progress: 67% - Saving 29.62 MB of 43.79 MB
  2371. Target: Progress: 67% - Saving 29.75 MB of 43.79 MB
  2372. Target: Progress: 68% - Saving 29.89 MB of 43.79 MB
  2373. Target: Progress: 68% - Saving 30.03 MB of 43.79 MB
  2374. Target: Progress: 68% - Saving 30.16 MB of 43.79 MB
  2375. Target: Progress: 69% - Saving 30.3 MB of 43.79 MB
  2376. Target: Progress: 69% - Saving 30.43 MB of 43.79 MB
  2377. Target: Progress: 69% - Saving 30.57 MB of 43.79 MB
  2378. Target: Progress: 70% - Saving 30.7 MB of 43.79 MB
  2379. Target: Progress: 70% - Saving 30.84 MB of 43.79 MB
  2380. Target: Progress: 70% - Saving 30.98 MB of 43.79 MB
  2381. Target: Progress: 71% - Saving 31.11 MB of 43.79 MB
  2382. Target: Progress: 71% - Saving 31.25 MB of 43.79 MB
  2383. Target: Progress: 71% - Saving 31.38 MB of 43.79 MB
  2384. Target: Progress: 71% - Saving 31.52 MB of 43.79 MB
  2385. Target: Progress: 72% - Saving 31.66 MB of 43.79 MB
  2386. Target: Progress: 72% - Saving 31.79 MB of 43.79 MB
  2387. Target: Progress: 72% - Saving 31.93 MB of 43.79 MB
  2388. Target: Progress: 73% - Saving 32.06 MB of 43.79 MB
  2389. Target: Progress: 73% - Saving 32.2 MB of 43.79 MB
  2390. Target: Progress: 73% - Saving 32.34 MB of 43.79 MB
  2391. Target: Progress: 74% - Saving 32.47 MB of 43.79 MB
  2392. Target: Progress: 74% - Saving 32.61 MB of 43.79 MB
  2393. Target: Progress: 74% - Saving 32.74 MB of 43.79 MB
  2394. Target: Progress: 75% - Saving 32.88 MB of 43.79 MB
  2395. Target: Progress: 75% - Saving 33.02 MB of 43.79 MB
  2396. Target: Progress: 75% - Saving 33.15 MB of 43.79 MB
  2397. Target: Progress: 76% - Saving 33.29 MB of 43.79 MB
  2398. Target: Progress: 76% - Saving 33.42 MB of 43.79 MB
  2399. Target: Progress: 76% - Saving 33.56 MB of 43.79 MB
  2400. Target: Progress: 76% - Saving 33.69 MB of 43.79 MB
  2401. Target: Progress: 77% - Saving 33.83 MB of 43.79 MB
  2402. Target: Progress: 77% - Saving 33.97 MB of 43.79 MB
  2403. Target: Progress: 77% - Saving 34.1 MB of 43.79 MB
  2404. Target: Progress: 78% - Saving 34.24 MB of 43.79 MB
  2405. Target: Progress: 78% - Saving 34.37 MB of 43.79 MB
  2406. Target: Progress: 78% - Saving 34.51 MB of 43.79 MB
  2407. Target: Progress: 79% - Saving 34.65 MB of 43.79 MB
  2408. Target: Progress: 79% - Saving 34.78 MB of 43.79 MB
  2409. Target: Progress: 79% - Saving 34.92 MB of 43.79 MB
  2410. Target: Progress: 80% - Saving 35.05 MB of 43.79 MB
  2411. Target: Progress: 80% - Saving 35.19 MB of 43.79 MB
  2412. Target: Progress: 80% - Saving 35.33 MB of 43.79 MB
  2413. Target: Progress: 80% - Saving 35.46 MB of 43.79 MB
  2414. Target: Progress: 81% - Saving 35.6 MB of 43.79 MB
  2415. Target: Progress: 81% - Saving 35.73 MB of 43.79 MB
  2416. Target: Progress: 81% - Saving 35.87 MB of 43.79 MB
  2417. Target: Progress: 82% - Saving 36.01 MB of 43.79 MB
  2418. Target: Progress: 82% - Saving 36.14 MB of 43.79 MB
  2419. Target: Progress: 82% - Saving 36.28 MB of 43.79 MB
  2420. Target: Progress: 83% - Saving 36.41 MB of 43.79 MB
  2421. Target: Progress: 83% - Saving 36.55 MB of 43.79 MB
  2422. Target: Progress: 83% - Saving 36.69 MB of 43.79 MB
  2423. Target: Progress: 84% - Saving 36.82 MB of 43.79 MB
  2424. Target: Progress: 84% - Saving 36.96 MB of 43.79 MB
  2425. Target: Progress: 84% - Saving 37.09 MB of 43.79 MB
  2426. Target: Progress: 85% - Saving 37.23 MB of 43.79 MB
  2427. Target: Progress: 85% - Saving 37.36 MB of 43.79 MB
  2428. Target: Progress: 85% - Saving 37.5 MB of 43.79 MB
  2429. Target: Progress: 85% - Saving 37.64 MB of 43.79 MB
  2430. Target: Progress: 86% - Saving 37.77 MB of 43.79 MB
  2431. Target: Progress: 86% - Saving 37.91 MB of 43.79 MB
  2432. Target: Progress: 86% - Saving 38.04 MB of 43.79 MB
  2433. Target: Progress: 87% - Saving 38.18 MB of 43.79 MB
  2434. Target: Progress: 87% - Saving 38.32 MB of 43.79 MB
  2435. Target: Progress: 87% - Saving 38.45 MB of 43.79 MB
  2436. Target: Progress: 88% - Saving 38.59 MB of 43.79 MB
  2437. Target: Progress: 88% - Saving 38.72 MB of 43.79 MB
  2438. Target: Progress: 88% - Saving 38.86 MB of 43.79 MB
  2439. Target: Progress: 89% - Saving 39 MB of 43.79 MB
  2440. Target: Progress: 89% - Saving 39.13 MB of 43.79 MB
  2441. Target: Progress: 89% - Saving 39.27 MB of 43.79 MB
  2442. Target: Progress: 89% - Saving 39.4 MB of 43.79 MB
  2443. Target: Progress: 90% - Saving 39.54 MB of 43.79 MB
  2444. Target: Progress: 90% - Saving 39.68 MB of 43.79 MB
  2445. Target: Progress: 90% - Saving 39.81 MB of 43.79 MB
  2446. Target: Progress: 91% - Saving 39.95 MB of 43.79 MB
  2447. Target: Progress: 91% - Saving 40.08 MB of 43.79 MB
  2448. Target: Progress: 91% - Saving 40.22 MB of 43.79 MB
  2449. Target: Progress: 92% - Saving 40.35 MB of 43.79 MB
  2450. Target: Progress: 92% - Saving 40.49 MB of 43.79 MB
  2451. Target: Progress: 92% - Saving 40.63 MB of 43.79 MB
  2452. Target: Progress: 93% - Saving 40.76 MB of 43.79 MB
  2453. Target: Progress: 93% - Saving 40.9 MB of 43.79 MB
  2454. Target: Progress: 93% - Saving 41.03 MB of 43.79 MB
  2455. Target: Progress: 94% - Saving 41.17 MB of 43.79 MB
  2456. Target: Progress: 94% - Saving 41.31 MB of 43.79 MB
  2457. Target: Progress: 94% - Saving 41.44 MB of 43.79 MB
  2458. Target: Progress: 94% - Saving 41.58 MB of 43.79 MB
  2459. Target: Progress: 95% - Saving 41.71 MB of 43.79 MB
  2460. Target: Progress: 95% - Saving 41.85 MB of 43.79 MB
  2461. Target: Progress: 95% - Saving 41.99 MB of 43.79 MB
  2462. Target: Progress: 96% - Saving 42.12 MB of 43.79 MB
  2463. Target: Progress: 96% - Saving 42.26 MB of 43.79 MB
  2464. Target: Progress: 96% - Saving 42.39 MB of 43.79 MB
  2465. Target: Progress: 97% - Saving 42.53 MB of 43.79 MB
  2466. Target: Progress: 97% - Saving 42.67 MB of 43.79 MB
  2467. Target: Progress: 97% - Saving 42.8 MB of 43.79 MB
  2468. Target: Progress: 98% - Saving 42.94 MB of 43.79 MB
  2469. Target: Progress: 98% - Saving 43.07 MB of 43.79 MB
  2470. Target: Progress: 98% - Saving 43.21 MB of 43.79 MB
  2471. Target: Progress: 98% - Saving 43.35 MB of 43.79 MB
  2472. Target: Progress: 99% - Saving 43.48 MB of 43.79 MB
  2473. Target: Progress: 99% - Saving 43.62 MB of 43.79 MB
  2474. Target: Progress: 99% - Saving 43.75 MB of 43.79 MB
  2475. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2476. Target: olatey\KB3033929\1.0.5\Windows6.1-KB3033929-x64.msu (43.79 MB).
  2477. Target: Download of Windows6.1-KB3033929-x64.msu (43.79 MB) completed.
  2478. Target: Hashes match.
  2479. Target: Installing KB3033929...
  2480. Target: WARNING: Update KB3033929 has been installed, but a reboot is required to final
  2481. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  2482. Target: il to install or function properly.
  2483. Target: The install of kb3033929 was successful.
  2484. Target: Software installed as 'msu', install location is likely default.
  2485. Target: Chocolatey installed 1/1 packages.
  2486. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2487. Target: Packages requiring reboot:
  2488. Target: - kb3033929 (exit code 3010)
  2489. Target: The recent package changes indicate a reboot is necessary.
  2490. Target: Please reboot at your earliest convenience.
  2491. Target: [!] Failed to install package KB3033929. Attempt 1 out of 3. Sleeping for 30 se
  2492. Target: conds before next retry.
  2493. Target: Installing the following packages:
  2494. Target: KB3033929
  2495. Target: By installing you accept licenses for the packages.
  2496. Target: KB3033929 v1.0.5 already installed.
  2497. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  2498. Target: Chocolatey installed 0/1 packages.
  2499. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2500. Target: Warnings:
  2501. Target: - kb3033929 - KB3033929 v1.0.5 already installed.
  2502. Target: Use --force to reinstall, specify a version to install, or try upgrade.
  2503. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-KB2999226.ps1
  2504. Target: Installing the following packages:
  2505. Target: KB2999226
  2506. Target: By installing you accept licenses for the packages.
  2507. Target: Progress: Downloading KB2919355 1.0.20160915... 13%
  2508. Target: Progress: Downloading KB2919355 1.0.20160915... 41%
  2509. Target: Progress: Downloading KB2919355 1.0.20160915... 70%
  2510. Target: Progress: Downloading KB2919355 1.0.20160915... 98%
  2511. Target: Progress: Downloading KB2919355 1.0.20160915... 100%
  2512. Target: Progress: Downloading KB2919442 1.0.20160915... 14%
  2513. Target: Progress: Downloading KB2919442 1.0.20160915... 45%
  2514. Target: Progress: Downloading KB2919442 1.0.20160915... 75%
  2515. Target: Progress: Downloading KB2919442 1.0.20160915... 100%
  2516. Target: Progress: Downloading KB2999226 1.0.20181019... 10%
  2517. Target: Progress: Downloading KB2999226 1.0.20181019... 31%
  2518. Target: Progress: Downloading KB2999226 1.0.20181019... 52%
  2519. Target: Progress: Downloading KB2999226 1.0.20181019... 73%
  2520. Target: Progress: Downloading KB2999226 1.0.20181019... 94%
  2521. Target: Progress: Downloading KB2999226 1.0.20181019... 100%
  2522. Target: KB2919442 v1.0.20160915 [Approved]
  2523. Target: kb2919442 package files install completed. Performing other installation steps.
  2524. Target: Skipping installation because this hotfix only applies to Windows 8.1 and Windo
  2525. Target: ws Server 2012 R2.
  2526. Target: The install of kb2919442 was successful.
  2527. Target: Software install location not explicitly set, could be in package or
  2528. Target: default install location if installer.
  2529. Target: KB2919355 v1.0.20160915 [Approved]
  2530. Target: kb2919355 package files install completed. Performing other installation steps.
  2531. Target: Skipping installation because this hotfix only applies to Windows 8.1 and Windo
  2532. Target: ws Server 2012 R2.
  2533. Target: The install of kb2919355 was successful.
  2534. Target: Software install location not explicitly set, could be in package or
  2535. Target: default install location if installer.
  2536. Target: KB2999226 v1.0.20181019 [Approved] - Possibly broken
  2537. Target: kb2999226 package files install completed. Performing other installation steps.
  2538. Target: Downloading KB2999226 64 bit
  2539. Target: from 'https://download.microsoft.com/download/1/1/5/11565A9A-EA09-4F0A-A57E-5
  2540. Target: 20D5D138140/Windows6.1-KB2999226-x64.msu'
  2541. Target: Progress: 12% - Saving 125.63 KB of 1010.31 KB
  2542. Target: Progress: 26% - Saving 264.81 KB of 1010.31 KB
  2543. Target: Progress: 39% - Saving 403.99 KB of 1010.31 KB
  2544. Target: Progress: 53% - Saving 543.17 KB of 1010.31 KB
  2545. Target: Progress: 67% - Saving 682.35 KB of 1010.31 KB
  2546. Target: Progress: 81% - Saving 821.53 KB of 1010.31 KB
  2547. Target: Progress: 95% - Saving 960.71 KB of 1010.31 KB
  2548. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2549. Target: olatey\KB2999226\1.0.20181019\Windows6.1-KB2999226-x64.msu (1010.31 KB).
  2550. Target: Download of Windows6.1-KB2999226-x64.msu (1010.31 KB) completed.
  2551. Target: Hashes match.
  2552. Target: Installing KB2999226...
  2553. Target: WARNING: Update KB2999226 has been installed, but a reboot is required to final
  2554. Target: ize the installation. Until the computer is rebooted, dependent packages may fa
  2555. Target: il to install or function properly.
  2556. Target: The install of kb2999226 was successful.
  2557. Target: Software installed as 'msu', install location is likely default.
  2558. Target: Chocolatey installed 3/3 packages.
  2559. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2560. Target: Packages requiring reboot:
  2561. Target: - kb2999226 (exit code 3010)
  2562. Target: The recent package changes indicate a reboot is necessary.
  2563. Target: Please reboot at your earliest convenience.
  2564. Target: [!] Failed to install package KB2999226. Attempt 1 out of 3. Sleeping for 30 se
  2565. Target: conds before next retry.
  2566. Target: Installing the following packages:
  2567. ==> Target: Restarting Machine
  2568. ==> Target: Waiting for machine to restart...
  2569. ==> Target: A system shutdown is in progress.(1115)
  2570. ==> Target: A system shutdown is in progress.(1115)
  2571. Target: VAGRANT-7 restarted.
  2572. ==> Target: Machine successfully restarted, moving on
  2573. ==> Target: Provisioning with Powershell...
  2574. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-vcredist2015.ps1
  2575. Target: Installing the following packages:
  2576. Target: vcredist2015
  2577. Target: By installing you accept licenses for the packages.
  2578. Target: Progress: Downloading vcredist140 14.20.27508.1... 8%
  2579. Target: Progress: Downloading vcredist140 14.20.27508.1... 24%
  2580. Target: Progress: Downloading vcredist140 14.20.27508.1... 41%
  2581. Target: Progress: Downloading vcredist140 14.20.27508.1... 57%
  2582. Target: Progress: Downloading vcredist140 14.20.27508.1... 74%
  2583. Target: Progress: Downloading vcredist140 14.20.27508.1... 91%
  2584. Target: Progress: Downloading vcredist140 14.20.27508.1... 100%
  2585. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 5%
  2586. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 15%
  2587. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 26%
  2588. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 37%
  2589. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 48%
  2590. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 58%
  2591. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 69%
  2592. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 80%
  2593. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 90%
  2594. Target: Progress: Downloading chocolatey-core.extension 1.3.3... 100%
  2595. Target: Progress: Downloading vcredist2015 14.0.24215.20170201... 14%
  2596. Target: Progress: Downloading vcredist2015 14.0.24215.20170201... 44%
  2597. Target: Progress: Downloading vcredist2015 14.0.24215.20170201... 73%
  2598. Target: Progress: Downloading vcredist2015 14.0.24215.20170201... 100%
  2599. Target: chocolatey-core.extension v1.3.3 [Approved]
  2600. Target: chocolatey-core.extension package files install completed. Performing other ins
  2601. Target: tallation steps.
  2602. Target: Installed/updated chocolatey-core extensions.
  2603. Target: The install of chocolatey-core.extension was successful.
  2604. Target: Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'
  2605. Target: vcredist140 v14.20.27508.1 [Approved]
  2606. Target: vcredist140 package files install completed. Performing other installation step
  2607. Target: s.
  2608. Target: Downloading vcredist140-x86
  2609. Target: from 'https://download.visualstudio.microsoft.com/download/pr/092cda8f-872f-4
  2610. Target: 7fd-b549-54bbb8a81877/ddc5ec3f90091ca690a67d0d697f1242/vc_redist.x86.exe'
  2611. Target: Progress: 0% - Saving 112 KB of 13.76 MB
  2612. Target: Progress: 1% - Saving 255.99 KB of 13.76 MB
  2613. Target: Progress: 2% - Saving 400 KB of 13.76 MB
  2614. Target: Progress: 3% - Saving 559.99 KB of 13.76 MB
  2615. Target: Progress: 5% - Saving 719.98 KB of 13.76 MB
  2616. Target: Progress: 6% - Saving 879.97 KB of 13.76 MB
  2617. Target: Progress: 7% - Saving 1.02 MB of 13.76 MB
  2618. Target: Progress: 8% - Saving 1.17 MB of 13.76 MB
  2619. Target: Progress: 9% - Saving 1.33 MB of 13.76 MB
  2620. Target: Progress: 10% - Saving 1.48 MB of 13.76 MB
  2621. Target: Progress: 11% - Saving 1.64 MB of 13.76 MB
  2622. Target: Progress: 13% - Saving 1.8 MB of 13.76 MB
  2623. Target: Progress: 14% - Saving 1.95 MB of 13.76 MB
  2624. Target: Progress: 15% - Saving 2.11 MB of 13.76 MB
  2625. Target: Progress: 16% - Saving 2.27 MB of 13.76 MB
  2626. Target: Progress: 17% - Saving 2.42 MB of 13.76 MB
  2627. Target: Progress: 18% - Saving 2.58 MB of 13.76 MB
  2628. Target: Progress: 19% - Saving 2.73 MB of 13.76 MB
  2629. Target: Progress: 21% - Saving 2.89 MB of 13.76 MB
  2630. Target: Progress: 22% - Saving 3.05 MB of 13.76 MB
  2631. Target: Progress: 23% - Saving 3.2 MB of 13.76 MB
  2632. Target: Progress: 24% - Saving 3.36 MB of 13.76 MB
  2633. Target: Progress: 25% - Saving 3.52 MB of 13.76 MB
  2634. Target: Progress: 26% - Saving 3.67 MB of 13.76 MB
  2635. Target: Progress: 27% - Saving 3.83 MB of 13.76 MB
  2636. Target: Progress: 28% - Saving 3.98 MB of 13.76 MB
  2637. Target: Progress: 30% - Saving 4.14 MB of 13.76 MB
  2638. Target: Progress: 31% - Saving 4.3 MB of 13.76 MB
  2639. Target: Progress: 32% - Saving 4.45 MB of 13.76 MB
  2640. Target: Progress: 33% - Saving 4.61 MB of 13.76 MB
  2641. Target: Progress: 34% - Saving 4.77 MB of 13.76 MB
  2642. Target: Progress: 35% - Saving 4.92 MB of 13.76 MB
  2643. Target: Progress: 36% - Saving 5.08 MB of 13.76 MB
  2644. Target: Progress: 38% - Saving 5.23 MB of 13.76 MB
  2645. Target: Progress: 39% - Saving 5.39 MB of 13.76 MB
  2646. Target: Progress: 40% - Saving 5.55 MB of 13.76 MB
  2647. Target: Progress: 41% - Saving 5.7 MB of 13.76 MB
  2648. Target: Progress: 42% - Saving 5.86 MB of 13.76 MB
  2649. Target: Progress: 43% - Saving 6.02 MB of 13.76 MB
  2650. Target: Progress: 44% - Saving 6.17 MB of 13.76 MB
  2651. Target: Progress: 45% - Saving 6.33 MB of 13.76 MB
  2652. Target: Progress: 47% - Saving 6.48 MB of 13.76 MB
  2653. Target: Progress: 48% - Saving 6.64 MB of 13.76 MB
  2654. Target: Progress: 49% - Saving 6.8 MB of 13.76 MB
  2655. Target: Progress: 50% - Saving 6.95 MB of 13.76 MB
  2656. Target: Progress: 51% - Saving 7.11 MB of 13.76 MB
  2657. Target: Progress: 52% - Saving 7.27 MB of 13.76 MB
  2658. Target: Progress: 53% - Saving 7.42 MB of 13.76 MB
  2659. Target: Progress: 55% - Saving 7.58 MB of 13.76 MB
  2660. Target: Progress: 56% - Saving 7.73 MB of 13.76 MB
  2661. Target: Progress: 57% - Saving 7.89 MB of 13.76 MB
  2662. Target: Progress: 58% - Saving 8.05 MB of 13.76 MB
  2663. Target: Progress: 59% - Saving 8.2 MB of 13.76 MB
  2664. Target: Progress: 60% - Saving 8.36 MB of 13.76 MB
  2665. Target: Progress: 61% - Saving 8.52 MB of 13.76 MB
  2666. Target: Progress: 63% - Saving 8.67 MB of 13.76 MB
  2667. Target: Progress: 64% - Saving 8.83 MB of 13.76 MB
  2668. Target: Progress: 65% - Saving 8.98 MB of 13.76 MB
  2669. Target: Progress: 66% - Saving 9.14 MB of 13.76 MB
  2670. Target: Progress: 67% - Saving 9.3 MB of 13.76 MB
  2671. Target: Progress: 68% - Saving 9.45 MB of 13.76 MB
  2672. Target: Progress: 69% - Saving 9.61 MB of 13.76 MB
  2673. Target: Progress: 70% - Saving 9.77 MB of 13.76 MB
  2674. Target: Progress: 72% - Saving 9.92 MB of 13.76 MB
  2675. Target: Progress: 73% - Saving 10.08 MB of 13.76 MB
  2676. Target: Progress: 74% - Saving 10.23 MB of 13.76 MB
  2677. Target: Progress: 75% - Saving 10.39 MB of 13.76 MB
  2678. Target: Progress: 76% - Saving 10.55 MB of 13.76 MB
  2679. Target: Progress: 77% - Saving 10.7 MB of 13.76 MB
  2680. Target: Progress: 78% - Saving 10.86 MB of 13.76 MB
  2681. Target: Progress: 80% - Saving 11.01 MB of 13.76 MB
  2682. Target: Progress: 81% - Saving 11.17 MB of 13.76 MB
  2683. Target: Progress: 82% - Saving 11.33 MB of 13.76 MB
  2684. Target: Progress: 83% - Saving 11.48 MB of 13.76 MB
  2685. Target: Progress: 84% - Saving 11.64 MB of 13.76 MB
  2686. Target: Progress: 85% - Saving 11.8 MB of 13.76 MB
  2687. Target: Progress: 86% - Saving 11.95 MB of 13.76 MB
  2688. Target: Progress: 87% - Saving 12.11 MB of 13.76 MB
  2689. Target: Progress: 89% - Saving 12.26 MB of 13.76 MB
  2690. Target: Progress: 90% - Saving 12.42 MB of 13.76 MB
  2691. Target: Progress: 91% - Saving 12.58 MB of 13.76 MB
  2692. Target: Progress: 92% - Saving 12.73 MB of 13.76 MB
  2693. Target: Progress: 93% - Saving 12.89 MB of 13.76 MB
  2694. Target: Progress: 94% - Saving 13.05 MB of 13.76 MB
  2695. Target: Progress: 95% - Saving 13.2 MB of 13.76 MB
  2696. Target: Progress: 97% - Saving 13.36 MB of 13.76 MB
  2697. Target: Progress: 98% - Saving 13.51 MB of 13.76 MB
  2698. Target: Progress: 99% - Saving 13.67 MB of 13.76 MB
  2699. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2700. Target: olatey\vcredist140\14.20.27508.1\vc_redist.x86.exe (13.76 MB).
  2701. Target: Download of vc_redist.x86.exe (13.76 MB) completed.
  2702. Target: Hashes match.
  2703. Target: Installing vcredist140-x86...
  2704. Target: vcredist140-x86 has been installed.
  2705. Target: Downloading vcredist140-x64 64 bit
  2706. Target: from 'https://download.visualstudio.microsoft.com/download/pr/21614507-28c5-4
  2707. Target: 7e3-973f-85e7f66545a4/f3a2caa13afd59dd0e57ea374dbe8855/vc_redist.x64.exe'
  2708. Target: Progress: 0% - Saving 128 KB of 14.42 MB
  2709. Target: Progress: 1% - Saving 271.99 KB of 14.42 MB
  2710. Target: Progress: 2% - Saving 431.98 KB of 14.42 MB
  2711. Target: Progress: 4% - Saving 591.97 KB of 14.42 MB
  2712. Target: Progress: 5% - Saving 751.96 KB of 14.42 MB
  2713. Target: Progress: 6% - Saving 911.95 KB of 14.42 MB
  2714. Target: Progress: 7% - Saving 1.05 MB of 14.42 MB
  2715. Target: Progress: 8% - Saving 1.2 MB of 14.42 MB
  2716. Target: Progress: 9% - Saving 1.36 MB of 14.42 MB
  2717. Target: Progress: 10% - Saving 1.52 MB of 14.42 MB
  2718. Target: Progress: 11% - Saving 1.67 MB of 14.42 MB
  2719. Target: Progress: 12% - Saving 1.83 MB of 14.42 MB
  2720. Target: Progress: 13% - Saving 1.98 MB of 14.42 MB
  2721. Target: Progress: 14% - Saving 2.14 MB of 14.42 MB
  2722. Target: Progress: 15% - Saving 2.3 MB of 14.42 MB
  2723. Target: Progress: 17% - Saving 2.45 MB of 14.42 MB
  2724. Target: Progress: 18% - Saving 2.61 MB of 14.42 MB
  2725. Target: Progress: 19% - Saving 2.77 MB of 14.42 MB
  2726. Target: Progress: 20% - Saving 2.92 MB of 14.42 MB
  2727. Target: Progress: 21% - Saving 3.08 MB of 14.42 MB
  2728. Target: Progress: 22% - Saving 3.23 MB of 14.42 MB
  2729. Target: Progress: 23% - Saving 3.39 MB of 14.42 MB
  2730. Target: Progress: 24% - Saving 3.55 MB of 14.42 MB
  2731. Target: Progress: 25% - Saving 3.7 MB of 14.42 MB
  2732. Target: Progress: 26% - Saving 3.86 MB of 14.42 MB
  2733. Target: Progress: 27% - Saving 4.02 MB of 14.42 MB
  2734. Target: Progress: 28% - Saving 4.17 MB of 14.42 MB
  2735. Target: Progress: 30% - Saving 4.33 MB of 14.42 MB
  2736. Target: Progress: 31% - Saving 4.48 MB of 14.42 MB
  2737. Target: Progress: 32% - Saving 4.64 MB of 14.42 MB
  2738. Target: Progress: 33% - Saving 4.8 MB of 14.42 MB
  2739. Target: Progress: 34% - Saving 4.95 MB of 14.42 MB
  2740. Target: Progress: 35% - Saving 5.11 MB of 14.42 MB
  2741. Target: Progress: 36% - Saving 5.27 MB of 14.42 MB
  2742. Target: Progress: 37% - Saving 5.42 MB of 14.42 MB
  2743. Target: Progress: 38% - Saving 5.58 MB of 14.42 MB
  2744. Target: Progress: 39% - Saving 5.73 MB of 14.42 MB
  2745. Target: Progress: 40% - Saving 5.89 MB of 14.42 MB
  2746. Target: Progress: 41% - Saving 6.05 MB of 14.42 MB
  2747. Target: Progress: 43% - Saving 6.2 MB of 14.42 MB
  2748. Target: Progress: 44% - Saving 6.36 MB of 14.42 MB
  2749. Target: Progress: 45% - Saving 6.52 MB of 14.42 MB
  2750. Target: Progress: 46% - Saving 6.67 MB of 14.42 MB
  2751. Target: Progress: 47% - Saving 6.83 MB of 14.42 MB
  2752. Target: Progress: 48% - Saving 6.98 MB of 14.42 MB
  2753. Target: Progress: 49% - Saving 7.14 MB of 14.42 MB
  2754. Target: Progress: 50% - Saving 7.3 MB of 14.42 MB
  2755. Target: Progress: 51% - Saving 7.45 MB of 14.42 MB
  2756. Target: Progress: 52% - Saving 7.61 MB of 14.42 MB
  2757. Target: Progress: 53% - Saving 7.77 MB of 14.42 MB
  2758. Target: Progress: 54% - Saving 7.92 MB of 14.42 MB
  2759. Target: Progress: 56% - Saving 8.08 MB of 14.42 MB
  2760. Target: Progress: 57% - Saving 8.23 MB of 14.42 MB
  2761. Target: Progress: 58% - Saving 8.39 MB of 14.42 MB
  2762. Target: Progress: 59% - Saving 8.55 MB of 14.42 MB
  2763. Target: Progress: 60% - Saving 8.7 MB of 14.42 MB
  2764. Target: Progress: 61% - Saving 8.86 MB of 14.42 MB
  2765. Target: Progress: 62% - Saving 9.02 MB of 14.42 MB
  2766. Target: Progress: 63% - Saving 9.17 MB of 14.42 MB
  2767. Target: Progress: 64% - Saving 9.33 MB of 14.42 MB
  2768. Target: Progress: 65% - Saving 9.48 MB of 14.42 MB
  2769. Target: Progress: 66% - Saving 9.64 MB of 14.42 MB
  2770. Target: Progress: 67% - Saving 9.8 MB of 14.42 MB
  2771. Target: Progress: 69% - Saving 9.95 MB of 14.42 MB
  2772. Target: Progress: 70% - Saving 10.11 MB of 14.42 MB
  2773. Target: Progress: 71% - Saving 10.27 MB of 14.42 MB
  2774. Target: Progress: 72% - Saving 10.42 MB of 14.42 MB
  2775. Target: Progress: 73% - Saving 10.58 MB of 14.42 MB
  2776. Target: Progress: 74% - Saving 10.73 MB of 14.42 MB
  2777. Target: Progress: 75% - Saving 10.89 MB of 14.42 MB
  2778. Target: Progress: 76% - Saving 11.05 MB of 14.42 MB
  2779. Target: Progress: 77% - Saving 11.2 MB of 14.42 MB
  2780. Target: Progress: 78% - Saving 11.36 MB of 14.42 MB
  2781. Target: Progress: 79% - Saving 11.51 MB of 14.42 MB
  2782. Target: Progress: 80% - Saving 11.67 MB of 14.42 MB
  2783. Target: Progress: 82% - Saving 11.83 MB of 14.42 MB
  2784. Target: Progress: 83% - Saving 11.98 MB of 14.42 MB
  2785. Target: Progress: 84% - Saving 12.14 MB of 14.42 MB
  2786. Target: Progress: 85% - Saving 12.3 MB of 14.42 MB
  2787. Target: Progress: 86% - Saving 12.45 MB of 14.42 MB
  2788. Target: Progress: 87% - Saving 12.61 MB of 14.42 MB
  2789. Target: Progress: 88% - Saving 12.76 MB of 14.42 MB
  2790. Target: Progress: 89% - Saving 12.92 MB of 14.42 MB
  2791. Target: Progress: 90% - Saving 13.08 MB of 14.42 MB
  2792. Target: Progress: 91% - Saving 13.23 MB of 14.42 MB
  2793. Target: Progress: 92% - Saving 13.39 MB of 14.42 MB
  2794. Target: Progress: 93% - Saving 13.55 MB of 14.42 MB
  2795. Target: Progress: 95% - Saving 13.7 MB of 14.42 MB
  2796. Target: Progress: 96% - Saving 13.86 MB of 14.42 MB
  2797. Target: Progress: 97% - Saving 14.01 MB of 14.42 MB
  2798. Target: Progress: 98% - Saving 14.17 MB of 14.42 MB
  2799. Target: Progress: 99% - Saving 14.33 MB of 14.42 MB
  2800. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2801. Target: olatey\vcredist140\14.20.27508.1\vc_redist.x64.exe (14.42 MB).
  2802. Target: Download of vc_redist.x64.exe (14.42 MB) completed.
  2803. Target: Hashes match.
  2804. Target: Installing vcredist140-x64...
  2805. Target: vcredist140-x64 has been installed.
  2806. Target: vcredist140 may be able to be automatically uninstalled.
  2807. Target: The install of vcredist140 was successful.
  2808. Target: Software installed as 'exe', install location is likely default.
  2809. Target: vcredist2015 v14.0.24215.20170201 [Approved]
  2810. Target: vcredist2015 package files install completed. Performing other installation ste
  2811. Target: ps.
  2812. Target: The install of vcredist2015 was successful.
  2813. Target: Software install location not explicitly set, could be in package or
  2814. Target: default install location if installer.
  2815. Target: Chocolatey installed 3/3 packages.
  2816. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  2817. ==> Target: Provisioning with powershell script: ./scripts/Target/Set-ChocolateyFLARERepo.ps1
  2818. Target: Chocolatey v0.10.13
  2819. Target: Added flare - https://www.myget.org/F/flare/api/v2 (Priority 1)
  2820. ==> Target: Provisioning with powershell script: ./scripts/Target/show-hidden-files.ps1
  2821. Target: SUCCESS: The process "explorer.exe" with PID 2420 has been terminated.
  2822. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-Sysinternals.ps1
  2823. Target: Installing the following packages:
  2824. Target: sysinternals
  2825. Target: By installing you accept licenses for the packages.
  2826. Target: Progress: Downloading sysinternals 2019.4.23... 11%
  2827. Target: Progress: Downloading sysinternals 2019.4.23... 34%
  2828. Target: Progress: Downloading sysinternals 2019.4.23... 57%
  2829. Target: Progress: Downloading sysinternals 2019.4.23... 81%
  2830. Target: Progress: Downloading sysinternals 2019.4.23... 100%
  2831. Target: sysinternals v2019.4.23 [Approved]
  2832. Target: sysinternals package files install completed. Performing other installation ste
  2833. Target: ps.
  2834. Target: Sysinternals Suite is going to be installed in 'C:\ProgramData\chocolatey\lib\s
  2835. Target: ysinternals\tools'
  2836. Target: Downloading sysinternals
  2837. Target: from 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
  2838. Target: Progress: 0% - Saving 128 KB of 24.75 MB
  2839. Target: Progress: 1% - Saving 271.99 KB of 24.75 MB
  2840. Target: Progress: 1% - Saving 431.98 KB of 24.75 MB
  2841. Target: Progress: 2% - Saving 591.97 KB of 24.75 MB
  2842. Target: Progress: 2% - Saving 751.96 KB of 24.75 MB
  2843. Target: Progress: 3% - Saving 911.96 KB of 24.75 MB
  2844. Target: Progress: 4% - Saving 1.05 MB of 24.75 MB
  2845. Target: Progress: 4% - Saving 1.2 MB of 24.75 MB
  2846. Target: Progress: 5% - Saving 1.36 MB of 24.75 MB
  2847. Target: Progress: 6% - Saving 1.52 MB of 24.75 MB
  2848. Target: Progress: 6% - Saving 1.67 MB of 24.75 MB
  2849. Target: Progress: 8% - Saving 1.98 MB of 24.75 MB
  2850. Target: Progress: 8% - Saving 2.14 MB of 24.75 MB
  2851. Target: Progress: 9% - Saving 2.3 MB of 24.75 MB
  2852. Target: Progress: 9% - Saving 2.45 MB of 24.75 MB
  2853. Target: Progress: 10% - Saving 2.61 MB of 24.75 MB
  2854. Target: Progress: 11% - Saving 2.77 MB of 24.75 MB
  2855. Target: Progress: 11% - Saving 2.92 MB of 24.75 MB
  2856. Target: Progress: 12% - Saving 3.08 MB of 24.75 MB
  2857. Target: Progress: 13% - Saving 3.23 MB of 24.75 MB
  2858. Target: Progress: 13% - Saving 3.39 MB of 24.75 MB
  2859. Target: Progress: 14% - Saving 3.55 MB of 24.75 MB
  2860. Target: Progress: 14% - Saving 3.7 MB of 24.75 MB
  2861. Target: Progress: 15% - Saving 3.86 MB of 24.75 MB
  2862. Target: Progress: 16% - Saving 4.02 MB of 24.75 MB
  2863. Target: Progress: 16% - Saving 4.17 MB of 24.75 MB
  2864. Target: Progress: 17% - Saving 4.33 MB of 24.75 MB
  2865. Target: Progress: 18% - Saving 4.48 MB of 24.75 MB
  2866. Target: Progress: 18% - Saving 4.64 MB of 24.75 MB
  2867. Target: Progress: 19% - Saving 4.8 MB of 24.75 MB
  2868. Target: Progress: 20% - Saving 4.95 MB of 24.75 MB
  2869. Target: Progress: 20% - Saving 5.11 MB of 24.75 MB
  2870. Target: Progress: 21% - Saving 5.27 MB of 24.75 MB
  2871. Target: Progress: 21% - Saving 5.42 MB of 24.75 MB
  2872. Target: Progress: 22% - Saving 5.58 MB of 24.75 MB
  2873. Target: Progress: 23% - Saving 5.73 MB of 24.75 MB
  2874. Target: Progress: 23% - Saving 5.89 MB of 24.75 MB
  2875. Target: Progress: 24% - Saving 6.05 MB of 24.75 MB
  2876. Target: Progress: 25% - Saving 6.2 MB of 24.75 MB
  2877. Target: Progress: 25% - Saving 6.36 MB of 24.75 MB
  2878. Target: Progress: 26% - Saving 6.52 MB of 24.75 MB
  2879. Target: Progress: 26% - Saving 6.67 MB of 24.75 MB
  2880. Target: Progress: 27% - Saving 6.83 MB of 24.75 MB
  2881. Target: Progress: 28% - Saving 6.98 MB of 24.75 MB
  2882. Target: Progress: 28% - Saving 7.14 MB of 24.75 MB
  2883. Target: Progress: 29% - Saving 7.3 MB of 24.75 MB
  2884. Target: Progress: 30% - Saving 7.45 MB of 24.75 MB
  2885. Target: Progress: 30% - Saving 7.61 MB of 24.75 MB
  2886. Target: Progress: 31% - Saving 7.77 MB of 24.75 MB
  2887. Target: Progress: 32% - Saving 7.92 MB of 24.75 MB
  2888. Target: Progress: 32% - Saving 8.08 MB of 24.75 MB
  2889. Target: Progress: 33% - Saving 8.23 MB of 24.75 MB
  2890. Target: Progress: 33% - Saving 8.39 MB of 24.75 MB
  2891. Target: Progress: 34% - Saving 8.55 MB of 24.75 MB
  2892. Target: Progress: 35% - Saving 8.7 MB of 24.75 MB
  2893. Target: Progress: 35% - Saving 8.86 MB of 24.75 MB
  2894. Target: Progress: 36% - Saving 9.02 MB of 24.75 MB
  2895. Target: Progress: 37% - Saving 9.17 MB of 24.75 MB
  2896. Target: Progress: 37% - Saving 9.33 MB of 24.75 MB
  2897. Target: Progress: 38% - Saving 9.48 MB of 24.75 MB
  2898. Target: Progress: 39% - Saving 9.8 MB of 24.75 MB
  2899. Target: Progress: 40% - Saving 9.95 MB of 24.75 MB
  2900. Target: Progress: 40% - Saving 10.11 MB of 24.75 MB
  2901. Target: Progress: 41% - Saving 10.27 MB of 24.75 MB
  2902. Target: Progress: 42% - Saving 10.42 MB of 24.75 MB
  2903. Target: Progress: 42% - Saving 10.58 MB of 24.75 MB
  2904. Target: Progress: 43% - Saving 10.73 MB of 24.75 MB
  2905. Target: Progress: 44% - Saving 10.89 MB of 24.75 MB
  2906. Target: Progress: 44% - Saving 11.05 MB of 24.75 MB
  2907. Target: Progress: 45% - Saving 11.36 MB of 24.75 MB
  2908. Target: Progress: 46% - Saving 11.51 MB of 24.75 MB
  2909. Target: Progress: 47% - Saving 11.67 MB of 24.75 MB
  2910. Target: Progress: 47% - Saving 11.83 MB of 24.75 MB
  2911. Target: Progress: 48% - Saving 11.98 MB of 24.75 MB
  2912. Target: Progress: 49% - Saving 12.14 MB of 24.75 MB
  2913. Target: Progress: 49% - Saving 12.3 MB of 24.75 MB
  2914. Target: Progress: 50% - Saving 12.45 MB of 24.75 MB
  2915. Target: Progress: 50% - Saving 12.61 MB of 24.75 MB
  2916. Target: Progress: 51% - Saving 12.76 MB of 24.75 MB
  2917. Target: Progress: 52% - Saving 12.92 MB of 24.75 MB
  2918. Target: Progress: 52% - Saving 13.08 MB of 24.75 MB
  2919. Target: Progress: 53% - Saving 13.23 MB of 24.75 MB
  2920. Target: Progress: 54% - Saving 13.39 MB of 24.75 MB
  2921. Target: Progress: 54% - Saving 13.55 MB of 24.75 MB
  2922. Target: Progress: 55% - Saving 13.7 MB of 24.75 MB
  2923. Target: Progress: 55% - Saving 13.86 MB of 24.75 MB
  2924. Target: Progress: 56% - Saving 14.01 MB of 24.75 MB
  2925. Target: Progress: 57% - Saving 14.17 MB of 24.75 MB
  2926. Target: Progress: 57% - Saving 14.33 MB of 24.75 MB
  2927. Target: Progress: 58% - Saving 14.48 MB of 24.75 MB
  2928. Target: Progress: 59% - Saving 14.64 MB of 24.75 MB
  2929. Target: Progress: 59% - Saving 14.8 MB of 24.75 MB
  2930. Target: Progress: 60% - Saving 14.95 MB of 24.75 MB
  2931. Target: Progress: 61% - Saving 15.11 MB of 24.75 MB
  2932. Target: Progress: 61% - Saving 15.26 MB of 24.75 MB
  2933. Target: Progress: 62% - Saving 15.42 MB of 24.75 MB
  2934. Target: Progress: 62% - Saving 15.58 MB of 24.75 MB
  2935. Target: Progress: 63% - Saving 15.73 MB of 24.75 MB
  2936. Target: Progress: 64% - Saving 15.89 MB of 24.75 MB
  2937. Target: Progress: 64% - Saving 16.05 MB of 24.75 MB
  2938. Target: Progress: 65% - Saving 16.2 MB of 24.75 MB
  2939. Target: Progress: 66% - Saving 16.36 MB of 24.75 MB
  2940. Target: Progress: 66% - Saving 16.51 MB of 24.75 MB
  2941. Target: Progress: 67% - Saving 16.67 MB of 24.75 MB
  2942. Target: Progress: 67% - Saving 16.83 MB of 24.75 MB
  2943. Target: Progress: 68% - Saving 16.98 MB of 24.75 MB
  2944. Target: Progress: 69% - Saving 17.14 MB of 24.75 MB
  2945. Target: Progress: 69% - Saving 17.3 MB of 24.75 MB
  2946. Target: Progress: 70% - Saving 17.45 MB of 24.75 MB
  2947. Target: Progress: 71% - Saving 17.61 MB of 24.75 MB
  2948. Target: Progress: 71% - Saving 17.76 MB of 24.75 MB
  2949. Target: Progress: 72% - Saving 17.92 MB of 24.75 MB
  2950. Target: Progress: 73% - Saving 18.08 MB of 24.75 MB
  2951. Target: Progress: 73% - Saving 18.23 MB of 24.75 MB
  2952. Target: Progress: 74% - Saving 18.39 MB of 24.75 MB
  2953. Target: Progress: 74% - Saving 18.55 MB of 24.75 MB
  2954. Target: Progress: 75% - Saving 18.7 MB of 24.75 MB
  2955. Target: Progress: 76% - Saving 18.86 MB of 24.75 MB
  2956. Target: Progress: 76% - Saving 19.01 MB of 24.75 MB
  2957. Target: Progress: 77% - Saving 19.17 MB of 24.75 MB
  2958. Target: Progress: 78% - Saving 19.33 MB of 24.75 MB
  2959. Target: Progress: 78% - Saving 19.48 MB of 24.75 MB
  2960. Target: Progress: 79% - Saving 19.64 MB of 24.75 MB
  2961. Target: Progress: 79% - Saving 19.8 MB of 24.75 MB
  2962. Target: Progress: 80% - Saving 19.95 MB of 24.75 MB
  2963. Target: Progress: 81% - Saving 20.11 MB of 24.75 MB
  2964. Target: Progress: 81% - Saving 20.26 MB of 24.75 MB
  2965. Target: Progress: 82% - Saving 20.42 MB of 24.75 MB
  2966. Target: Progress: 83% - Saving 20.58 MB of 24.75 MB
  2967. Target: Progress: 83% - Saving 20.73 MB of 24.75 MB
  2968. Target: Progress: 84% - Saving 20.89 MB of 24.75 MB
  2969. Target: Progress: 85% - Saving 21.05 MB of 24.75 MB
  2970. Target: Progress: 85% - Saving 21.2 MB of 24.75 MB
  2971. Target: Progress: 86% - Saving 21.51 MB of 24.75 MB
  2972. Target: Progress: 87% - Saving 21.67 MB of 24.75 MB
  2973. Target: Progress: 88% - Saving 21.83 MB of 24.75 MB
  2974. Target: Progress: 88% - Saving 21.98 MB of 24.75 MB
  2975. Target: Progress: 89% - Saving 22.14 MB of 24.75 MB
  2976. Target: Progress: 90% - Saving 22.3 MB of 24.75 MB
  2977. Target: Progress: 90% - Saving 22.45 MB of 24.75 MB
  2978. Target: Progress: 91% - Saving 22.61 MB of 24.75 MB
  2979. Target: Progress: 91% - Saving 22.76 MB of 24.75 MB
  2980. Target: Progress: 92% - Saving 22.92 MB of 24.75 MB
  2981. Target: Progress: 93% - Saving 23.08 MB of 24.75 MB
  2982. Target: Progress: 93% - Saving 23.23 MB of 24.75 MB
  2983. Target: Progress: 94% - Saving 23.39 MB of 24.75 MB
  2984. Target: Progress: 95% - Saving 23.55 MB of 24.75 MB
  2985. Target: Progress: 95% - Saving 23.7 MB of 24.75 MB
  2986. Target: Progress: 96% - Saving 23.86 MB of 24.75 MB
  2987. Target: Progress: 97% - Saving 24.01 MB of 24.75 MB
  2988. Target: Progress: 97% - Saving 24.17 MB of 24.75 MB
  2989. Target: Progress: 98% - Saving 24.33 MB of 24.75 MB
  2990. Target: Progress: 98% - Saving 24.48 MB of 24.75 MB
  2991. Target: Progress: 99% - Saving 24.64 MB of 24.75 MB
  2992. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  2993. Target: olatey\sysinternals\2019.4.23\SysinternalsSuite.zip (24.75 MB).
  2994. Target: Download of SysinternalsSuite.zip (24.75 MB) completed.
  2995. Target: Hashes match.
  2996. Target: Extracting C:\Users\vagrant\AppData\Local\Temp\chocolatey\sysinternals\2019.4.2
  2997. Target: 3\SysinternalsSuite.zip to C:\ProgramData\chocolatey\lib\sysinternals\tools...
  2998. Target: C:\ProgramData\chocolatey\lib\sysinternals\tools
  2999. Target: ShimGen has successfully created a shim for accesschk.exe
  3000. Target: ShimGen has successfully created a shim for accesschk64.exe
  3001. Target: ShimGen has successfully created a shim for AccessEnum.exe
  3002. Target: ShimGen has successfully created a shim for ADExplorer.exe
  3003. Target: ShimGen has successfully created a shim for ADInsight.exe
  3004. Target: ShimGen has successfully created a shim for adrestore.exe
  3005. Target: ShimGen has successfully created a shim for Autologon.exe
  3006. Target: ShimGen has successfully created a shim for Autoruns.exe
  3007. Target: ShimGen has successfully created a shim for Autoruns64.exe
  3008. Target: ShimGen has successfully created a shim for autorunsc.exe
  3009. Target: ShimGen has successfully created a shim for autorunsc64.exe
  3010. Target: ShimGen has successfully created a shim for Bginfo.exe
  3011. Target: ShimGen has successfully created a shim for Bginfo64.exe
  3012. Target: ShimGen has successfully created a shim for Cacheset.exe
  3013. Target: ShimGen has successfully created a shim for Clockres.exe
  3014. Target: ShimGen has successfully created a shim for Clockres64.exe
  3015. Target: ShimGen has successfully created a shim for Contig.exe
  3016. Target: ShimGen has successfully created a shim for Contig64.exe
  3017. Target: ShimGen has successfully created a shim for Coreinfo.exe
  3018. Target: ShimGen has successfully created a shim for ctrl2cap.exe
  3019. Target: ShimGen has successfully created a shim for dbgview.exe
  3020. Target: ShimGen has successfully created a shim for Desktops.exe
  3021. Target: ShimGen has successfully created a shim for disk2vhd.exe
  3022. Target: ShimGen has successfully created a shim for diskext.exe
  3023. Target: ShimGen has successfully created a shim for diskext64.exe
  3024. Target: ShimGen has successfully created a shim for Diskmon.exe
  3025. Target: ShimGen has successfully created a shim for DiskView.exe
  3026. Target: ShimGen has successfully created a shim for du.exe
  3027. Target: ShimGen has successfully created a shim for du64.exe
  3028. Target: ShimGen has successfully created a shim for efsdump.exe
  3029. Target: ShimGen has successfully created a shim for FindLinks.exe
  3030. Target: ShimGen has successfully created a shim for FindLinks64.exe
  3031. Target: ShimGen has successfully created a shim for handle.exe
  3032. Target: ShimGen has successfully created a shim for handle64.exe
  3033. Target: ShimGen has successfully created a shim for hex2dec.exe
  3034. Target: ShimGen has successfully created a shim for hex2dec64.exe
  3035. Target: ShimGen has successfully created a shim for junction.exe
  3036. Target: ShimGen has successfully created a shim for junction64.exe
  3037. Target: ShimGen has successfully created a shim for ldmdump.exe
  3038. Target: ShimGen has successfully created a shim for Listdlls.exe
  3039. Target: ShimGen has successfully created a shim for Listdlls64.exe
  3040. Target: ShimGen has successfully created a shim for livekd.exe
  3041. Target: ShimGen has successfully created a shim for livekd64.exe
  3042. Target: ShimGen has successfully created a shim for LoadOrd.exe
  3043. Target: ShimGen has successfully created a shim for LoadOrd64.exe
  3044. Target: ShimGen has successfully created a shim for LoadOrdC.exe
  3045. Target: ShimGen has successfully created a shim for LoadOrdC64.exe
  3046. Target: ShimGen has successfully created a shim for logonsessions.exe
  3047. Target: ShimGen has successfully created a shim for logonsessions64.exe
  3048. Target: ShimGen has successfully created a shim for movefile.exe
  3049. Target: ShimGen has successfully created a shim for movefile64.exe
  3050. Target: ShimGen has successfully created a shim for notmyfault.exe
  3051. Target: ShimGen has successfully created a shim for notmyfault64.exe
  3052. Target: ShimGen has successfully created a shim for notmyfaultc.exe
  3053. Target: ShimGen has successfully created a shim for notmyfaultc64.exe
  3054. Target: ShimGen has successfully created a shim for ntfsinfo.exe
  3055. Target: ShimGen has successfully created a shim for ntfsinfo64.exe
  3056. Target: ShimGen has successfully created a shim for pagedfrg.exe
  3057. Target: ShimGen has successfully created a shim for pendmoves.exe
  3058. Target: ShimGen has successfully created a shim for pendmoves64.exe
  3059. Target: ShimGen has successfully created a shim for pipelist.exe
  3060. Target: ShimGen has successfully created a shim for pipelist64.exe
  3061. Target: ShimGen has successfully created a shim for portmon.exe
  3062. Target: ShimGen has successfully created a shim for procdump.exe
  3063. Target: ShimGen has successfully created a shim for procdump64.exe
  3064. Target: ShimGen has successfully created a shim for procexp.exe
  3065. Target: ShimGen has successfully created a shim for procexp64.exe
  3066. Target: ShimGen has successfully created a shim for Procmon.exe
  3067. Target: ShimGen has successfully created a shim for PsExec.exe
  3068. Target: ShimGen has successfully created a shim for PsExec64.exe
  3069. Target: ShimGen has successfully created a shim for psfile.exe
  3070. Target: ShimGen has successfully created a shim for psfile64.exe
  3071. Target: ShimGen has successfully created a shim for PsGetsid.exe
  3072. Target: ShimGen has successfully created a shim for PsGetsid64.exe
  3073. Target: ShimGen has successfully created a shim for PsInfo.exe
  3074. Target: ShimGen has successfully created a shim for PsInfo64.exe
  3075. Target: ShimGen has successfully created a shim for pskill.exe
  3076. Target: ShimGen has successfully created a shim for pskill64.exe
  3077. Target: ShimGen has successfully created a shim for pslist.exe
  3078. Target: ShimGen has successfully created a shim for pslist64.exe
  3079. Target: ShimGen has successfully created a shim for PsLoggedon.exe
  3080. Target: ShimGen has successfully created a shim for PsLoggedon64.exe
  3081. Target: ShimGen has successfully created a shim for psloglist.exe
  3082. Target: ShimGen has successfully created a shim for psloglist64.exe
  3083. Target: ShimGen has successfully created a shim for pspasswd.exe
  3084. Target: ShimGen has successfully created a shim for pspasswd64.exe
  3085. Target: ShimGen has successfully created a shim for psping.exe
  3086. Target: ShimGen has successfully created a shim for psping64.exe
  3087. Target: ShimGen has successfully created a shim for PsService.exe
  3088. Target: ShimGen has successfully created a shim for PsService64.exe
  3089. Target: ShimGen has successfully created a shim for psshutdown.exe
  3090. Target: ShimGen has successfully created a shim for pssuspend.exe
  3091. Target: ShimGen has successfully created a shim for pssuspend64.exe
  3092. Target: ShimGen has successfully created a shim for RAMMap.exe
  3093. Target: ShimGen has successfully created a shim for RegDelNull.exe
  3094. Target: ShimGen has successfully created a shim for RegDelNull64.exe
  3095. Target: ShimGen has successfully created a shim for regjump.exe
  3096. Target: ShimGen has successfully created a shim for ru.exe
  3097. Target: ShimGen has successfully created a shim for ru64.exe
  3098. Target: ShimGen has successfully created a shim for sdelete.exe
  3099. Target: ShimGen has successfully created a shim for sdelete64.exe
  3100. Target: ShimGen has successfully created a shim for ShareEnum.exe
  3101. Target: ShimGen has successfully created a shim for ShellRunas.exe
  3102. Target: ShimGen has successfully created a shim for sigcheck.exe
  3103. Target: ShimGen has successfully created a shim for sigcheck64.exe
  3104. Target: ShimGen has successfully created a shim for streams.exe
  3105. Target: ShimGen has successfully created a shim for streams64.exe
  3106. Target: ShimGen has successfully created a shim for strings.exe
  3107. Target: ShimGen has successfully created a shim for strings64.exe
  3108. Target: ShimGen has successfully created a shim for sync.exe
  3109. Target: ShimGen has successfully created a shim for sync64.exe
  3110. Target: ShimGen has successfully created a shim for Sysmon.exe
  3111. Target: ShimGen has successfully created a shim for Sysmon64.exe
  3112. Target: ShimGen has successfully created a shim for Tcpvcon.exe
  3113. Target: ShimGen has successfully created a shim for Tcpview.exe
  3114. Target: ShimGen has successfully created a shim for Testlimit.exe
  3115. Target: ShimGen has successfully created a shim for Testlimit64.exe
  3116. Target: ShimGen has successfully created a shim for vmmap.exe
  3117. Target: ShimGen has successfully created a shim for Volumeid.exe
  3118. Target: ShimGen has successfully created a shim for Volumeid64.exe
  3119. Target: ShimGen has successfully created a shim for whois.exe
  3120. Target: ShimGen has successfully created a shim for whois64.exe
  3121. Target: ShimGen has successfully created a shim for Winobj.exe
  3122. Target: ShimGen has successfully created a shim for ZoomIt.exe
  3123. Target: The install of sysinternals was successful.
  3124. Target: Software installed to 'C:\ProgramData\chocolatey\lib\sysinternals\tools'
  3125. Target: Chocolatey installed 1/1 packages.
  3126. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  3127. ==> Target: Provisioning with powershell script: ./scripts/Target/Install-FLAREAPIMonitor.ps1
  3128. Target: Installing the following packages:
  3129. Target: apimonitor
  3130. Target: By installing you accept licenses for the packages.
  3131. Target: Progress: Downloading apimonitor 2.13.0.20160115... 16%
  3132. Target: Progress: Downloading apimonitor 2.13.0.20160115... 49%
  3133. Target: Progress: Downloading apimonitor 2.13.0.20160115... 82%
  3134. Target: Progress: Downloading apimonitor 2.13.0.20160115... 100%
  3135. Target: apimonitor v2.13.0.20160115 [Approved]
  3136. Target: apimonitor package files install completed. Performing other installation steps
  3137. Target: .
  3138. Target: Downloading apimonitor 64 bit
  3139. Target: from 'http://www.rohitab.com/download/api-monitor-v2r13-x86-x64.zip'
  3140. Target: Progress: 4% - Saving 387.54 KB of 8.2 MB
  3141. Target: Progress: 12% - Saving 1.06 MB of 8.2 MB
  3142. Target: Progress: 20% - Saving 1.68 MB of 8.2 MB
  3143. Target: Progress: 25% - Saving 2.11 MB of 8.2 MB
  3144. Target: Progress: 33% - Saving 2.79 MB of 8.2 MB
  3145. Target: Progress: 39% - Saving 3.21 MB of 8.2 MB
  3146. Target: Progress: 43% - Saving 3.55 MB of 8.2 MB
  3147. Target: Progress: 45% - Saving 3.72 MB of 8.2 MB
  3148. Target: Progress: 48% - Saving 3.95 MB of 8.2 MB
  3149. Target: Progress: 50% - Saving 4.15 MB of 8.2 MB
  3150. Target: Progress: 57% - Saving 4.74 MB of 8.2 MB
  3151. Target: Progress: 60% - Saving 5 MB of 8.2 MB
  3152. Target: Progress: 64% - Saving 5.28 MB of 8.2 MB
  3153. Target: Progress: 67% - Saving 5.56 MB of 8.2 MB
  3154. Target: Progress: 71% - Saving 5.83 MB of 8.2 MB
  3155. Target: Progress: 73% - Saving 6.04 MB of 8.2 MB
  3156. Target: Progress: 76% - Saving 6.27 MB of 8.2 MB
  3157. Target: Progress: 80% - Saving 6.57 MB of 8.2 MB
  3158. Target: Progress: 83% - Saving 6.84 MB of 8.2 MB
  3159. Target: Progress: 86% - Saving 7.09 MB of 8.2 MB
  3160. Target: Progress: 89% - Saving 7.33 MB of 8.2 MB
  3161. Target: Progress: 92% - Saving 7.57 MB of 8.2 MB
  3162. Target: Progress: 95% - Saving 7.87 MB of 8.2 MB
  3163. Target: Progress: 98% - Saving 8.1 MB of 8.2 MB
  3164. Target: Progress: 100% - Completed download of C:\Users\vagrant\AppData\Local\Temp\choc
  3165. Target: olatey\apimonitor\2.13.0.20160115\api-monitor-v2r13-x86-x64.zip (8.2 MB).
  3166. Target: Download of api-monitor-v2r13-x86-x64.zip (8.2 MB) completed.
  3167. Target: WARNING: Missing package checksums are not allowed (by default for HTTP/FTP,
  3168. Target: HTTPS when feature 'allowEmptyChecksumsSecure' is disabled) for
  3169. Target: safety and security reasons. Although we strongly advise against it,
  3170. Target: if you need this functionality, please set the feature
  3171. Target: 'allowEmptyChecksums' ('choco feature enable -n
  3172. Target: allowEmptyChecksums')
  3173. Target: or pass in the option '--allow-empty-checksums'. You can also pass
  3174. Target: checksums at runtime (recommended). See choco install -? for details.
  3175. Target: The integrity of the file 'api-monitor-v2r13-x86-x64.zip' from 'http://www.rohi
  3176. Target: tab.com/download/api-monitor-v2r13-x86-x64.zip' has not been verified by a chec
  3177. Target: ksum in the package scripts.
  3178. Target: Do you wish to allow the install to continue (not recommended)?
  3179. Target: [Y] Yes [N] No (default is "N")
  3180. Target: Confirmation (`-y`) is set.
  3181. Target: Respond within 30 seconds or the default selection will be chosen.
  3182. Target: ERROR: Empty checksums are no longer allowed by default for non-secure sources.
  3183. Target: Please ask the maintainer to add checksums to this package. In the meantime if
  3184. Target: you need this package to work correctly, please enable the feature allowEmptyC
  3185. Target: hecksums, provide the runtime switch '--allow-empty-checksums', or pass in chec
  3186. Target: ksums at runtime (recommended - see 'choco install -?' / 'choco upgrade -?' for
  3187. Target: details). It is strongly advised against allowing empty checksums for non-inte
  3188. Target: rnal HTTP/FTP sources.
  3189. Target: The install of apimonitor was NOT successful.
  3190. Target: Error while running 'C:\ProgramData\chocolatey\lib\apimonitor\tools\chocolateyI
  3191. Target: nstall.ps1'.
  3192. Target: See log for details.
  3193. Target: Chocolatey installed 0/1 packages. 1 packages failed.
  3194. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  3195. Target: Failures
  3196. Target: - apimonitor (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\
  3197. Target: apimonitor\tools\chocolateyInstall.ps1'.
  3198. Target: See log for details.
  3199. Target: [!] Failed to install package apimonitor. Attempt 1 out of 3. Sleeping for 30 s
  3200. Target: econds before next retry.
  3201. Target: Installing the following packages:
  3202. Target: apimonitor
  3203. Target: By installing you accept licenses for the packages.
  3204. Target: Progress: Downloading apimonitor 2.13.0.20160115... 16%
  3205. Target: Progress: Downloading apimonitor 2.13.0.20160115... 49%
  3206. Target: Progress: Downloading apimonitor 2.13.0.20160115... 82%
  3207. Target: Progress: Downloading apimonitor 2.13.0.20160115... 100%
  3208. Target: apimonitor v2.13.0.20160115 [Approved]
  3209. Target: apimonitor package files install completed. Performing other installation steps
  3210. Target: .
  3211. Target: WARNING: Missing package checksums are not allowed (by default for HTTP/FTP,
  3212. Target: HTTPS when feature 'allowEmptyChecksumsSecure' is disabled) for
  3213. Target: safety and security reasons. Although we strongly advise against it,
  3214. Target: if you need this functionality, please set the feature
  3215. Target: 'allowEmptyChecksums' ('choco feature enable -n
  3216. Target: allowEmptyChecksums')
  3217. Target: or pass in the option '--allow-empty-checksums'. You can also pass
  3218. Target: checksums at runtime (recommended). See choco install -? for details.
  3219. Target: The integrity of the file 'api-monitor-v2r13-x86-x64.zip' from 'http://www.rohi
  3220. Target: tab.com/download/api-monitor-v2r13-x86-x64.zip' has not been verified by a chec
  3221. Target: ksum in the package scripts.
  3222. Target: Do you wish to allow the install to continue (not recommended)?
  3223. Target: [Y] Yes [N] No (default is "N")
  3224. Target: Confirmation (`-y`) is set.
  3225. Target: Respond within 30 seconds or the default selection will be chosen.
  3226. Target: ERROR: Empty checksums are no longer allowed by default for non-secure sources.
  3227. Target: Please ask the maintainer to add checksums to this package. In the meantime if
  3228. Target: you need this package to work correctly, please enable the feature allowEmptyC
  3229. Target: hecksums, provide the runtime switch '--allow-empty-checksums', or pass in chec
  3230. Target: ksums at runtime (recommended - see 'choco install -?' / 'choco upgrade -?' for
  3231. Target: details). It is strongly advised against allowing empty checksums for non-inte
  3232. Target: rnal HTTP/FTP sources.
  3233. Target: The install of apimonitor was NOT successful.
  3234. Target: Error while running 'C:\ProgramData\chocolatey\lib\apimonitor\tools\chocolateyI
  3235. Target: nstall.ps1'.
  3236. Target: See log for details.
  3237. Target: Chocolatey installed 0/1 packages. 1 packages failed.
  3238. Target: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  3239. Target: Failures
  3240. Target: - apimonitor (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\
  3241. Target: apimonitor\tools\chocolateyInstall.ps1'.
  3242. Target: See log for details.
  3243. Target: [!] Error occurred attempting to install apimonitor. Exiting.
  3244. Target: System.IO.IOException: The OS handle's position is not what FileStream expected
  3245. Target: . Do not use a handle simultaneously in one FileStream and in Win32 code or ano
  3246. Target: ther FileStream. This may cause data loss.
  3247. Target: at System.IO.FileStream.VerifyOSHandlePosition()
  3248. Target: at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
  3249. Target: at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
  3250. Target: at System.IO.FileStream.Flush()
  3251. Target: at System.IO.TextWriter.SyncTextWriter.Write(String value)
  3252. Target: at Microsoft.PowerShell.ConsoleHostUserInterface.Write(String value)
  3253. Target: at Microsoft.PowerShell.ConsoleHostUserInterface.Write(ConsoleColor foregrou
  3254. Target: ndColor, ConsoleColor backgroundColor, String value)
  3255. Target: at System.Management.Automation.Internal.Host.InternalHostUserInterface.Writ
  3256. Target: e(ConsoleColor foregroundColor, ConsoleColor backgroundColor, String value)
  3257. Target: at Microsoft.PowerShell.Commands.WriteHostCommand.PrintObject(Object o)
  3258. Target: at Microsoft.PowerShell.Commands.WriteHostCommand.PrintObject(Object o)
  3259. Target: at Microsoft.PowerShell.Commands.WriteHostCommand.ProcessRecord()
  3260. Target: at System.Management.Automation.CommandProcessor.ProcessRecord()
  3261. ==> Target: Deregistering and deleting VM...
  3262. ==> Target: Deleting output directory...
  3263. Build 'Target' errored: Script exited with non-zero exit status: 1.Allowed exit codes are: [0]
  3264.  
  3265. ==> Some builds didn't complete successfully and had errors:
  3266. --> DanderSpritz-box: Timeout waiting for WinRM.
  3267. --> Target: Script exited with non-zero exit status: 1.Allowed exit codes are: [0]
  3268.  
  3269. ==> Builds finished. The artifacts of successful builds are:
  3270. --> Domain_Controller: 'virtualbox' provider box: windows_2008_r2_dc.box
  3271.  
  3272. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement