@@ -7,7 +7,7 @@ function Enable-LabHostRemoting
7
7
[switch ]$NoDisplay
8
8
)
9
9
10
- # . ExternalHelp AutomatedLab.Help.xml
10
+
11
11
12
12
Write-LogFunctionEntry
13
13
@@ -206,7 +206,7 @@ function Undo-LabHostRemoting
206
206
[switch ]$NoDisplay
207
207
)
208
208
209
- # . ExternalHelp AutomatedLab.Help.xml
209
+
210
210
211
211
Write-LogFunctionEntry
212
212
@@ -278,7 +278,7 @@ function Test-LabHostRemoting
278
278
279
279
param ()
280
280
281
- # . ExternalHelp AutomatedLab.Help.xml
281
+
282
282
Write-LogFunctionEntry
283
283
284
284
$configOk = $true
@@ -354,7 +354,7 @@ function Test-LabHostRemoting
354
354
# region Import-Lab
355
355
function Import-Lab
356
356
{
357
- # . ExternalHelp AutomatedLab.help.xml
357
+
358
358
359
359
[CmdletBinding (DefaultParameterSetName = ' ByName' )]
360
360
param (
@@ -586,7 +586,7 @@ function Import-Lab
586
586
# region Export-Lab
587
587
function Export-Lab
588
588
{
589
- # . ExternalHelp AutomatedLab.Help.xml
589
+
590
590
[cmdletBinding ()]
591
591
592
592
param ()
@@ -616,7 +616,7 @@ function Export-Lab
616
616
# region Get-Lab
617
617
function Get-Lab
618
618
{
619
- # . ExternalHelp AutomatedLab.Help.xml
619
+
620
620
[CmdletBinding ()]
621
621
[OutputType ([AutomatedLab.Lab ])]
622
622
@@ -654,7 +654,7 @@ function Get-Lab
654
654
# region Clear-Lab
655
655
function Clear-Lab
656
656
{
657
- # . ExternalHelp AutomatedLab.Help.xml
657
+
658
658
[cmdletBinding ()]
659
659
660
660
param ()
@@ -674,7 +674,7 @@ function Clear-Lab
674
674
# region Install-Lab
675
675
function Install-Lab
676
676
{
677
- # . ExternalHelp AutomatedLab.help.xml
677
+
678
678
679
679
[cmdletBinding ()]
680
680
param (
@@ -1132,7 +1132,7 @@ function Install-Lab
1132
1132
# region Remove-Lab
1133
1133
function Remove-Lab
1134
1134
{
1135
- # . ExternalHelp AutomatedLab.Help.xml
1135
+
1136
1136
[CmdletBinding (DefaultParameterSetName = ' Path' , ConfirmImpact = ' High' , SupportsShouldProcess )]
1137
1137
param (
1138
1138
[Parameter (Mandatory , ParameterSetName = ' ByPath' )]
@@ -1297,7 +1297,7 @@ function Remove-Lab
1297
1297
# region Get-LabAvailableOperatingSystem
1298
1298
function Get-LabAvailableOperatingSystem
1299
1299
{
1300
- # . ExternalHelp AutomatedLab.Help.xml
1300
+
1301
1301
[cmdletBinding (DefaultParameterSetName = ' Local' )]
1302
1302
[OutputType ([AutomatedLab.OperatingSystem ])]
1303
1303
param
@@ -1566,7 +1566,7 @@ function Get-LabAvailableOperatingSystem
1566
1566
# region Enable-LabVMRemoting
1567
1567
function Enable-LabVMRemoting
1568
1568
{
1569
- # . ExternalHelp AutomatedLab.Help.xml
1569
+
1570
1570
[cmdletBinding ()]
1571
1571
param (
1572
1572
[Parameter (Mandatory , ValueFromPipelineByPropertyName , ParameterSetName = ' ByName' )]
@@ -1618,7 +1618,7 @@ function Enable-LabVMRemoting
1618
1618
# region Install-LabWebServers
1619
1619
function Install-LabWebServers
1620
1620
{
1621
- # . ExternalHelp AutomatedLab.Help.xml
1621
+
1622
1622
[cmdletBinding ()]
1623
1623
param ([switch ]$CreateCheckPoints )
1624
1624
@@ -1668,7 +1668,7 @@ function Install-LabWebServers
1668
1668
# region Install-LabWindowsFeature
1669
1669
function Install-LabWindowsFeature
1670
1670
{
1671
- # . ExternalHelp AutomatedLab.Help.xml
1671
+
1672
1672
[cmdletBinding ()]
1673
1673
param (
1674
1674
[Parameter (Mandatory )]
@@ -1761,7 +1761,7 @@ function Install-LabWindowsFeature
1761
1761
# region Get-LabWindowsFeature
1762
1762
function Get-LabWindowsFeature
1763
1763
{
1764
- # . ExternalHelp AutomatedLab.Help.xml
1764
+
1765
1765
[cmdletBinding ()]
1766
1766
param (
1767
1767
[Parameter (Mandatory )]
@@ -1848,7 +1848,7 @@ function Get-LabWindowsFeature
1848
1848
# region Uninstall-LabWindowsFeature
1849
1849
function Uninstall-LabWindowsFeature
1850
1850
{
1851
- # . ExternalHelp AutomatedLab.Help.xml
1851
+
1852
1852
[cmdletBinding ()]
1853
1853
param (
1854
1854
[Parameter (Mandatory )]
@@ -1928,7 +1928,7 @@ function Uninstall-LabWindowsFeature
1928
1928
# region Install-VisualStudio2013
1929
1929
function Install-VisualStudio2013
1930
1930
{
1931
- # . ExternalHelp AutomatedLab.Help.xml
1931
+
1932
1932
[cmdletBinding ()]
1933
1933
param (
1934
1934
[int ]$InstallationTimeout = (Get-LabConfigurationItem - Name Timeout_VisualStudio2013Installation)
@@ -2047,7 +2047,7 @@ function Install-VisualStudio2013
2047
2047
# region Install-VisualStudio2015
2048
2048
function Install-VisualStudio2015
2049
2049
{
2050
- # . ExternalHelp AutomatedLab.Help.xml
2050
+
2051
2051
[cmdletBinding ()]
2052
2052
param (
2053
2053
[int ]$InstallationTimeout = (Get-LabConfigurationItem - Name Timeout_VisualStudio2015Installation)
@@ -2171,7 +2171,7 @@ function Install-VisualStudio2015
2171
2171
# region Install-LabOrchestrator2012
2172
2172
function Install-LabOrchestrator2012
2173
2173
{
2174
- # . ExternalHelp AutomatedLab.Help.xml
2174
+
2175
2175
[cmdletBinding ()]
2176
2176
param ()
2177
2177
@@ -2334,7 +2334,7 @@ function Install-LabOrchestrator2012
2334
2334
# region Install-LabSoftwarePackage
2335
2335
function Install-LabSoftwarePackage
2336
2336
{
2337
- # . ExternalHelp AutomatedLab.Help.xml
2337
+
2338
2338
param (
2339
2339
[Parameter (Mandatory , ParameterSetName = ' SinglePackage' )]
2340
2340
[ValidateNotNullOrEmpty ()]
@@ -2544,7 +2544,7 @@ function Install-LabSoftwarePackage
2544
2544
# region Get-LabSoftwarePackage
2545
2545
function Get-LabSoftwarePackage
2546
2546
{
2547
- # . ExternalHelp AutomatedLab.Help.xml
2547
+
2548
2548
param (
2549
2549
[Parameter (Mandatory )]
2550
2550
[ValidateScript ({
@@ -2575,7 +2575,7 @@ function Get-LabSoftwarePackage
2575
2575
# region Install-LabSoftwarePackages
2576
2576
function Install-LabSoftwarePackages
2577
2577
{
2578
- # . ExternalHelp AutomatedLab.Help.xml
2578
+
2579
2579
param (
2580
2580
[Parameter (Mandatory , ValueFromPipelineByPropertyName )]
2581
2581
[AutomatedLab.Machine []]$Machine ,
@@ -2641,7 +2641,7 @@ function Install-LabSoftwarePackages
2641
2641
# region New-LabPSSession
2642
2642
function New-LabPSSession
2643
2643
{
2644
- # . ExternalHelp AutomatedLab.Help.xml
2644
+
2645
2645
param (
2646
2646
[Parameter (Mandatory , ParameterSetName = ' ByName' , Position = 0 )]
2647
2647
[string []]$ComputerName ,
@@ -2887,7 +2887,7 @@ function New-LabPSSession
2887
2887
# region Get-LabPSSession
2888
2888
function Get-LabPSSession
2889
2889
{
2890
- # . ExternalHelp AutomatedLab.Help.xml
2890
+
2891
2891
[cmdletBinding ()]
2892
2892
[OutputType ([System.Management.Automation.Runspaces.PSSession ])]
2893
2893
@@ -2941,7 +2941,7 @@ function Get-LabPSSession
2941
2941
# region Remove-LabPSSession
2942
2942
function Remove-LabPSSession
2943
2943
{
2944
- # . ExternalHelp AutomatedLab.Help.xml
2944
+
2945
2945
[cmdletBinding ()]
2946
2946
param (
2947
2947
[Parameter (Mandatory , ParameterSetName = ' ByName' )]
@@ -3004,7 +3004,7 @@ function Remove-LabPSSession
3004
3004
# region Enter-LabPSSession
3005
3005
function Enter-LabPSSession
3006
3006
{
3007
- # . ExternalHelp AutomatedLab.Help.xml
3007
+
3008
3008
param (
3009
3009
[Parameter (Mandatory , ParameterSetName = ' ByName' , Position = 0 )]
3010
3010
[string ]$ComputerName ,
@@ -3038,7 +3038,7 @@ function Enter-LabPSSession
3038
3038
# region Invoke-LabCommand
3039
3039
function Invoke-LabCommand
3040
3040
{
3041
- # . ExternalHelp AutomatedLab.Help.xml
3041
+
3042
3042
[cmdletBinding ()]
3043
3043
param (
3044
3044
[string ]$ActivityName = ' <unnamed>' ,
@@ -3380,7 +3380,7 @@ function Invoke-LabCommand
3380
3380
# region Update-LabMemorySettings
3381
3381
function Update-LabMemorySettings
3382
3382
{
3383
- # . ExternalHelp AutomatedLab.Help.xml
3383
+
3384
3384
[Cmdletbinding ()]
3385
3385
Param ()
3386
3386
@@ -3562,7 +3562,7 @@ function Update-LabMemorySettings
3562
3562
# region Set-LabInstallationCredential
3563
3563
function Set-LabInstallationCredential
3564
3564
{
3565
- # . ExternalHelp AutomatedLab.Help.xml
3565
+
3566
3566
[CmdletBinding (DefaultParameterSetName = ' All' )]
3567
3567
Param (
3568
3568
[Parameter (Mandatory , ParameterSetName = ' All' )]
@@ -3651,7 +3651,7 @@ function Set-LabInstallationCredential
3651
3651
# region Show-LabDeploymentSummary
3652
3652
function Show-LabDeploymentSummary
3653
3653
{
3654
- # . ExternalHelp AutomatedLab.Help.xml
3654
+
3655
3655
[OutputType ([System.TimeSpan ])]
3656
3656
[Cmdletbinding ()]
3657
3657
param (
@@ -3723,7 +3723,7 @@ function Show-LabDeploymentSummary
3723
3723
# region Set-LabGlobalNamePrefix
3724
3724
function Set-LabGlobalNamePrefix
3725
3725
{
3726
- # . ExternalHelp AutomatedLab.Help.xml
3726
+
3727
3727
[Cmdletbinding ()]
3728
3728
Param (
3729
3729
[Parameter (Mandatory = $false )]
@@ -3738,7 +3738,7 @@ function Set-LabGlobalNamePrefix
3738
3738
# region Set-LabToolsPath
3739
3739
function Set-LabDefaultToolsPath
3740
3740
{
3741
- # . ExternalHelp AutomatedLab.Help.xml
3741
+
3742
3742
[Cmdletbinding ()]
3743
3743
Param (
3744
3744
[Parameter (Mandatory )]
@@ -3752,7 +3752,7 @@ function Set-LabDefaultToolsPath
3752
3752
# region Set-LabDefaultOperatingSYstem
3753
3753
function Set-LabDefaultOperatingSystem
3754
3754
{
3755
- # . ExternalHelp AutomatedLab.Help.xml
3755
+
3756
3756
[Cmdletbinding ()]
3757
3757
Param (
3758
3758
[Parameter (Mandatory )]
@@ -3793,7 +3793,7 @@ function Set-LabDefaultOperatingSystem
3793
3793
# region Set-LabDefaultVirtualization
3794
3794
function Set-LabDefaultVirtualizationEngine
3795
3795
{
3796
- # . ExternalHelp AutomatedLab.Help.xml
3796
+
3797
3797
[Cmdletbinding ()]
3798
3798
Param (
3799
3799
[Parameter (Mandatory )]
@@ -3815,7 +3815,7 @@ function Set-LabDefaultVirtualizationEngine
3815
3815
# region Get-LabSourcesLocation
3816
3816
function Get-LabSourcesLocation
3817
3817
{
3818
- # . ExternalHelp AutomatedLab.Help.xml
3818
+
3819
3819
param
3820
3820
(
3821
3821
[switch ]$Local
@@ -3828,7 +3828,7 @@ function Get-LabSourcesLocation
3828
3828
# region Get-LabVariable
3829
3829
function Get-LabVariable
3830
3830
{
3831
- # . ExternalHelp AutomatedLab.Help.xml
3831
+
3832
3832
$pattern = ' AL_([a-zA-Z0-9]{8})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{12})'
3833
3833
Get-Variable - Scope Global | Where-Object Name -Match $pattern
3834
3834
}
@@ -3837,7 +3837,7 @@ function Get-LabVariable
3837
3837
# region Remove-LabVariable
3838
3838
function Remove-LabVariable
3839
3839
{
3840
- # . ExternalHelp AutomatedLab.Help.xml
3840
+
3841
3841
$pattern = ' AL_([a-zA-Z0-9]{8})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{12})'
3842
3842
Get-LabVariable | Remove-Variable - Scope Global
3843
3843
}
@@ -3846,7 +3846,7 @@ function Remove-LabVariable
3846
3846
# region Clear-LabCache
3847
3847
function Clear-LabCache
3848
3848
{
3849
- # . ExternalHelp AutomatedLab.Help.xml
3849
+
3850
3850
[cmdletBinding ()]
3851
3851
3852
3852
param ()
@@ -3888,7 +3888,7 @@ function Get-LabCache
3888
3888
# region function Add-LabVMUserRight
3889
3889
function Add-LabVMUserRight
3890
3890
{
3891
- # . ExternalHelp AutomatedLab.Help.xml
3891
+
3892
3892
param
3893
3893
(
3894
3894
[Parameter (Mandatory , ValueFromPipelineByPropertyName , ParameterSetName = ' ByMachine' )]
0 commit comments