InitialSessionState.DisableFormatUpdates
Property
Definition
If set to true, disables any updates to format table. This includes disabling format table updates throught Update-FormatData, Import-Module etc. All the disabling happens silently ie., the user will not get any exception. By default, this is set to False.
public bool DisableFormatUpdates { get; set; }
Property Value