From cb35edea020fc37c6d797d2abd524133340a5dba Mon Sep 17 00:00:00 2001 From: Kyle Ruddy Date: Thu, 7 Jul 2016 21:04:40 -0400 Subject: [PATCH] Reorganizational Update Reorganizing of the repo for better, more streamlined access --- DSC/README.md | 1 + Functions/README.md | 1 + Modules/README.md | 1 + VMCPFunctions.psm1 => Modules/VMCPFunctions.psm1 | 0 .../vSphere_Hardening_Assess_VM_v1a.psm1 | 0 PowerActions/README.md | 1 + .../Check-VMwareTools.ps1 | 0 .../ExportImportTags.ps1 | 0 .../Get-BiosBootStatus.ps1 | 0 .../Host_Memory_Assessment_Tool_v2a.ps1 | 0 .../Install-HostClient.ps1 | 0 Invoke-BiosBoot.ps1 => Scripts/Invoke-BiosBoot.ps1 | 0 Scripts/README.md | 1 + .../Remove-HostClient.ps1 | 0 Remove-IPPool.ps1 => Scripts/Remove-IPPool.ps1 | 0 .../Set-LockdownLevel_v1a.ps1 | 0 .../Sysprep_Automation_Script_v1a.ps1 | Bin 17 files changed, 5 insertions(+) create mode 100644 DSC/README.md create mode 100644 Functions/README.md create mode 100644 Modules/README.md rename VMCPFunctions.psm1 => Modules/VMCPFunctions.psm1 (100%) rename vSphere_Hardening_Assess_VM_v1a.psm1 => Modules/vSphere_Hardening_Assess_VM_v1a.psm1 (100%) create mode 100644 PowerActions/README.md rename Check-VMwareTools.ps1 => Scripts/Check-VMwareTools.ps1 (100%) rename ExportImportTags.ps1 => Scripts/ExportImportTags.ps1 (100%) rename Get-BiosBootStatus.ps1 => Scripts/Get-BiosBootStatus.ps1 (100%) rename Host_Memory_Assessment_Tool_v2a.ps1 => Scripts/Host_Memory_Assessment_Tool_v2a.ps1 (100%) rename Install-HostClient.ps1 => Scripts/Install-HostClient.ps1 (100%) rename Invoke-BiosBoot.ps1 => Scripts/Invoke-BiosBoot.ps1 (100%) create mode 100644 Scripts/README.md rename Remove-HostClient.ps1 => Scripts/Remove-HostClient.ps1 (100%) rename Remove-IPPool.ps1 => Scripts/Remove-IPPool.ps1 (100%) rename Set-LockdownLevel_v1a.ps1 => Scripts/Set-LockdownLevel_v1a.ps1 (100%) rename Sysprep_Automation_Script_v1a.ps1 => Scripts/Sysprep_Automation_Script_v1a.ps1 (100%) diff --git a/DSC/README.md b/DSC/README.md new file mode 100644 index 0000000..5c108c4 --- /dev/null +++ b/DSC/README.md @@ -0,0 +1 @@ +DSC Resources diff --git a/Functions/README.md b/Functions/README.md new file mode 100644 index 0000000..ff834f7 --- /dev/null +++ b/Functions/README.md @@ -0,0 +1 @@ +Functions diff --git a/Modules/README.md b/Modules/README.md new file mode 100644 index 0000000..3e37552 --- /dev/null +++ b/Modules/README.md @@ -0,0 +1 @@ +Modules diff --git a/VMCPFunctions.psm1 b/Modules/VMCPFunctions.psm1 similarity index 100% rename from VMCPFunctions.psm1 rename to Modules/VMCPFunctions.psm1 diff --git a/vSphere_Hardening_Assess_VM_v1a.psm1 b/Modules/vSphere_Hardening_Assess_VM_v1a.psm1 similarity index 100% rename from vSphere_Hardening_Assess_VM_v1a.psm1 rename to Modules/vSphere_Hardening_Assess_VM_v1a.psm1 diff --git a/PowerActions/README.md b/PowerActions/README.md new file mode 100644 index 0000000..fccf84c --- /dev/null +++ b/PowerActions/README.md @@ -0,0 +1 @@ +PowerAction Scripts diff --git a/Check-VMwareTools.ps1 b/Scripts/Check-VMwareTools.ps1 similarity index 100% rename from Check-VMwareTools.ps1 rename to Scripts/Check-VMwareTools.ps1 diff --git a/ExportImportTags.ps1 b/Scripts/ExportImportTags.ps1 similarity index 100% rename from ExportImportTags.ps1 rename to Scripts/ExportImportTags.ps1 diff --git a/Get-BiosBootStatus.ps1 b/Scripts/Get-BiosBootStatus.ps1 similarity index 100% rename from Get-BiosBootStatus.ps1 rename to Scripts/Get-BiosBootStatus.ps1 diff --git a/Host_Memory_Assessment_Tool_v2a.ps1 b/Scripts/Host_Memory_Assessment_Tool_v2a.ps1 similarity index 100% rename from Host_Memory_Assessment_Tool_v2a.ps1 rename to Scripts/Host_Memory_Assessment_Tool_v2a.ps1 diff --git a/Install-HostClient.ps1 b/Scripts/Install-HostClient.ps1 similarity index 100% rename from Install-HostClient.ps1 rename to Scripts/Install-HostClient.ps1 diff --git a/Invoke-BiosBoot.ps1 b/Scripts/Invoke-BiosBoot.ps1 similarity index 100% rename from Invoke-BiosBoot.ps1 rename to Scripts/Invoke-BiosBoot.ps1 diff --git a/Scripts/README.md b/Scripts/README.md new file mode 100644 index 0000000..f81ee27 --- /dev/null +++ b/Scripts/README.md @@ -0,0 +1 @@ +Sample Scripts diff --git a/Remove-HostClient.ps1 b/Scripts/Remove-HostClient.ps1 similarity index 100% rename from Remove-HostClient.ps1 rename to Scripts/Remove-HostClient.ps1 diff --git a/Remove-IPPool.ps1 b/Scripts/Remove-IPPool.ps1 similarity index 100% rename from Remove-IPPool.ps1 rename to Scripts/Remove-IPPool.ps1 diff --git a/Set-LockdownLevel_v1a.ps1 b/Scripts/Set-LockdownLevel_v1a.ps1 similarity index 100% rename from Set-LockdownLevel_v1a.ps1 rename to Scripts/Set-LockdownLevel_v1a.ps1 diff --git a/Sysprep_Automation_Script_v1a.ps1 b/Scripts/Sysprep_Automation_Script_v1a.ps1 similarity index 100% rename from Sysprep_Automation_Script_v1a.ps1 rename to Scripts/Sysprep_Automation_Script_v1a.ps1