Windows PowerShell command on Get-command same
MyWebUniversity

Windows PowerShell command on Get-command same

Name Category Module Synopsis

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

Clear-History Cmdlet Microsoft.PowerShell.Core Deletes entries from the command history.

Connect-PSSession Cmdlet Microsoft.PowerShell.Core Reconnects to disconnected sessions.

Enable-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Enables the session configurations on the loca...

Enter-PSHostProcess Cmdlet Microsoft.PowerShell.Core Connects to and enters into an interactive ses...

Enter-PSSession Cmdlet Microsoft.PowerShell.Core Starts an interactive session with a remote co...

Exit-PSSession Cmdlet Microsoft.PowerShell.Core Ends an interactive session with a remote comp...

Get-Command Cmdlet Microsoft.PowerShell.Core Gets all commands.

Get-Help Cmdlet Microsoft.PowerShell.Core Displays information about Windows PowerShell ...

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

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-Module Cmdlet Microsoft.PowerShell.Core Creates a new dynamic module that exists only ...

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

New-PSSession Cmdlet Microsoft.PowerShell.Core Creates a persistent connection to a local or ...

New-PSSessionConfigurationFile Cmdlet Microsoft.PowerShell.Core Creates a file that defines a session configur...

New-PSTransportOption Cmdlet Microsoft.PowerShell.Core Creates an object that contains advanced optio...

Out-Host Cmdlet Microsoft.PowerShell.Core Sends output to the command line.

Receive-Job Cmdlet Microsoft.PowerShell.Core Gets the results of the Windows PowerShell bac...

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

Register-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Creates and registers a new session configurat...

Remove-PSSession Cmdlet Microsoft.PowerShell.Core Closes one or more Windows PowerShell sessions...

Save-Help Cmdlet Microsoft.PowerShell.Core Downloads and saves the newest help files to a...

Set-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Changes the properties of a registered session...

Stop-Job Cmdlet Microsoft.PowerShell.Core Stops a Windows PowerShell background job.

Test-ModuleManifest Cmdlet Microsoft.PowerShell.Core Verifies that a module manifest file accuratel...

Unregister-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Deletes registered session configurations from...

Update-Help Cmdlet Microsoft.PowerShell.Core Downloads and installs the newest help files o...

Where-Object Cmdlet Microsoft.PowerShell.Core Selects objects from a collection based on the...

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

Enable-PSRemoting Cmdlet Microsoft.PowerShell.Core Configures the computer to receive remote comm...

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

Get-EventSubscriber Cmdlet Microsoft.PowerShell.U... Gets the event subscribers in the current sess...

Import-Csv Cmdlet Microsoft.PowerShell.U... Creates table-like custom objects from the ite...

New-Variable Cmdlet Microsoft.PowerShell.U... Creates a new variable.

Compare-Object Cmdlet Microsoft.PowerShell.U... Compares two sets of objects.

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

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

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

Set-Alias Cmdlet Microsoft.PowerShell.U... Creates or changes an alias for a cmdlet or ot...

Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.

Sort-Object Cmdlet Microsoft.PowerShell.U... Sorts objects by property values.

Group-Object Cmdlet Microsoft.PowerShell.U... Groups objects that contain the same value for...

Invoke-RestMethod Cmdlet Microsoft.PowerShell.U... Sends an HTTP or HTTPS request to a RESTful we...

Select-String Cmdlet Microsoft.PowerShell.U... Finds text in strings and files.

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

Get-TypeData Cmdlet Microsoft.PowerShell.U... Gets the extended type data in the current ses...

Get-Random Cmdlet Microsoft.PowerShell.U... Gets a random number, or selects objects rando...

ConvertFrom-StringData Cmdlet Microsoft.PowerShell.U... Converts a string containing one or more key a...

ConvertFrom-Csv Cmdlet Microsoft.PowerShell.U... Converts object properties in comma-separated ...

Debug-Runspace Cmdlet Microsoft.PowerShell.U... Starts an interactive debugging session with a...

Add-Member Cmdlet Microsoft.PowerShell.U... Adds custom properties and methods to an insta...

Format-Table Cmdlet Microsoft.PowerShell.U... Formats the output as a table.

Update-List Cmdlet Microsoft.PowerShell.U... Adds items to and removes items from a propert...

