Enumeration

Introduction

The first step when you have gained initial access to any machine would be to enumerate


Get Number of Users on a Machine

Get-LocalUser

Get Number of Local Groups

Get-LocalGroup

Get IP Address

Get-NetIPAddress

See Applied Patches

Get-Hotfix

Search for all files containing Specific Content


Get list of Running Processes


Get list of Scheduled Tasks


Check Owner of a Folder/File


Last updated