> For the complete documentation index, see [llms.txt](https://manuals.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.blusapphire.io/blugenie/full-function-list/convert-blugeniesid2username.md).

# Convert-BluGenieSID2UserName

﻿

### Convert-BluGenieSID2UserName <a href="#convert-blugeniesid2username" id="convert-blugeniesid2username"></a>

### SYNOPSIS <a href="#synopsis" id="synopsis"></a>

Convert Security ID (SID) to UserName

### SYNTAX <a href="#syntax" id="syntax"></a>

```
Convert-BluGenieSID2UserName [[-SID] <String>] [[-Walkthrough]] [<CommonParameters>]
```

### DESCRIPTION <a href="#description" id="description"></a>

Convert Security ID (SID) to UserName

### EXAMPLES <a href="#examples" id="examples"></a>

#### EXAMPLE 1 <a href="#example-1" id="example-1"></a>

```
Convert-BluGenieSID2UserName -SID S-1-5-21-544048806-3957405606-1151431920-500
```

```
This will return user 'Administrator' for the Security ID (SID)
```

### PARAMETERS <a href="#parameters" id="parameters"></a>

#### SID <a href="#sid" id="sid"></a>

```
-SID <String>
   Security ID (SID) to be converted to UserName
   
   <Type>String<Type>
   
   Required?                    false
   Position?                    1
   Default value                
   Accept pipeline input?       false
   Accept wildcard characters?  false
```

#### Walkthrough <a href="#walkthrough" id="walkthrough"></a>

```
-Walkthrough [<SwitchParameter>]
   
   Required?                    false
   Position?                    2
   Default value                False
   Accept pipeline input?       false
   Accept wildcard characters?  false
```

#### CommonParameters <a href="#commonparameters" id="commonparameters"></a>

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about\_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
