Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/future4tech/public_html/wp-includes/functions.php on line 6114
PsGetSid – Windows CMD Command - Future4Tech

PsGetSid – Windows CMD Command

Display the SID of a computer or a user.

Syntax
      psgetsid [\\computer[,computer[,...] | @get_file] [-u user [-p passwd]]] [account|SID]

Options:

   computer   The remote computer on which to list files. Default = local system 

   @get_file  Get the SID of every computer listed in the text file specified.
              
   -p passwd  Specify a password for user (optional). Passed as clear text.
              If omitted, you will be prompted to enter a hidden password.

   -u user    Specify a username for login to remote computer(optional).

   account    The user account to resolve to a user SID

   SID        A User account System Identifier 

   -accepteula Suppress the display of the license dialog.

Specify a user name if the account you are running from doesn’t have administrative privileges on the computer you want to query.

When launched for the first time, PsGetSid will create the regkey
HKCU\Software\Sysinternals\PsGetSid\EulaAccepted=0x01

Examples:

Get the SID of \\workstationf4t:

psgetsid \\workstationf4t

Get the domain SID for the domain: Niamod

psgetsid Niamod

Get the SID for the currently logged-in user

psgetsid %username%

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *


Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/future4tech/public_html/wp-includes/functions.php on line 5464