Posts

install linux in windows without VM

Image
https://docs.microsoft.com/en-us/windows/wsl/install-on-server https://computingforgeeks.com/run-linux-on-windows-server/ The Windows Subsystem for Linux allows you to run  GNU/Linux  environment which includes most Linux command-line tools, utilities, and applications directly on your Windows system without any modification or overhead on the host system. One pre-requisite is already installed Windows Server 2019. Lucky enough, we have a guide on the  installation  of Windows Server 2019 . Step 1: Enable Windows Subsystem for Linux (WSL) feature on Windows Before you can install any Linux distribution for WSL, you must ensure that the “ Windows Subsystem for Linux”  feature is enabled: Open PowerShell as Administrator and run the following command to enable Windows Subsystem for Linux (WSL) feature on Windows. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Agree to restart your computer when prompted. You can do the same fr...

Enable hyper-v using power shell

Enable-WindowsOptionalFeature –Online -FeatureName Microsoft-Hyper-V –All -NoRestart Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature then restart

Group Policy

Group Policy is a collection of settings which can be applied to computers and users. With group policy administrator can centrally manage the computers and users. Easer administration using group policy. We can apply group policy by using this Organization Unites level group policy. Domain Level Group Policy Site Level Group Policy 1). Organization Units(OU ) level group policy:  If we apply a Group  Policy on Sales OU, this group policy will affect sales OU users. How to apply OU level group policy In Sys1 server login as administrator. Open the ADUC console create the same OU with user account Ex. sales OU-s1, s2 user account. Open the group policy management console.            Expand Forest                  ↳ Domain                           ↳ Domain Name (preetam.com) ...

Active Directory—3rd lecture

                      Role of Active Directory  Transfer of Roles Seize of Roles In Active Directory there are six Roles.    Operation Masters Naming Master Schema Master RID Master PDC Emulator Infrastructure Master Global catalog One to five master is  Flexible Single Master Operation Roles (FSMO Roles) and the last one is Multi-Master Operations Roles. 1). Naming Master Check and Maintain the Uniqueness of the Domain Name in the Whole Forest It is Responsible for Adding, Removing and  Renaming the domain names in the whole Forest. 2). Schema Master The schema is a set of Rules which is used to define the structure of Active Directory. The schema contains Definition of all the Objects which are stored in Active Directory The schema is further classified into —Classes           *Class is a template which is used to create an Obje...

Active Directory — Second lecture

           Structure Of Active Directory *Logical Structure Domain Tree Parent/Child Forest *Physical Structure Domain Controller sites Domain Tree:- a tree is a set of one  oe=r more Domains with contiguous names. If more then one domain exists. you can combine the multiple domains into hierarchical tree structures. The first domain created is the root domain of the first tree. Another domain is the same domain tree are child domains A domain immediately above another domain in the same domain tree is its parent. Creating chaild domain controller In System, tree log in as administrator Server OS— Workgroup Assign the IP address pre DNS should be the same alternate DNS server is the primary server Install ADDS server  In System3 server manager console click on the flag and click on promote this server from to a domain controller. select add a new domain to an existing forest sel...

Creating Additional Domain Controller

                       Additional Domain Controller—(Backup) If you already have one Domain Controller in a Domain, you can add an additional domain controller to the domain to improve the availability of network service. Adding Additional Domain Controller can help provide fault tolerance, balance the local of the existing Domain controller, and provide additional infrastructure support to the site. The replication type between two read/write DC's is multi-master replication. Creating Additional Domain Controller Configure the first System1 DC primary server domain name — preetam.com In System2 computer login as  administrator server Operating System —Workgroup Assign the IP address and preferred DNS should be the same. alternate DNS server address is DC primary server IP address. In system2 computer open the server manager console click on add Rolle and features Click next...

Creating an Organization Unit

                                          Organization Unit It is a logical container which contains active directory objects(User, Groups, Organization Unit, & other objects) It is Also called as a subtree. It is used for minimizing administrative tasks. It is used  for Organizing and managing the  active directory object It is used for delegating the control to one or more users. Creating an Organization Unit In System 1 DC login as administrator. Open that ADUC console Right click on Domain Name preetam.com click new> Organization Unit write OU name sales and click ok. In the sales, Organization Unit creates some user account Ex. x1 & X2 user.  Applying Delegation control right on sales Organization Unit System DC login as administrator open  ADUC console.  sales Organization Un...