Format-Custom Cmdlet Microsoft.PowerShell.U... Uses a customized view to format the output.

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

Format-List Cmdlet Microsoft.PowerShell.U... Formats the output as a list of properties in ...

Add-Type Cmdlet Microsoft.PowerShell.U... Adds a.NET Framework type (a class) to a Windo...

Get-FileHash Function Microsoft.PowerShell.U... Computes the hash value for a file by using a ...

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

Unblock-File Cmdlet Microsoft.PowerShell.U... Unblocks files that were downloaded from the I...

Invoke-WebRequest Cmdlet Microsoft.PowerShell.U... Gets content from a web page on the Internet.

Format-Wide Cmdlet Microsoft.PowerShell.U... Formats objects as a wide table that displays ...

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

Get-Member Cmdlet Microsoft.PowerShell.U... Gets the properties and methods of objects.

Get-Unique Cmdlet Microsoft.PowerShell.U... Returns unique items from a sorted list.

ConvertFrom-String Cmdlet Microsoft.PowerShell.U... Extracts and parses structured properties from...

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

Wait-Process Cmdlet Microsoft.PowerShell.M... Waits for the processes to be stopped before a...

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

Register-WmiEvent Cmdlet Microsoft.PowerShell.M... Subscribes to a Windows Management Instrumenta...

Move-Item Cmdlet Microsoft.PowerShell.M... Moves an item from one location to another.

Test-Connection Cmdlet Microsoft.PowerShell.M... Sends ICMP echo request packets ("pings") to o...

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

Stop-Computer Cmdlet Microsoft.PowerShell.M... Stops (shuts down) local and remote computers.

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

Stop-Process Cmdlet Microsoft.PowerShell.M... Stops one or more running processes.

Invoke-WmiMethod Cmdlet Microsoft.PowerShell.M... Calls WMI methods.

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

Copy-Item Cmdlet Microsoft.PowerShell.M... Copies an item from one location to another.

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

Set-WmiInstance Cmdlet Microsoft.PowerShell.M... Creates or updates an instance of an existing ...

Clear-Item Cmdlet Microsoft.PowerShell.M... Clears the contents of an item, but does not d...

Start-Transaction Cmdlet Microsoft.PowerShell.M... Starts a transaction.

Remove-WmiObject Cmdlet Microsoft.PowerShell.M... Deletes an instance of an existing Windows Man...

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

Debug-Process Cmdlet Microsoft.PowerShell.M... Debugs one or more processes running on the lo...

Restart-Computer Cmdlet Microsoft.PowerShell.M... Restarts ("reboots") the operating system on l...

Use-Transaction Cmdlet Microsoft.PowerShell.M... Adds the script block to the active transaction.

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

Set-Content Cmdlet Microsoft.PowerShell.M... Writes or replaces the content in an item with...

New-IseSnippet Function ISE Creates a Windows PowerShell ISE code snippet.

Compress-Archive Function Microsoft.PowerShell.A... Creates an archive, or zipped file, from speci...

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

New-WinEvent Cmdlet Microsoft.PowerShell.D... Creates a new Windows event for the specified ...

Export-Counter Cmdlet Microsoft.PowerShell.D... The Export-Counter cmdlet takes PerformanceCou...

Set-Acl Cmdlet Microsoft.PowerShell.S... Changes the security descriptor of a specified...

ConvertTo-SecureString Cmdlet Microsoft.PowerShell.S... Converts encrypted standard strings to secure ...

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

Set-WSManQuickConfig Cmdlet Microsoft.WSMan.Manage... Configures the local computer for remote manag...

FileSystem Provider Microsoft.PowerShell.Core Provides access to files and directories. Function Provider Microsoft.PowerShell.Core Provides access to the functions defined in Wi... about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell about_Arithmetic_Operators HelpFile Describes the operators that perform arithmeti... about_Arrays HelpFile Describes arrays, which are data structures de... about_Automatic_Variables HelpFile Describes variables that store state informati... about_Break HelpFile Describes a statement you can use to immediate... about_Classes HelpFile Describes how you can use classes to develop i... about_Command_Precedence HelpFile Describes how Windows PowerShell determines wh... about_Command_Syntax HelpFile Describes the syntax diagrams that are used in...

about_Comment_Based_Help HelpFile Describes how to write comment-based help topi...

