From 955b54c62075706d3b8a1fdf0f5b9d4d179fb6a3 Mon Sep 17 00:00:00 2001
From: Anders Slaaen <anderks@sstud.ntnu.no>
Date: Thu, 19 May 2022 11:08:57 +0200
Subject: [PATCH] n

---
 source/orchestrationLogic/HEAT/bootup.ps1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/orchestrationLogic/HEAT/bootup.ps1 b/source/orchestrationLogic/HEAT/bootup.ps1
index 3c386b8c..3c79619a 100644
--- a/source/orchestrationLogic/HEAT/bootup.ps1
+++ b/source/orchestrationLogic/HEAT/bootup.ps1
@@ -36,10 +36,14 @@ if( !(Test-Path -Path "C:\flag.txt")) {
     do {
         try{
         <RDPMembers> # Adds users to the rdp member group
+        
         } catch{
             $added = $false
             $i = $i+1
         }
 
     } while($i -lt 10)
+    $Newwork = New-Object -ComObject "Wscript.Network"
+    $Network.MapNetWorkDrive("S:", "\\192.168.0.2\share")
+
 }
-- 
GitLab