Microsoft. Power Shell. Core

This section contains the help topics for the cmdlets that are installed with PowerShell Microsoft.PowerShell.Core module. The Core module contains cmdlets and providers that manage the basic features of PowerShell.

Microsoft.PowerShell.Core

Add-History

Appends entries to the session history.

Clear-History

Deletes entries from the command history.

Clear-Host

Clears the output screen of the current host.

Connect-PSSession

Reconnects to disconnected sessions.

Debug-Job

Debugs a running background, remote, or PowerShell Workflow job.

Disable-PSSession Configuration

Disables session configurations on the local computer.

Disconnect-PSSession

Disconnects from a session.

Enable-PSSession Configuration

Enables the session configurations on the local computer.

Enter-PSHost Process

Connects to and enters into an interactive session with a local process.

Enter-PSSession

Starts an interactive session with a remote computer.

Exit-PSHost Process

Closes an interactive session with a local process.

Exit-PSSession

Ends an interactive session with a remote computer.

Export-Module Member

Specifies the module members that are exported.

For Each-Object

Performs an operation against each item in a collection of input objects.

Get-Command

Gets all commands.

Get-Help

Displays information about PowerShell commands and concepts.

Get-History

Gets a list of the commands entered during the current session.

Get-Job

Gets PowerShell background jobs that are running in the current session.

Get-Module

Gets the modules that have been imported or that can be imported into the current session.

Get-PSHost Process Info

Get information about the process that hosts the current PowerShell session.

Get-PSSession

Gets the PowerShell sessions on local and remote computers.

Get-PSSession Capability

Gets the capabilities of a specific user on a constrained session configuration.

Get-PSSession Configuration

Gets the registered session configurations on the computer.

Get-Verb

Gets a list of approved verbs for PowerShell cmdlets.

Import-Module

Adds modules to the current session.

Invoke-Command

Runs commands on local and remote computers.

Invoke-History

Runs commands from the session history.

New-Module

Creates a new dynamic module that exists only in memory.

New-Module Manifest

Creates a new module manifest.

New-PSRole Capability File

Creates a file that defines a set of capabilities to be exposed through a session configuration.

New-PSSession

Creates a persistent connection to a local or remote computer.

New-PSSession Configuration File

Creates a file that defines a session configuration.

New-PSSession Option

Creates an object that contains advanced options for a PSSession.

New-PSTransport Option

Creates an object that contains advanced options for a session configuration.

Out-Default

Sends the output to the default formatter and to the default output cmdlet.

Out-Host

Sends output to the command line.

Out-Null

Deletes output instead of sending it down the pipeline.

Receive-Job

Gets the results of the PowerShell background jobs in the current session.

Receive-PSSession

Gets results of commands in disconnected sessions.

Register-Argument Completer

Registers a custom argument completer.

Register-PSSession Configuration

Creates and registers a new session configuration.

Remove-Job

Deletes a PowerShell background job.

Remove-Module

Removes modules from the current session.

Remove-PSSession

Closes one or more PowerShell sessions (PSSessions).

Save-Help

Downloads and saves the newest help files to a file system directory.

Set-PSDebug

Turns script debugging features on and off, sets the trace level, and toggles strict mode.

Set-PSSession Configuration

Changes the properties of a registered session configuration.

Set-Strict Mode

Establishes and enforces coding rules in expressions, scripts, and script blocks.

Start-Job

Starts a PowerShell background job.

Stop-Job

Stops a PowerShell background job.

Test-Module Manifest

Verifies that a module manifest file accurately describes the contents of a module.

Test-PSSession Configuration File

Verifies the keys and values in a session configuration file.

Unregister-PSSession Configuration

Deletes registered session configurations from the computer.

Update-Help

Downloads and installs the newest help files on your computer.

Wait-Job

Suppresses the command prompt until one or all of the PowerShell background jobs running in the session are completed.

Where-Object

Selects objects from a collection based on their property values.