about_CommonParameters HelpFile Describes the parameters that can be used with... about_Comparison_Operators HelpFile Describes the operators that compare values in... about_Core_Commands HelpFile Lists the cmdlets that are designed for use wi... about_Debuggers HelpFile Describes the Windows PowerShell debugger.

about_DesiredStateConfiguration HelpFile Provides a brief introduction to the Windows

about_Environment_Variables HelpFile Describes how to access Windows environment va... about_Eventlogs HelpFile Windows PowerShell creates a Windows event log... about_Foreach HelpFile Describes a language command you can use to tr... about_Functions HelpFile Describes how to create and use functions in W... about_Functions_Advanced HelpFile Introduces advanced functions that act similar... about_Functions_Advanced_Param... HelpFile Explains how to add parameters to advanced fun... about_Functions_CmdletBindingA... HelpFile Describes the attribute that makes a function ... about_Hash_Tables HelpFile Describes how to create, use, and sort hash ta... about_Hidden HelpFile Describes the Hidden keyword, which hides clas... about_InlineScript HelpFile Describes the InlineScript activity, which run... about_Jobs HelpFile Provides information about how Windows PowerSh... about_Job_Details HelpFile Provides details about background jobs on loca... about_Language_Keywords HelpFile Describes the keywords in the Windows PowerShe... about_Locations HelpFile Describes how to access items from the working... about_Logical_Operators HelpFile Describes the operators that connect statement... about_Methods HelpFile Describes how to use methods to perform action... about_Modules HelpFile Explains how to install, import, and use Windo... about_Operator_Precedence HelpFile Lists the Windows PowerShell operators in prec... about_Parameters HelpFile Describes how to work with command parameters ... about_Parameters_Default_Values HelpFile Describes how to set custom default values for... about_Path_Syntax HelpFile Describes the full and relative path name form... about_Pipelines HelpFile Combining commands into pipelines in the Windo... about_Preference_Variables HelpFile Variables that customize the behavior of Windo... about_Properties HelpFile Describes how to use object properties in Wind... about_Providers HelpFile Describes how Windows PowerShell providers pro... about_PSReadline HelpFile about_PSSessions HelpFile Describes Windows PowerShell sessions (PSSessi... about_Remote HelpFile Describes how to run remote commands in Window... 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_Jobs HelpFile Describes how to run background jobs on remote... about_Remote_Output HelpFile Describes how to interpret and format the outp... about_Remote_Requirements HelpFile Describes the system requirements and configur... about_Remote_Troubleshooting HelpFile Describes how to troubleshoot remote operation... about_Remote_Variables HelpFile Explains how to use local and remote variables... about_Scheduled_Jobs_Advanced HelpFile Explains advanced scheduled job topics, includ... about_Scheduled_Jobs_Basics HelpFile Explains how to create and manage scheduled jobs. about_Scopes HelpFile Explains the concept of scope in Windows Power... about_Script_Internationalization HelpFile Describes the script internationalization feat... about_Signing HelpFile Explains how to sign scripts so that they comp... about_Splatting HelpFile Describes how to use splatting to pass paramet... about_Split HelpFile Explains how to use the Split operator to spli... about_Transactions HelpFile Describes how to manage transacted operations ... about_Trap HelpFile Describes a keyword that handles a terminating... about_Types.ps1xml HelpFile Explains how to use Types.ps1xml files to exte... about_Type_Operators HelpFile Describes the operators that work with Microso... about_Updatable_Help HelpFile Describes the updatable help system in Windows... about_Variables HelpFile Describes how variables store values that can ... about_Wildcards HelpFile Describes how to use wildcard characters in Wi... 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_WorkflowCommonParameters HelpFile This topic describes the parameters that are v... about_WQL HelpFile Describes WMI Query Language (WQL), which can be about_BeforeEach_AfterEach HelpFile performed at the beginning and end of every It... about_Mocking HelpFile Pester provides a set of Mocking functions mak... about_should HelpFile Provides assertion convenience methods for com... about_Scheduled_Jobs_Advanced HelpFile Explains advanced scheduled job topics, includ... about_Scheduled_Jobs_Basics HelpFile Explains how to create and manage scheduled jobs. about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell about_InlineScript HelpFile Describes the InlineScript activity, which run... about_WorkflowCommonParameters HelpFile This topic describes the parameters that are v...



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