You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
Similar to issue #342 I'm showing discrepancies between the master branch and dev branch which I'm not sure are intentional.
In this case Get-NetDomainTrust returns the attribute TrustType. In the Master branch version of Powerview, that indicates External vs ParentChild trust types (for example). In the latest version of PowerView, that attribute only ever seems to print "WINDOWS_ACTIVE_DIRECTORY". So then the question is, in the dev branch, where is the attribute that indicates TrustType (external vs parentchild, etc)?
You can kind of determine an external trust by the 'FILTER_SIDS' 'TrustAttribute' but the old way of just plainly telling me the trust relationship in plain english was preferred/better.
In the following screenshots you can see the results of the master branch on the left, and the dev branch on the right
Also FWIW the default table view was a nice touch (I know you can do it manually in the latest version)
The text was updated successfully, but these errors were encountered:
gladiatx0r
changed the title
Powerview - Get-NetDomainTrust no longer list external trusts in latest dev branch
Powerview Get-NetDomainTrust no longer list external trusts in latest dev branch
Feb 1, 2020
gladiatx0r
changed the title
Powerview Get-NetDomainTrust no longer list external trusts in latest dev branch
Powerview Get-NetDomainTrust no longer list TrustTypes in latest dev branch
Feb 1, 2020
gladiatx0r
changed the title
Powerview Get-NetDomainTrust no longer list TrustTypes in latest dev branch
Powerview Get-NetDomainTrust no longer lists TrustTypes in latest dev branch
Feb 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Similar to issue #342 I'm showing discrepancies between the master branch and dev branch which I'm not sure are intentional.
In this case
Get-NetDomainTrust
returns the attributeTrustType
. In the Master branch version of Powerview, that indicates External vs ParentChild trust types (for example). In the latest version of PowerView, that attribute only ever seems to print "WINDOWS_ACTIVE_DIRECTORY". So then the question is, in the dev branch, where is the attribute that indicates TrustType (external vs parentchild, etc)?You can kind of determine an external trust by the 'FILTER_SIDS' 'TrustAttribute' but the old way of just plainly telling me the trust relationship in plain english was preferred/better.
In the following screenshots you can see the results of the master branch on the left, and the dev branch on the right
Also FWIW the default table view was a nice touch (I know you can do it manually in the latest version)
The text was updated successfully, but these errors were encountered: