Microsoft.PowerShell.Core Module
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
| Cmdlet | Description |
|---|---|
| Add-History |
Appends entries to the session history. |
| Clear-History |
Deletes entries from the PowerShell session command history. |
| Clear-Host |
Clears the display in the host program. |