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

PI Powershell

AddPITrust.WindowsAccount Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddPITrust.WindowsAccount Property

Windows Account of the PI Trust to add

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "PI Trust Windows Account")]
[AliasAttribute(new string[] { ... })]
public string WindowsAccount { get; set; }
<ParameterAttribute(Position := 7, Mandatory := false, HelpMessage := "PI Trust Windows Account")>
<AliasAttribute(New String() { ... })>
Public Property WindowsAccount As String
	Get
	Set

Dim instance As AddPITrust
Dim value As String

value = instance.WindowsAccount

instance.WindowsAccount = value
public:
[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = L"PI Trust Windows Account")]
[AliasAttribute(__gc new array<String^>^ { ... })]
property String^ WindowsAccount {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "PI Trust Windows Account")>]
[<AliasAttribute(new string[] { ... })>]
member WindowsAccount : string with get, set

Property Value

Type: String

See Also

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