external help file | Module Name | online version | schema |
---|---|---|---|
KnowBe4-Partner-help.xml |
KnowBe4-Partner |
2.0.0 |
Returns all notification template categories.
Get-KB4NotificationTemplateCategory [[-Type] <String>] [[-ShowHidden] <String>] [[-ActorType] <String>]
[<CommonParameters>]
Returns all notification template categories.
Get-KB4NotificationTemplateCategory -Type USER -ActorType USER -ShowHidden false
This command returns all user specific notification template categories.
This specifies the context in which the information is requested. Default is USER
.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: USER
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ShowHidden
Include hidden notification template categories. Default is false
.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: true, false
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The type of notification template category.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: USER, SYSTEM
Required: False
Position: 0
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.
Author: Terry Wilson