external help file | Module Name | online version | schema |
---|---|---|---|
PSReminderLite-help.xml |
PSReminderLite |
2.0.0 |
Export PSReminder variables.
Export-PSReminderPreference [-Passthru] [-WhatIf] [-Confirm]
[<CommonParameters>]
If you customize the PSReminder preference variables, such as the number of default days, instead of setting the value in your profile, you can export the variables to a JSON file stored in $HOME. When importing the module, the JSON file will be imported if found. Otherwise, the module will use the default values.
If you remove this module you will need to manually delete the .psreminder.json file from $HOME.
PS C:\> Export-PSReminderPreference
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Write the preference file to the pipeline
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.