We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252a99 commit ce5306aCopy full SHA for ce5306a
1 file changed
NtObjectManager/NtObjectManager.psm1
@@ -1204,7 +1204,7 @@ function Format-NtToken {
1204
"-----------------"
1205
"Type : {0}" -f $token.TokenType
1206
if ($token.TokenType -eq "Impersonation") {
1207
- "Imp Level : {0}" -f $token.TokenType
+ "Imp Level : {0}" -f $token.ImpersonationLevel
1208
}
1209
"ID : {0}" -f $token.Id
1210
"Auth ID : {0}" -f $token.AuthenticationId
0 commit comments