├── Events └── FRPSUG-170916 │ ├── CLuster.mp4 │ ├── ClusterConfiguration.xml │ ├── DeploiementOS.mp4 │ ├── Deploy-Cluster.ps1 │ ├── Drawing1.vsdx │ ├── NodeConfiguration.xml │ ├── PowerShellSaturday-RomainSerre-DeploiementHCI.pptx │ ├── Readme.md │ ├── Set-NetworkConfiguration.ps1 │ ├── SetBCDStoreUEFI.ps1 │ ├── VerificationOS.mp4 │ └── diskpart-EFI.txt ├── PowerShell ├── Audit-S2D │ ├── Audit-S2D-cluster-hyv01-2017-12-06_18-40.html │ ├── Audit-S2D.ps1 │ ├── Documentation - Audit-S2D.docx │ └── readme.md └── VMDeploymentTool │ ├── Deploy-VM.ps1 │ ├── Readme.md │ ├── SysprepVHDXPrep │ ├── ConfigureOS.ps1 │ ├── ConfigureOS.xml │ └── unattend.xml │ ├── TemplateExample.xml │ └── explanation.docx ├── RDSFarm ├── RDS-NetworkStorage.json └── RDS-VMs.json ├── README.md ├── TechCoffeeLab.json ├── TechCoffeeLab.param.json └── Veeam Cloud Connect ├── Readme.md └── azuredeploy.json /Events/FRPSUG-170916/CLuster.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/CLuster.mp4 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/ClusterConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/ClusterConfiguration.xml -------------------------------------------------------------------------------- /Events/FRPSUG-170916/DeploiementOS.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/DeploiementOS.mp4 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/Deploy-Cluster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/Deploy-Cluster.ps1 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/Drawing1.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/Drawing1.vsdx -------------------------------------------------------------------------------- /Events/FRPSUG-170916/NodeConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/NodeConfiguration.xml -------------------------------------------------------------------------------- /Events/FRPSUG-170916/PowerShellSaturday-RomainSerre-DeploiementHCI.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/PowerShellSaturday-RomainSerre-DeploiementHCI.pptx -------------------------------------------------------------------------------- /Events/FRPSUG-170916/Readme.md: -------------------------------------------------------------------------------- 1 | Files about presentation made at FRPSUG (September, 16, 2017) 2 | -------------------------------------------------------------------------------- /Events/FRPSUG-170916/Set-NetworkConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/Set-NetworkConfiguration.ps1 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/SetBCDStoreUEFI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/SetBCDStoreUEFI.ps1 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/VerificationOS.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/VerificationOS.mp4 -------------------------------------------------------------------------------- /Events/FRPSUG-170916/diskpart-EFI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Events/FRPSUG-170916/diskpart-EFI.txt -------------------------------------------------------------------------------- /PowerShell/Audit-S2D/Audit-S2D-cluster-hyv01-2017-12-06_18-40.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/Audit-S2D/Audit-S2D-cluster-hyv01-2017-12-06_18-40.html -------------------------------------------------------------------------------- /PowerShell/Audit-S2D/Audit-S2D.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/Audit-S2D/Audit-S2D.ps1 -------------------------------------------------------------------------------- /PowerShell/Audit-S2D/Documentation - Audit-S2D.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/Audit-S2D/Documentation - Audit-S2D.docx -------------------------------------------------------------------------------- /PowerShell/Audit-S2D/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/Audit-S2D/readme.md -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/Deploy-VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/Deploy-VM.ps1 -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/Readme.md -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/SysprepVHDXPrep/ConfigureOS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/SysprepVHDXPrep/ConfigureOS.ps1 -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/SysprepVHDXPrep/ConfigureOS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/SysprepVHDXPrep/ConfigureOS.xml -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/SysprepVHDXPrep/unattend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/SysprepVHDXPrep/unattend.xml -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/TemplateExample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/TemplateExample.xml -------------------------------------------------------------------------------- /PowerShell/VMDeploymentTool/explanation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/PowerShell/VMDeploymentTool/explanation.docx -------------------------------------------------------------------------------- /RDSFarm/RDS-NetworkStorage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/RDSFarm/RDS-NetworkStorage.json -------------------------------------------------------------------------------- /RDSFarm/RDS-VMs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/RDSFarm/RDS-VMs.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /TechCoffeeLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/TechCoffeeLab.json -------------------------------------------------------------------------------- /TechCoffeeLab.param.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/TechCoffeeLab.param.json -------------------------------------------------------------------------------- /Veeam Cloud Connect/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Veeam Cloud Connect/Readme.md -------------------------------------------------------------------------------- /Veeam Cloud Connect/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SerreRom/PowerShell/HEAD/Veeam Cloud Connect/azuredeploy.json --------------------------------------------------------------------------------