< Back

Remove-OMPProfileSetting

Sat Jan 18, 2020 5:43 pm

NAME Remove-OMPProfileSetting



SYNOPSIS

Removes a custom profile setting that is not one of the core settings. Afterwards the profile is automatically

exported and saved.





SYNTAX

Remove-OMPProfileSetting [-Name] <String> [[-NoProfileUpdate]] [<CommonParameters>]





DESCRIPTION

Removes a custom profile setting that is not one of the core settings. Afterwards the profile is automatically

exported and saved.





PARAMETERS

-Name <String>

Name of the setting



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-NoProfileUpdate [<SwitchParameter>]

Skip updating the profile



Required? false

Position? 2

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Zachary Loeber



-------------------------- EXAMPLE 1 --------------------------



Remove-OMPProfileSetting -Name 'CustomSetting'







RELATED LINKS

https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh