Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

StartPIBackup.ExcludeFuture Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
StartPIBackup.ExcludeFuture Property

Exclude future archives from the PI Backup

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "Exclude archives from the future set from being backed up")]
public SwitchParameter ExcludeFuture { get; set; }
<ParameterAttribute(Position := 7, Mandatory := false, HelpMessage := "Exclude archives from the future set from being backed up")>
Public Property ExcludeFuture As SwitchParameter
	Get
	Set

Dim instance As StartPIBackup
Dim value As SwitchParameter

value = instance.ExcludeFuture

instance.ExcludeFuture = value
public:
[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = L"Exclude archives from the future set from being backed up")]
property SwitchParameter ExcludeFuture {
	SwitchParameter get ();
	void set (SwitchParameter value);
}
[<ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "Exclude archives from the future set from being backed up")>]
member ExcludeFuture : SwitchParameter with get, set

Property Value

Type: SwitchParameter

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in