Lines Matching refs:Name
153 [string]$Name, in Add-EnvironmentVariable() variable
163 Set-Item -Path Env:$Name -Value $Value in Add-EnvironmentVariable() variable
164 …ntControlSet\Control\Session Manager\Environment" -ItemType String -Force -Name $Name -Value $Value in Add-EnvironmentVariable() variable
166 … [System.Environment]::SetEnvironmentVariable($Name, $Value, [EnvironmentVariableTarget]::Machine) in Add-EnvironmentVariable() variable
168 &setx.exe /m $Name $Value in Add-EnvironmentVariable() variable
262 [string]$Name, in Add-WindowsFeature() variable
273 Trace-Message "Installing Windows feature $Name" in Add-WindowsFeature() variable
277 …Install-WindowsFeature -Name $Name -Source $SourceLocation -IncludeAllSubFeature -IncludeManagemen… in Add-WindowsFeature() variable
281 …Install-WindowsFeature -Name $Name -IncludeAllSubFeature -IncludeManagementTools -Restart:$false -… in Add-WindowsFeature() variable
284 Trace-Message "Finished installing Windows feature $Name" in Add-WindowsFeature() variable
309 [string]$Name in Remove-WindowsFeature() variable
314 Trace-Message "Removing Windows feature $Name" in Remove-WindowsFeature() variable
316 Uninstall-WindowsFeature -Name $Name -IncludeManagementTools -Restart:$false -Confirm:$false in Remove-WindowsFeature() variable
318 Trace-Message "Finished removing Windows feature $Name" in Remove-WindowsFeature() variable
599 [string]$Name in Install-FromChocolatey() variable
604 Write-Host "Installing chocolatey package $Name" in Install-FromChocolatey() variable
605 …-ExternalProcess -Path "C:\ProgramData\chocolatey\bin\choco.exe" -Arguments @("install","-y",$Name) in Install-FromChocolatey() variable
673 Stop-ProcessByName -Name $stuckProcessName -WaitBefore 3 -WaitAfter 3 in Install-FromEXEAsyncWithDevenvKill()
678 Stop-ProcessByName -Name "msiexec" -WaitBefore 3 -WaitAfter 3 in Install-FromEXEAsyncWithDevenvKill()
682 Stop-ProcessByName -Name $pn -WaitBefore 3 -WaitAfter 3 in Install-FromEXEAsyncWithDevenvKill()
806 [string]$Name, in Stop-ProcessByName() variable
822 Get-Process -Name $Name -ErrorAction SilentlyContinue | in Stop-ProcessByName() variable
826 Trace-Warning "Killing process with name $Name and ID $($process.Id)" in Stop-ProcessByName() variable
831 Trace-Warning "Killed $count processes with name $Name" in Stop-ProcessByName()
833 …essage "Waiting for $WaitAfter minutes after killing all processes named $Name" -Minutes $WaitAfter in Stop-ProcessByName()
1487 … Trace-Message "Invoking AzCopy CLI to download package $Name version $Version to $Path from $url" in Get-BlobPackageFromBase() variable
1518 [string]$Name, in Get-BlobPackageFromEdge() variable
1541 $url = Get-BlobPackageEdgeUrl -Name $Name -Version $Version -Container $ContainerName in Get-BlobPackageFromEdge()
1543 Trace-Message "Downloading blob package $Name and $Version from $url" in Get-BlobPackageFromEdge() variable
1675 [string]$Name, in Get-PackageFullName() variable
1682 $packageFullName = -join($Name, "-", $Version) in Get-PackageFullName()
1740 if ($process.Name.StartsWith("vs_installer") -or in Run-VisualStudioInstallerProcessMonitor()
1741 $process.Name.StartsWith("vs_enterprise")) in Run-VisualStudioInstallerProcessMonitor()
1761 if ($setupLog.Name.Contains("errors")) in Run-VisualStudioInstallerProcessMonitor()