Windows PowerShell command on Get-command program
MyWebUniversity

Windows PowerShell command on Get-command program

Name Category Module Synopsis

---- -------- ------ --------

Clear-Host Function Clears the display in the host program.

Get-Module Cmdlet Microsoft.PowerShell.Core Gets the modules that have been imported or th...

Get-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Gets the registered session configurations on ...

Import-Module Cmdlet Microsoft.PowerShell.Core Adds modules to the current session.

Invoke-Command Cmdlet Microsoft.PowerShell.Core Runs commands on local and remote computers.

New-ModuleManifest Cmdlet Microsoft.PowerShell.Core Creates a new module manifest.

Receive-PSSession Cmdlet Microsoft.PowerShell.Core Gets results of commands in disconnected sessi...

Add-PSSnapin Cmdlet Microsoft.PowerShell.Core Adds one or more Windows PowerShell snap-ins t...

Get-PSSnapin Cmdlet Microsoft.PowerShell.Core Gets the Windows PowerShell snap-ins on the co...

Get-Date Cmdlet Microsoft.PowerShell.U... Gets the current date and time.

Export-Csv Cmdlet Microsoft.PowerShell.U... Converts objects into a series of comma-separa...

Set-TraceSource Cmdlet Microsoft.PowerShell.U... Configures, starts, and stops a trace of Windo...

Export-PSSession Cmdlet Microsoft.PowerShell.U... Imports commands from another session and save...

Write-Host Cmdlet Microsoft.PowerShell.U... Writes customized output to a host.

Out-File Cmdlet Microsoft.PowerShell.U... Sends output to a file.

Out-String Cmdlet Microsoft.PowerShell.U... Sends objects to the host as a series of strings.

Show-Command Cmdlet Microsoft.PowerShell.U... Creates Windows PowerShell commands in a graph...

Write-Error Cmdlet Microsoft.PowerShell.U... Writes an object to the error stream.

Out-GridView Cmdlet Microsoft.PowerShell.U... Sends output to an interactive table in a sepa...

Trace-Command Cmdlet Microsoft.PowerShell.U... Configures and starts a trace of the specified...

Get-TraceSource Cmdlet Microsoft.PowerShell.U... Gets Windows PowerShell components that are in...

Import-LocalizedData Cmdlet Microsoft.PowerShell.U... Imports language-specific data into scripts an...

Unregister-Event Cmdlet Microsoft.PowerShell.U... Cancels an event subscription.

Import-PSSession Cmdlet Microsoft.PowerShell.U... Imports commands from another session into the...

New-Event Cmdlet Microsoft.PowerShell.U... Creates a new event.

New-Object Cmdlet Microsoft.PowerShell.U... Creates an instance of a Microsoft .NET Framew...

Get-Host Cmdlet Microsoft.PowerShell.U... Gets an object that represents the current hos...

Set-Service Cmdlet Microsoft.PowerShell.M... Starts, stops, and suspends a service, and cha...

Split-Path Cmdlet Microsoft.PowerShell.M... Returns the specified part of a path.

Convert-Path Cmdlet Microsoft.PowerShell.M... Converts a path from a Windows PowerShell path...

Get-Process Cmdlet Microsoft.PowerShell.M... Gets the processes that are running on the loc...

Start-Process Cmdlet Microsoft.PowerShell.M... Starts one or more processes on the local comp...

Get-HotFix Cmdlet Microsoft.PowerShell.M... Gets the hotfixes that have been applied to th...

Join-Path Cmdlet Microsoft.PowerShell.M... Combines a path and a child path into a single...

Get-ItemProperty Cmdlet Microsoft.PowerShell.M... Gets the properties of a specified item.

New-PSDrive Cmdlet Microsoft.PowerShell.M... Creates temporary and persistent mapped networ...

New-EventLog Cmdlet Microsoft.PowerShell.M... Creates a new event log and a new event source...

Remove-EventLog Cmdlet Microsoft.PowerShell.M... Deletes an event log or unregisters an event s...

Test-Path Cmdlet Microsoft.PowerShell.M... Determines whether all elements of a path exist.

