Partager via


MachineIdentityManager.GetStandardUserSids Method (String, String, String)

 

Retrieves an array of SIDs of standard users, using the specified server.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public static string[] GetStandardUserSids(
    string serverName,
    string userName,
    string password
)
public:
static array<String^>^ GetStandardUserSids(
    String^ serverName,
    String^ userName,
    String^ password
)
Public Shared Function GetStandardUserSids (
    serverName As String,
    userName As String,
    password As String
) As String()

Parameters

  • serverName
    Type: System.String

    The name of the server to target.

  • userName
    Type: System.String

    The user who perform the operation.

Return Value

Type: System.String[]

An array of the SID's of standard users.

See Also

GetStandardUserSids Overload
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top