windows:sid

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
windows:sid [2020/03/25 03:22] – [参考文献] ともやんwindows:sid [2020/03/25 06:56] ともやん
行 5: 行 5:
       overflow: scroll;       overflow: scroll;
       overflow-x: hidden;       overflow-x: hidden;
-      font-size: 12px;+      font-size: 10px;
     }     }
   </style>   </style>
 </html> </html>
-====== Windows セキュリティ識別子(SID) ====== +====== Windows Security Identifiers (SID) - セキュリティ識別子 ====== 
-<WRAP prewrap 100% #result>+ 
 +===== S-1-1- ~ S-1-3-、S-1-5- (SECURITY_NT_AUTHORITY) =====
 <code powershell> <code powershell>
 PS > Get-CimInstance -ClassName Win32_GroupUser PS > Get-CimInstance -ClassName Win32_GroupUser
 +</code> 
 +<WRAP prewrap 100% #result> 
 +<code powershell>
 GroupComponent                                                        PartComponent                                                       PSComputerName GroupComponent                                                        PartComponent                                                       PSComputerName
 --------------                                                        -------------                                                       -------------- --------------                                                        -------------                                                       --------------
行 29: 行 32:
 Win32_Group (Name = "Debugger Users", Domain = "CMON"               Win32_UserAccount (Name = "tomoyan", Domain = "CMON") Win32_Group (Name = "Debugger Users", Domain = "CMON"               Win32_UserAccount (Name = "tomoyan", Domain = "CMON")
  
-PS Get-CimInstance -ClassName Win32_SystemAccount | ft Name, SID+</code> 
 +</WRAP>
  
 +<code powershell>
 +PS > Get-CimInstance -ClassName Win32_SystemAccount | ft Name, SID
 +</code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 Name                          SID Name                          SID
 ----                          --- ----                          ---
行 59: 行 68:
 BUILTIN                       S-1-5-32 BUILTIN                       S-1-5-32
  
-PS Get-CimInstance -ClassName Win32_UserAccount | ft Name, SID+</code> 
 +</WRAP>
  
 +<code powershell>
 +PS > Get-CimInstance -ClassName Win32_UserAccount | ft Name, SID
 +</code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 Name               SID Name               SID
 ----               --- ----               ---
行 69: 行 84:
 WDAGUtilityAccount S-1-5-21-862093196-3552257265-3460289004-504 WDAGUtilityAccount S-1-5-21-862093196-3552257265-3460289004-504
  
-PS Get-LocalGroup | ft Name, SID+</code> 
 +</WRAP>
  
 +<code powershell>
 +PS > Get-LocalGroup | ft Name, SID
 +</code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 Name                                SID Name                                SID
 ----                                --- ----                                ---
行 108: 行 129:
 [[https://docs.microsoft.com/ja-jp/windows/win32/secauthz/well-known-sids?redirectedfrom=MSDN|Well-known SIDs - Win32 apps | Microsoft Docs]]\\ [[https://docs.microsoft.com/ja-jp/windows/win32/secauthz/well-known-sids?redirectedfrom=MSDN|Well-known SIDs - Win32 apps | Microsoft Docs]]\\
 [[https://renenyffenegger.ch/notes/Windows/security/SID/index|Windows security identifiers (SID)]]\\ [[https://renenyffenegger.ch/notes/Windows/security/SID/index|Windows security identifiers (SID)]]\\
 +[[http://www7a.biglobe.ne.jp/~tsuneoka/win32tech/12.html|Windows NTでアプリを実行するユーザーを制御する方法]]\\
 +[[http://eternalwindows.jp/security/account/account10.html|SIDの形式 - eternalwindows]]\\
 +
  • windows/sid.txt
  • 最終更新: 2020/03/25 07:02
  • by ともやん