InitialSessionState.DisableFormatUpdates Property

Definition

If set to true, disables any updates to format table. This includes disabling format table updates through 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:
 property bool DisableFormatUpdates { bool get(); void set(bool value); };
public:
 property bool DisableFormatUpdates { bool get(); void set(bool value); };
public bool DisableFormatUpdates { get; set; }
member this.DisableFormatUpdates : bool with get, set
Public Property DisableFormatUpdates As Boolean

Property Value

Applies to