Register-NotificationApp
SYNOPSIS
SYNTAX
Register-NotificationApp [-AppID] <String> [-AppDisplayName] <String> [[-ShowInSettings] <Int32>]
[<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-AppDisplayName
Enter the display name of the application.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AppID
Enter the short name of the application.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ShowInSettings
{{ Fill ShowInSettings Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Author: Skyler Hart Created: 2020-11-03 21:36:05 Last Edit: 2020-11-03 21:36:05 Keywords: Requires: -RunAsAdministrator