With Server Core, there is no PerfMon.exe, Services.msc or Event Viewer available since these are GUI-based. You are administering the server through PowerShell commands (or "commandlets" as MS puts it). For example, to search an event log, you use a command like wevtutil qe /f:textstring <log name>. Similarly, you partition drives, configure the server to use a proxy server and install updates using commands.