Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
i
- Invoke-Command Description: Invoke-Command is a feature in Windows PowerShell that allows executing commands on local and remote computers. This capability is(...) Read more
- Install-Package Description: Install-Package is a command-line utility used in various command-line environments that allows users to install software packages(...) Read more
- Initialize-Object Description: Initializing an object is a fundamental concept in programming that refers to the process of creating a new instance of an object.(...) Read more
- Invoke-Expression Description: Invoke-Expression in PowerShell is a feature that allows evaluating a string as if it were a command. This functionality is(...) Read more
- Import-Csv Description: Import-Csv is a cmdlet in Windows PowerShell that allows users to import data from a CSV (Comma-Separated Values) file. This format(...) Read more
- Invoke-RestMethod Description: Invoke-RestMethod is a PowerShell cmdlet that allows users to send HTTP and HTTPS requests to RESTful web services. This cmdlet is(...) Read more
- Install-Module Description: Install-Module is a cmdlet in PowerShell that allows users to install modules from online galleries, such as the PowerShell(...) Read more
- Invoke-Item Description: Invoke-Item is a cmdlet in PowerShell that allows users to open files or start programs efficiently and programmatically. This(...) Read more
- Invoke-WebRequest Description: Invoke-WebRequest is a cmdlet in PowerShell that allows users to send HTTP and HTTPS requests to web pages. This cmdlet is part of(...) Read more
- Install-Help Description: Install-Help is a cmdlet in PowerShell that allows users to download and install help files for PowerShell modules. These help(...) Read more
- Import-Alias Description: Import-Alias is a cmdlet in PowerShell that allows users to import previously defined aliases from a file. Aliases are alternative(...) Read more
- Install-ModuleFromGallery Description: Install-ModuleFromGallery is a cmdlet in Windows PowerShell that allows users to install modules directly from the PowerShell(...) Read more
- Install-Feature Description: The 'Install-Feature' function in Windows PowerShell is a cmdlet that allows system administrators and advanced users to add(...) Read more
- Install-PSResourceFromGallery Description: Install-PSResourceFromGallery is a PowerShell cmdlet that allows users to install PowerShell resources directly from the PowerShell(...) Read more
- Iconv Description: Iconv is a command-line program that allows the conversion of text between different character encodings. Its main function is to(...) Read more