Posts

Showing posts with the label Windows Server-2019

Just-Enough-Administration (JEA) in Windows Server 2016/2019

Image
  PowerShell: Implementing Just-Enough-Administration (JEA), Step-by-Step Video Link:   https://youtu.be/2bTHpj7kvwc  *****************Configuration in Server *************** 1st Step: 1. New-PSSessionConfigurationFile -Path 'C:\Program Files\WindowsPowerShell\spooler_conf.pssc' 2. notepad  'C:\Program Files\WindowsPowerShell\spooler_conf.pssc # Author of this document Author = 'Mushfiq' # Session type defaults to apply for this session configuration. Can be 'RestrictedRemoteServer'                        (recommended), 'Empty', or 'Default' SessionType = 'RestrictedRemoteServer' # Directory to place session transcripts for this session configuration TranscriptDirectory = 'C:\Transcripts\' # Whether to run this session configuration as the machine's (virtual) administrator account RunAsVirtualAccount = $true # User roles (security groups), and the role capabilities that should be appli...

Active Directory Installation in Windows Server-2019

Image
Theory of Active Directory Services: ** What is Active Directory Domain Services? Active Directory Domain Services(ADDS) stores information about users,computers, and other devices on the network.Your users  will be able to login at their system with the help of this domain controller. ADDS helps administrators securely manage this information and facilities resource sharing & collaboration between users. What is Active Directory Domain Services? ** Note: Any time Primary Domain Controller can be down for various reasons, so to help ensure that users can still  log on to the network in the case of server outage, you should install minimum of two Domain Controllers for a domain. Installation video of Active Directory: