From 87ab250d1a3614b630c838dbe7c244a938537ac0 Mon Sep 17 00:00:00 2001 From: Robby-Swartenbroekx Date: Mon, 18 Jan 2016 11:57:07 +0100 Subject: [PATCH 1/6] Create READ_ME.txt --- Resize-Partition-to-Max/READ_ME.txt | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Resize-Partition-to-Max/READ_ME.txt diff --git a/Resize-Partition-to-Max/READ_ME.txt b/Resize-Partition-to-Max/READ_ME.txt new file mode 100644 index 0000000..314b10d --- /dev/null +++ b/Resize-Partition-to-Max/READ_ME.txt @@ -0,0 +1,35 @@ +EXPLENATION: +------------ +This script makes partitions the max size according to their disk (ex.: after you enlarged the disk in VMWare or Hyper-V) +It only accepts 1 argument, the driveletter as a single character (only E and not E:) + +REQUIREMENTS: +------------- +Windows 2012 is required, tested with Windows 2012 (so should work on 8), Windows 2012 R2 (so should work on 8.1) and Windows 10 (so should work on 2016). + +UPLOADING: +---------- +There are two methods to upload an Automation Policy (AMP) into N-central. Choose one of the following methods: + +How to upload AMP directly into N-central: + +1. Login to the UI as Product Admin (by default, productadmin@n-able.com) +2. Choose on the OS Level from top-left drop down +3. Expand Configuration Pane -> Scheduled Tasks -> Script/Software Repository +4. Click Add -> Select Automation Policy +5. Click Browse -> Select .AMP +6. Click OK -> OK + +How to upload AMP through Automation Designer into N-central: + +1. Login to the UI as Product Admin (by default, productadmin@n-able.com) +2. Choose on the OS Level from top-left drop down +3. From Actions Pane -> Click Start Automation Manager +4. From within the Automation Manager Designer, choose File -> Open +5. Browse to .AMP +6. Click OK +7. From within the Automation Manager Designer, choose File -> Upload + +CREDITS: +-------- +v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) From 9fe5ed94f324978620aa8a9ab89be8cda742eef5 Mon Sep 17 00:00:00 2001 From: Robby-Swartenbroekx Date: Mon, 18 Jan 2016 11:57:44 +0100 Subject: [PATCH 2/6] Create Resize Partition to Max.amp --- .../Resize Partition to Max.amp | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Resize-Partition-to-Max/Resize Partition to Max.amp diff --git a/Resize-Partition-to-Max/Resize Partition to Max.amp b/Resize-Partition-to-Max/Resize Partition to Max.amp new file mode 100644 index 0000000..fa8da96 --- /dev/null +++ b/Resize-Partition-to-Max/Resize Partition to Max.amp @@ -0,0 +1,55 @@ + + + + + + + + + + 574,1096 + Assembly references and imported namespaces serialized as XML namespaces + + + + + + + + + + + [strDrive] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 0e8a2b96d486c710c37206a35ea9cb0ee4b233ee Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Jan 2016 12:15:51 +0100 Subject: [PATCH 3/6] removed empty line --- Resize-Partition-to-Max/READ_ME.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resize-Partition-to-Max/READ_ME.txt b/Resize-Partition-to-Max/READ_ME.txt index 314b10d..9ed521d 100644 --- a/Resize-Partition-to-Max/READ_ME.txt +++ b/Resize-Partition-to-Max/READ_ME.txt @@ -32,4 +32,4 @@ How to upload AMP through Automation Designer into N-central: CREDITS: -------- -v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) +v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) \ No newline at end of file From 019c07637c90f0dcde5191a415a8c3ae78b8121f Mon Sep 17 00:00:00 2001 From: Robby Swartenbroekx Date: Thu, 16 Dec 2021 10:10:31 +0100 Subject: [PATCH 4/6] Rename READ_ME.txt to READ_ME.md --- Resize-Partition-to-Max/{READ_ME.txt => READ_ME.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Resize-Partition-to-Max/{READ_ME.txt => READ_ME.md} (96%) diff --git a/Resize-Partition-to-Max/READ_ME.txt b/Resize-Partition-to-Max/READ_ME.md similarity index 96% rename from Resize-Partition-to-Max/READ_ME.txt rename to Resize-Partition-to-Max/READ_ME.md index 9ed521d..314b10d 100644 --- a/Resize-Partition-to-Max/READ_ME.txt +++ b/Resize-Partition-to-Max/READ_ME.md @@ -32,4 +32,4 @@ How to upload AMP through Automation Designer into N-central: CREDITS: -------- -v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) \ No newline at end of file +v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) From be97e458db1e11efc709d9e29080b7f263eaff1a Mon Sep 17 00:00:00 2001 From: Robby Swartenbroekx Date: Thu, 16 Dec 2021 10:10:54 +0100 Subject: [PATCH 5/6] Rename READ_ME.md to README.md --- Resize-Partition-to-Max/{READ_ME.md => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Resize-Partition-to-Max/{READ_ME.md => README.md} (100%) diff --git a/Resize-Partition-to-Max/READ_ME.md b/Resize-Partition-to-Max/README.md similarity index 100% rename from Resize-Partition-to-Max/READ_ME.md rename to Resize-Partition-to-Max/README.md From 6407a23a69dd5ef2468845e1f56df6fa378d6e63 Mon Sep 17 00:00:00 2001 From: Robby Swartenbroekx Date: Thu, 16 Dec 2021 10:18:18 +0100 Subject: [PATCH 6/6] removed to own repository --- Resize-Partition-to-Max/README.md | 35 ------------ .../Resize Partition to Max.amp | 55 ------------------- 2 files changed, 90 deletions(-) delete mode 100644 Resize-Partition-to-Max/README.md delete mode 100644 Resize-Partition-to-Max/Resize Partition to Max.amp diff --git a/Resize-Partition-to-Max/README.md b/Resize-Partition-to-Max/README.md deleted file mode 100644 index 314b10d..0000000 --- a/Resize-Partition-to-Max/README.md +++ /dev/null @@ -1,35 +0,0 @@ -EXPLENATION: ------------- -This script makes partitions the max size according to their disk (ex.: after you enlarged the disk in VMWare or Hyper-V) -It only accepts 1 argument, the driveletter as a single character (only E and not E:) - -REQUIREMENTS: -------------- -Windows 2012 is required, tested with Windows 2012 (so should work on 8), Windows 2012 R2 (so should work on 8.1) and Windows 10 (so should work on 2016). - -UPLOADING: ----------- -There are two methods to upload an Automation Policy (AMP) into N-central. Choose one of the following methods: - -How to upload AMP directly into N-central: - -1. Login to the UI as Product Admin (by default, productadmin@n-able.com) -2. Choose on the OS Level from top-left drop down -3. Expand Configuration Pane -> Scheduled Tasks -> Script/Software Repository -4. Click Add -> Select Automation Policy -5. Click Browse -> Select .AMP -6. Click OK -> OK - -How to upload AMP through Automation Designer into N-central: - -1. Login to the UI as Product Admin (by default, productadmin@n-able.com) -2. Choose on the OS Level from top-left drop down -3. From Actions Pane -> Click Start Automation Manager -4. From within the Automation Manager Designer, choose File -> Open -5. Browse to .AMP -6. Click OK -7. From within the Automation Manager Designer, choose File -> Upload - -CREDITS: --------- -v1.0 - Robby Swartenbroekx (b-inside - www.b-inside.be) diff --git a/Resize-Partition-to-Max/Resize Partition to Max.amp b/Resize-Partition-to-Max/Resize Partition to Max.amp deleted file mode 100644 index fa8da96..0000000 --- a/Resize-Partition-to-Max/Resize Partition to Max.amp +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - 574,1096 - Assembly references and imported namespaces serialized as XML namespaces - - - - - - - - - - - [strDrive] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -