PowerShellMafia/PowerSploit

Different behaviours between win7 and win10 for PowerView Get-NetLocalGroupMember

rajiv2790 opened this issue · 0 comments

Hi,
I tried using Get-NetLocalGroupMember in my test environment.

Here is a brief description of my test environment: I have a win2016 Domain controller, a win7 box and a win10 box. I tried to enumerate the Admins of win10 box from win7 box (logged in as local admin on win7) but it failed. However, if I do the reverse - enumerate the Admins of win7 box from win10 box (logged in as local admin on win10), it was successful. Could someone please explain how/why?