AddPSSnapin
AddPSSnapin is a cmdlet in Windows PowerShell used to load a PowerShell snap-in into the current session. PowerShell snap-ins are collections of commands and functionalities that extend the capabilities of PowerShell. Before PowerShell 3.0, snap-ins were the primary way to add functionality, such as the Microsoft .NET Framework 1.1 or 2.0 components.
When a snap-in is added, its cmdlets, functions, variables, and aliases become available for use in the
To use AddPSSnapin, you typically provide the name of the snap-in as an argument. For instance, `Add-PSSnapin