Get-PSSnapin - PowerShell command help and examples

Gets the Windows PowerShell snap-ins on the computer. (Get-PSSnapin)


NAME
Get-PSSnapin
SYNOPSIS
Gets the Windows PowerShell snap-ins on the computer.
SYNTAX
Get-PSSnapin [[-Name] <string[]>] [-Registered] [<CommonParameters>]
DESCRIPTION
The Get-PSSnapin cmdlet gets the Windows PowerShell snap-ins that have been added to the current session or that have been registered on the system. The snap-ins are listed in the order in which they are detected. Get-PSSnapin gets only registered snap-ins. To register a Windows PowerShell snap-in, use the InstallUtil tool included with the Microsoft .NET Framework 2.0. For more information, see "How to Register Cmdlets, Providers, and Host Applications" in the MSDN (Microsoft Developer Network) library at http://go.microsoft.com/fwlink/?LinkId=143619.
PARAMETERS
-Name <string[]> Gets only the specified Windows PowerShell snap-ins. Enter the names of one or more Windows PowerShell snap-ins. Wildcards are permitted. The parameter name ("Name") is optional. Required? false Position? 1 Default value Accept pipeline input? false Accept wildcard characters? false -Registered [<SwitchParameter>] Gets the Windows PowerShell snap-ins that have been registered on the system (even if they have not yet been added to the session). The snap-ins that are installed with Windows PowerShell do not appear in this list. Without this parameter, Get-PSSnapin gets the Windows PowerShell snap-ins that have been added to the session. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters".
INPUTS
None You cannot pipe input to Get-PSSnapin.
OUTPUTS
System.Management.Automation.PSSnapInInfo Get-PSSnapin returns an object for each snap-in that it gets.
NOTES
You can refer to Get-PSSnapin by its built-in alias, "psnp". For more information, see about_Aliases.

Examples

EXAMPLE 1
C:\PS>get-PSSnapIn
Description
----------- This command gets the Windows PowerShell snap-ins that are currently loaded in the session. This includes the snap-ins that are installed with Windows PowerShell and those that have been added to the session.
EXAMPLE 2
C:\PS>get-PSSnapIn -registered
Description
----------- This command gets the Windows PowerShell snap-ins that have been registered on the computer, including those that have already been added to the session. The output does not include snap-ins that are installed with Windows PowerShell or Windows PowerShell snap-in dynamic-link libraries (DLLs) that have not yet been registered on the system.
EXAMPLE 3
C:\PS>get-PSSnapIn smp*
Description
----------- This command gets the Windows PowerShell snap-ins in the current session that have names that begin with "smp". RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=113330 Add-PSSnapin Remove-PSSnapin C:\Windows>powershell get-help Export-Console -full

Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.

ColorConsole [Version 3.7.1000] PowerShell 2.0-Export

Windows 11, 10, 8.1, 8, 7 / Server 2022, 2019, 2016











Windows-10


... Windows 10 FAQ
... Windows 10 How To


Windows 10 How To


... Windows 11 How To
... Windows 10 FAQ



PowerShell: Gets the Windows PowerShell snap-ins on the computer.

HTTP: ... PS_Windows/en/Get-PSSnapin.htm
0.109
14326
Numerische Sortierung im MS-Explorer deaktivieren (Datei ,Ordner)! Enable or turn off the mouse pointer shadow in Windows 8.1/10! Wo finde ich den PC Leistungsindex in Windows 8.1 / 10 (Computer, Bewertung)? Schrift und Darstellungs-Probleme unter Windows 8.1 / 10 beheben! How to enable or disable Windows 10/8.1 password query when resuming from sleep mode? Where can i find the settings on Samsung Galaxy? Error code 0x80073712, Repair Component Store on Windows Server? Ein ISO-Image auf eine DVD mit CMD Befehlen in Windows 8.1, 10, 11 brennen? Windows 8.1 oder 8 Enterprise Direkt Downloaden und 90 Tage kostenlos testen! Tastenklick Windows 8 (8.1, 10) bei der virtuellen Tastatur Töne ausschalten, aber wie?



(0)