ResetPITuningParameter Class
- Last UpdatedDec 15, 2025
- 3 minute read
Reset a PI Data Archive tuning parameter on a PI Data Archive
The Reset-PITuningParameter cmdlet resets a PI Data Archive Tuning Parameter back to its default value by clearing the current value.
The connection parameter specifies which connection to a PI Data Archive to use.
Inheritance Hierarchy
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellResetPITuningParameter
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[CmdletAttribute("Reset", "PITuningParameter", SupportsShouldProcess = true)] public class ResetPITuningParameter : OSICmdletBase
<CmdletAttribute("Reset", "PITuningParameter", SupportsShouldProcess := true)> Public Class ResetPITuningParameter Inherits OSICmdletBase Dim instance As ResetPITuningParameter
[CmdletAttribute(L"Reset", L"PITuningParameter", SupportsShouldProcess = true)] public ref class ResetPITuningParameter : public OSICmdletBase
[<CmdletAttribute("Reset", "PITuningParameter", SupportsShouldProcess = true)>] type ResetPITuningParameter = class inherit OSICmdletBase end
The ResetPITuningParameter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResetPITuningParameter |
Properties
| Name | Description | |
|---|---|---|
| Connection | Connection to a PI Data Archive from which to reset the tuning parameter | |
| Name | Name of the PI Data Archive tuning parameter to reset to the default value |
Examples
Reset-PITuningParameter Archive_LowDiskSpaceMB -Connection $con
Where:
$con = Connect-PIDataArchive -PIDataArchiveMachineName "PISRV1"
Resets the Archive_LowDiskSpaceMB tuning parameter from the "PISRV1" PI Data Archive server. The default value for Archive_LowDiskSpaceMB can be examined using "Get-PITuningParameter -Name Archive_LowDiskSpaceMB -Connection $con".