Last updated 4 months ago
Was this helpful?
PS C:\htb> import-module .\PowerView.ps1
# get a list of all operating systems on the domain Get-NetComputer -fulldata | select operatingsystem # get a list of all users on the domain Get-NetUser | select cn