JUST ENOUGH ADMINISTRATION Introduction
Twitter: @vmsilvamolina Blog: https://blog.victorsilva.com.uy Hello! I Am Victor Silva
JUST ENOUGH ADMINISTRATION?
Just Enough Administration (JEA) is a PowerShell security technology that provides a role based access control platform for anything that can be managed with PowerShell.
Better understand what your users are doing Limit what users can do Reduce the number of administrators on your machines
INSTALL Server Operating System JEA Availability Windows Server 2016 Preinstalled Windows Server 2012 R2 Full functionality with WMF 5.1 Windows Server 2012 Full functionality with WMF 5.1 Windows Server 2008 R2 Reduced functionality with WMF 5.1
DETERMINE WHICH COMMANDS TO ALLOW • Identify the commands • Update use of PowerShell • Restrict the scope • Create custom functions • Test :)
DEFINE LIMITS
INTEGRATION • PowerShell DSC (Desire State Configuration)
HOW TO WORK? • PowerShell Remoting provides the foundation on which JEA is built. Conclusion: Run Enable-PSRemoting • Optional: Enable PowerShell module and script block logging
HOW TO WORK?
CREATE A ROLE CAPABILITY FILE New-PSRoleCapabilityFile -Path .MyFirstJEARole.psrc VisibleCmdlets = 'Restart-Computer', 'Get- NetIPAddress' VisibleExternalCommands = 'C:WindowsSystem32whoami.exe', 'C:Program FilesContosoScriptsUpdateITSoftware.ps1'
…IS THERE A GUI?
MORE INFO? http://aka.ms/JEAdo cs
DEMO Utilizar Azure Cloud Shell Generar un playbook Administrar recursos en Azure
Thanks! You can find me at: @vmsilvamolina / blog.victorsilva.com.uy Any questions?

Just Enough Administration: Introduction - PowerShell Meetup UY