Level 17
Level 19
5 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
dynamic module
A module that exists only in memory. The Import-PSSession cmdlet creates dynamic modules.
dynamic parameter
A parameter that is added to a Windows PowerShell cmdlet, function, or script under certain conditions. Cmdlets, functions, providers, and scripts can add dynamic parameters.
input processing method
A method that a cmdlet can use to process the records it receives as input. The input processing methods include the BeginProcessing method, the ProcessRecord method, the EndProcessing method, and the StopProcessing method.
Windows PowerShell module
A self-contained reusable unit that allows you to partition, organize, and abstract your Windows PowerShell code. A module can contain cmdlets, providers, functions, variables, and other types of resources that can be imported as a single unit.
Windows PowerShell snap-in
A resource that defines a set of cmdlets, providers, and Microsoft .NET Framework types that can be added to the Windows PowerShell environment.