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 was archived by the owner on Jan 21, 2021. It is now read-only.
It seems that the -TrustedToAuth flag no longer applies to Get-NetUser or Get-NetComputer.
Does there still exist a streamlined way to discover constrained delegation computers/users in powerview? It looks like the best way now is to manually check the msds-allowedtodelegate and TRUSTED_TO_AUTH_FOR_DELEGATION manually for the Get-NetUser / Get-NetComputer outputs.
It seems that the
-TrustedToAuthflag no longer applies toGet-NetUserorGet-NetComputer.Does there still exist a streamlined way to discover constrained delegation computers/users in powerview? It looks like the best way now is to manually check the
msds-allowedtodelegateandTRUSTED_TO_AUTH_FOR_DELEGATIONmanually for theGet-NetUser/Get-NetComputeroutputs.Thanks!