Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
e
- External Dependency Testing Description: External Dependency Testing is a set of evaluations conducted to determine how external dependencies affect the functioning of an(...) Read more
- Error Tolerance Testing Description: Error Tolerance Testing is a set of techniques used in software development to evaluate an application's ability to handle errors(...) Read more
- Evaluation Function Description: The evaluation function is a fundamental concept in programming and scripting, referring to the ability to calculate the value of a(...) Read more
- Export-CSV Description: The 'Export-CSV' cmdlet in PowerShell is a fundamental tool that allows users to convert objects into a series of CSV(...) Read more
- Enter-PSSession Description: Enter-PSSession is a PowerShell cmdlet that allows system administrators to initiate an interactive session with a remote computer.(...) Read more
- Exit-PSSession Description: Exit-PSSession is a PowerShell cmdlet used to terminate an interactive session with a remote computer. This cmdlet is part of the(...) Read more
- Enable-PSRemoting Description: Enable-PSRemoting is a PowerShell cmdlet that configures the computer to receive remote PowerShell commands. This cmdlet is(...) Read more
- Enable-WSManCredSSP Description: The 'Enable-WSManCredSSP' cmdlet is a PowerShell tool that enables the Credential Security Support Provider (CredSSP)(...) Read more
- Edit-PSReadLineKeyHandler Description: Edit-PSReadLineKeyHandler is a cmdlet that allows users to modify key bindings in the PSReadLine module of PowerShell. This module(...) Read more
- EventLogProvider Description: An event log provider in PowerShell is a component that allows administrators and developers to access and manipulate event logs in(...) Read more
- EventLogEntry Description: An event log entry is a fundamental component in the management and monitoring of computer systems. It is a record that contains(...) Read more
- errorlevel Description: The 'error level' in computing refers to a special variable commonly represented as '$?', which stores the exit status of the last(...) Read more
- execvp Description: Executing with parameters in Bash refers to the ability to invoke a program or script while passing arguments that modify its(...) Read more
- editline Description: The command line editing in various shell environments refers to a library that provides line editing capabilities, allowing users(...) Read more
- exportfs Description: Exporting a file system in the context of Bash refers to the action of making a file system available to other systems over the(...) Read more