Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ms:win:getaccountcreater [2023/05/10 10:01] jsms:win:getaccountcreater [2023/05/10 10:03] (current) js
Line 1: Line 1:
 ====== Get Account Creator ====== ====== Get Account Creator ======
  
-==== AD Computer Object Property ntsecuritydescriptor includes Owner ====+AD Computer Object Property **ntsecuritydescriptor** includes Owner 
 <code bash>get-adcomputer -id <computerobject> -property ntsecuritydescriptor | select-object -expand ntsecuritydescriptor</code> <code bash>get-adcomputer -id <computerobject> -property ntsecuritydescriptor | select-object -expand ntsecuritydescriptor</code>
  
 Example: Example:
  
-<code bash>get-adcomputer -id v2xen-15 -property ntsecuritydescriptor | select-object -expand ntsecuritydescriptor+<code bash>PS C:\>get-adcomputer -id v2xen-15 -property ntsecuritydescriptor | select-object -expand ntsecuritydescriptor
  
 Path Owner            Access Path Owner            Access