forked from Badgerati/Pode
-
Notifications
You must be signed in to change notification settings - Fork 0
Import PodeModule
mdaneri edited this page Mar 10, 2025
·
1 revision
external help file: Pode-help.xml Module Name: Pode online version: PodeType: Utilities schema: 2.0.0
Imports a Module into the current, and all runspaces that Pode uses.
Import-PodeModule -Name <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Import-PodeModule -Path <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Imports a Module into the current, and all runspaces that Pode uses. Modules can also be imported from the ps_modules directory.
Import-PodeModule -Name IISManager
Import-PodeModule -Path './modules/utilities.psm1'
The name of a globally installed Module, or one within the ps_modules directory, to import.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The path, literal or relative, to a Module to import.
Type: String
Parameter Sets: Path
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
sss
x