Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. 
- password 
 Type: System.String- The password for the user. 
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