Skip to main content

Translate SIDs to Their Display Name

PsGetsid enables an administrator to translate SIDs to their display name and vice versa. It works on builtin accounts, domain accounts, and local accounts. 

Usage: psgetsid [\\computer[,computer[,...] | @file] [-u username [-p password]]] [account|SID]
If administrator is in need to see a computer's SID just pass the computer's name as a command-line argument. If administrator’s requirement is to see a user's SID, name the account (e.g. "administrator") on the command-line and an optional computer name.
Administrator needs to specify a user name if the account he is running running from doesn't have administrative privileges on the computer he wants to query. If administrator doesn't specify a password as an option, PsGetSid will prompt for it so that administrator can type it in without any issue.

PsGetSid is part of Sysinternals command-line tools named “PsTools” and can be downloaded from here.

Comments

Popular posts from this blog

LDIFDE (LDAP Data Interchange Format Directory Exchange)

LDIFDE (LDAP Data Interchange Format Directory Exchange) A previous article described about CSVDE usage. This article will walk you through another tool LDIFDE (LDAP Data Interchange Format Directory Exchange), it is also a command prompt-based tool similar to CSVDE to export information from Active Directory. LDIFDE and CSVDE both are the tools that can be used to export data from Active Directory, and for creating AD objects by using data presented in LDIF or CSV format. The exported data can be filtered

How to check your SID's for Windows server

For an IT Professional it is quite common to have a virtual LAB environment and it is also common to face issue related to similar SID (Security Identifier) on multiple VMs on the network. Earlier there was a tool “ NewSID ” was being used to overcome from this problem but that’s been retired and not being supported by Microsoft anymore. The recommended way is to use “SysPrep” to change SID of any windows operating system. Before proceeding with “SysPrep”, it’s better to understand how to check SID!! There is a free tool can be downloaded from sysinternal called “ PsGetSID ” , I’ll show how easily one can check machine’s SID.

Cloud Migration: Planning, Execution, and Optimization

  A successful cloud migration can drive significant business benefits, including cost savings, improved performance, and increased agility. However, getting there requires more than just technical know-how. It demands a strategic approach that aligns with business goals, considers potential risks, and lays out a clear path from start to finish. I will walk you through the essential stages of cloud migration—planning, execution, and optimization—based on my experiences. I’ll share key insights, best practices, and practical steps to ensure that your cloud migration journey is smooth, effective, and delivers the intended value. 1. Planning: Laying the Foundation for a Successful Migration The planning phase is arguably the most critical part of the cloud migration journey. It sets the direction, defines the scope, and lays the groundwork for everything that follows. Without a solid plan, migrations can become chaotic, leading to budget overruns, extended timelines, and disrupt...