.universal/scripts.ps1

New-PSUScript -Name "Start-Lab.ps1" -Description "Starts a Lab in AutomatedLab" -Path "Start-Lab.ps1" -Environment "PowerShell 7" 
New-PSUScript -Name "Start-SingleVM.ps1" -Description "Start-SingleVM.ps1" -Path "Start-SingleVM.ps1" -Environment "PowerShell 7" 
New-PSUScript -Name "Stop-Lab.ps1" -Description "Stops a lab in Automated Lab" -Path "Stop-Lab.ps1" -Environment "PowerShell 7" 
New-PSUScript -Name "Stop-SingleVM.ps1" -Description "Stop-SingleVM.ps1" -Path "Stop-SingleVM.ps1" -Environment "PowerShell 7"