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-LocalUserGet Number of Local Groups
Get-LocalGroupGet IP Address
Get-NetIPAddressSee Applied Patches
Get-HotfixSearch for all files containing Specific Content
Get-ChildItem C:\* -Recurse | Select-String -pattern SpecificContentGet list of Running Processes
Get-ProcessGet list of Scheduled Tasks
Get-ScheduleTaskCheck Owner of a Folder/File
Get-Acl c:/Last updated