Skip to content

Latest commit

 

History

History
212 lines (145 loc) · 7.01 KB

Microsoft.PowerShell.Core.md

File metadata and controls

212 lines (145 loc) · 7.01 KB
Download Help Link Help Version Locale Module Guid Module Name ms.date schema title
5.2.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.

Adds one or more Windows PowerShell snap-ins to the current session.

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 Windows PowerShell Workflow job.

Prevents PowerShell endpoints from receiving remote connections.

Disables session configurations on the local computer.

Disconnects from a session.

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.

Exports the names of snap-ins in the current session to a console file.

Specifies the module members that are exported.

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

Gets all commands.

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.

Gets the Windows PowerShell snap-ins on the computer.

Gets approved PowerShell verbs.

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).

Removes Windows PowerShell snap-ins from the current session.

Restarts a suspended job.

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.

Temporarily stops workflow jobs.

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.