Lines Matching defs: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
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
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
1543 Trace-Message "Downloading blob package $Name and $Version from $url" in Get-BlobPackageFromEdge() variable
1675 [string]$Name, in Get-PackageFullName() variable