English, asked by sagniksahu6435, 9 months ago

20).Open source of PowerShell version is available from the year _______.
Opt:
2002
2010
2016
2006

21).Command to find the PowerShell Version is _____________.
Opt:
$PSVersion
$PowerShell Version
PSVersiontable
$PSVersiontable

22).ISE is available from _______.
Opt:
PowerShell 1.0
PowerShell 2.0
PowerShell 3.0
PowerShell 4.0


23).Package management module is available in ________.
Opt:
PowerShell 2.0
PowerShell 4.0
PowerShell 5.0
PowerShell 3.0

24).Command to display process name and ID of all process is get-process ______.
Opt:
Select-Object process name, ID
Both Select-Object and FT can be used
FT Process name, ID
None of mentioned

25).Read-Host cmdlet is used to ___________
Opt:
Prompt the name of the host
Read the user name
Prompt the value of the variable interactively
Read the Host name

26).Which of the following are Session Specific commands?
Opt:
Both Shell Function and Alias Commands
None of the options mentioned
Shell Function Commands
Alias Commands


27).PowerShell module can contain _______.
Opt:
cmd lets, providers,fuctions, variables that can be imported as a single unit.
sessions specific drivers
File with .PS extension
Host Application


28).If $Name="User1" then the command $name.gettype() provides the information on___________?
Opt:
None of the options mentioned
Both of the options
value of the variable
type of the variable

29).In the following command, "-as secured string" is used to ___________.
$ password=Read-host "Enter Your Password" -assecured string
Opt:
To prompt for the Password
To enter the password securely
To hide the Password
To remove the Password

30).Open Source Version of PowerShell contains full set of commands.
Opt:
True
False

31).Get-Variable cmdlet displays the list of
Opt:
Pre-Defined Variables only
None of the options mentioned
Both Pre-Defined and User-Defined Variables
User-Defined Variables only

32).PowerShell for Ubuntu can be downloaded _______________.
Opt:
As a RPM Package
As a Debian Package
Available as a built in tool
From Arch user repository

33).To get customized output _________ cmdlet is used ____________.
Opt:
Out-host
Write-host
Write-output
format-table


34).The command Get-Process | Where-Object{$_.ProcessName -match "^p. *"} filters the Processes by Process name and lists the Processes which
Opt:
contains the Alphabet "P"
lists all the Processes
starts with Alphabet "P"
ends with Alphabet "P"

Answers

Answered by sbhupindersingh764
0

Answer:

20) open source of powershell version in available from the year of 2016

Answered by niteshrajputs995
0

Answer:

Given below is the answers

Explanation:

20:-2016

21:-$PS Version

22:- powershell 4.0

23:- powershell5.0

24:-Select-Object process name, ID

Both Select-Object and FT can be used

Microsoft's PowerShell is a tool for task automation and configuration management that combines a command-line shell with a scripting language. With the release of PowerShell Core on August 18, 2016, Windows PowerShell, which was formerly a Windows-only component, became open-source and cross-platform. The latter is built on.NET, whereas the former is built on the.NET Framework (previously .NET Core).

The majority of administrative operations in PowerShell are carried out using cmdlets, which are specialized.NET classes that execute a certain operation. These operate by gaining access to information in various data stores that are made accessible to PowerShell via providers, such as the file system or Windows Registry. PowerShell can have cmdlets and providers added by other developers.

See more:

https://brainly.in/question/53851006

#SPJ3

Similar questions