Resolve-Path Cmdlet Microsoft.PowerShell.M... Resolves the wildcard characters in a path, an...

Get-ControlPanelItem Cmdlet Microsoft.PowerShell.M... Gets control panel items.

Show-ControlPanelItem Cmdlet Microsoft.PowerShell.M... Opens control panel items.

New-WebServiceProxy Cmdlet Microsoft.PowerShell.M... Creates a Web service proxy object that lets y...

Get-IseSnippet Function ISE Gets snippets that the user created.

Get-WinEvent Cmdlet Microsoft.PowerShell.D... Gets events from event logs and event tracing ...

Get-Credential Cmdlet Microsoft.PowerShell.S... Gets a credential object based on a user name ...

Set-AuthenticodeSignature Cmdlet Microsoft.PowerShell.S... Adds an Authenticode signature to a Windows Po...

Get-WSManInstance Cmdlet Microsoft.WSMan.Manage... Displays management information for a resource...

FileSystem Provider Microsoft.PowerShell.Core Provides access to files and directories. about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell

about_Aliases HelpFile Describes how to use alternate names for cmdle...

about_Arithmetic_Operators HelpFile Describes the operators that perform arithmeti... about_Automatic_Variables HelpFile Describes variables that store state informati... about_Classes HelpFile Describes how you can use classes to develop i... about_CommonParameters HelpFile Describes the parameters that can be used with... about_Continue HelpFile Describes how the Continue statement immediate... about_Debuggers HelpFile Describes the Windows PowerShell debugger. about_Environment_Variables HelpFile Describes how to access Windows environment va... about_Escape_Characters HelpFile Introduces the escape character in Windows Pow... about_Eventlogs HelpFile Windows PowerShell creates a Windows event log... about_Execution_Policies HelpFile Describes the Windows PowerShell execution pol... about_Functions HelpFile Describes how to create and use functions in W... about_Locations HelpFile Describes how to access items from the working... about_Modules HelpFile Explains how to install, import, and use Windo... about_Parameters_Default_Values HelpFile Describes how to set custom default values for... about_Parsing HelpFile Describes how Windows PowerShell parses commands. about_Parsing_LocTest HelpFile Describes how Windows PowerShell parses commands. about_Path_Syntax HelpFile Describes the full and relative path name form... about_PowerShell.exe HelpFile Explains how to use the PowerShell.exe command... about_PowerShell_Ise.exe HelpFile Explains how to use the PowerShell_Ise.exe com... about_Preference_Variables HelpFile Variables that customize the behavior of Windo... about_Profiles HelpFile Describes how to create and use a Windows Powe... about_Providers HelpFile Describes how Windows PowerShell providers pro... about_PSSession_Details HelpFile Provides detailed information about Windows Po...

about_PSSnapins HelpFile Describes Windows PowerShell snap-ins and show...

about_Remote_Disconnected_Sess... HelpFile Explains how to disconnect from and reconnect ... about_Remote_FAQ HelpFile Contains questions and answers about running r... about_Remote_Requirements HelpFile Describes the system requirements and configur... about_Remote_Troubleshooting HelpFile Describes how to troubleshoot remote operation... about_Scripts HelpFile Describes how to run and write scripts in Wind... about_Script_Blocks HelpFile Defines what a script block is and explains ho... about_Session_Configuration_Files HelpFile Describes session configuration files, which c... about_Signing HelpFile Explains how to sign scripts so that they comp... about_Special_Characters HelpFile Describes the special characters that you can ... about_Splatting HelpFile Describes how to use splatting to pass paramet... about_Trap HelpFile Describes a keyword that handles a terminating... about_Try_Catch_Finally HelpFile Describes how to use the Try, Catch, and Final... about_Variables HelpFile Describes how variables store values that can ... about_Windows_PowerShell_5.0 HelpFile Describes new features that are included in about_Windows_PowerShell_ISE HelpFile Describes the features and system requirements... about_WMI_Cmdlets HelpFile Provides background information about Windows ... about_Workflows HelpFile Provides a brief introduction to the Windows about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell about_Workflows HelpFile Provides a brief introduction to the Windows



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™