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

PI Powershell

AddAFSecurityMapping.RemoteMachineName Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddAFSecurityMapping.RemoteMachineName Property

The name of the remote machine to be used as context for resolving the Windows Account

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

Syntax

[ParameterAttribute(Position = 3, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Security Mapping Remote Machine Name")]
[ValidateNotNullOrEmptyAttribute]
public string RemoteMachineName { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Security Mapping Remote Machine Name")>
<ValidateNotNullOrEmptyAttribute>
Public Property RemoteMachineName As String
	Get
	Set

Dim instance As AddAFSecurityMapping
Dim value As String

value = instance.RemoteMachineName

instance.RemoteMachineName = value
public:
[ParameterAttribute(Position = 3, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Security Mapping Remote Machine Name")]
[ValidateNotNullOrEmptyAttribute]
property String^ RemoteMachineName {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 3, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Security Mapping Remote Machine Name")>]
[<ValidateNotNullOrEmptyAttribute>]
member RemoteMachineName : string with get, set

Property Value

Type: String

See Also

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