Skip to content

Latest commit

 

History

History
201 lines (137 loc) · 6.78 KB

Microsoft.PowerShell.Core.md

File metadata and controls

201 lines (137 loc) · 6.78 KB
Download Help Link Help Version Locale Module Guid Module Name ms.date schema title
7.3.0.0
en-US
00000000-0000-0000-0000-000000000000
Microsoft.PowerShell.Core
12/04/2023
2.0.0
Microsoft.PowerShell.Core

Microsoft.PowerShell.Core Module

Description

The Microsoft.PowerShell.Core snap-in contains cmdlets and providers that manage the basic features of PowerShell. PowerShell loads Microsoft.PowerShell.Core snap-in automatically at startup. This is not a module. You can't import it using Import-Module or remove it using Remove-Module.

Microsoft.PowerShell.Core Cmdlets

Appends entries to the session history.

Deletes entries from the PowerShell session command history.

Clears the display in the host program.

Reconnects to disconnected sessions.

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

Disable an experimental feature on startup of new instance of PowerShell.

Prevents PowerShell endpoints from receiving remote connections.

Disables session configurations on the local computer.

Disconnects from a session.

Enable an experimental feature on startup of new instance of PowerShell.

Configures the computer to receive remote commands.

Enables the session configurations on the local computer.

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

Starts an interactive session with a remote computer.

Closes an interactive session with a local process.

Ends an interactive session with a remote computer.

Specifies the module members that are exported.

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

Gets all commands.

Gets experimental features.

Displays information about PowerShell commands and concepts.

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

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

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

Gets process information about the PowerShell host.

Gets the PowerShell sessions on local and remote computers.

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

Gets the registered session configurations on the computer.

Adds modules to the current session.

Runs commands on local and remote computers.

Runs commands from the session history.

Creates a new dynamic module that exists only in memory.

Creates a new module manifest.

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

Creates a persistent connection to a local or remote computer.

Creates a file that defines a session configuration.

Creates an object that contains advanced options for a PSSession.

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

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

Sends output to the command line.

Hides the output instead of sending it down the pipeline or displaying it.

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

Gets results of commands in disconnected sessions

Registers a custom argument completer.

Creates and registers a new session configuration.

Deletes a PowerShell background job.

Removes modules from the current session.

Closes one or more PowerShell sessions (PSSessions).

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

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

Changes the properties of a registered session configuration.

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

Starts a PowerShell background job.

Stops a PowerShell background job.

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

Verifies the keys and values in a session configuration file.

Deletes registered session configurations from the computer.

Downloads and installs the newest help files on your computer.

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

Selects objects from a collection based on their property values.