--%>

What are the uses of GPC and GPT

What are the uses of GPC and GPT?

E

Expert

Verified

The GPT is utilized for file-based data and stores software script, policy and deployment information. The Group Policy template is located upon the system volume folder of the domain controller. A Group Policy template can be related with one or more Active Directory containers, like a site, domain, or like organizational unit. Various containers can be connected with the same Group Policy template, and a single container can have more than one related GPO.

   Related Questions in Programming Languages

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D

  • Q : Different compatibility types when

    What are the different compatibility types when creating a COM COMPONENT?

  • Q : State the term dispatcher State the

    State the term dispatcher.

  • Q : Explain the way to enter element content

    Explain the way to enter element content.

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.

  • Q : Define Finite State Machines Finite

    Finite State Machines : A Finite State Machine (FSM) is one of the most suitable models for formal checks, especially for concurrent systems. However, FSMs can have problems with inheritance (the state model can change in derived classes) if state asp

  • Q : Windows Communication Foundation or WCF

    Why did Microsoft develop the Windows Communication Foundation (WCF) technology?

  • Q : Ways in which Java program is less

    Give two ways in which a Java program is less likely to be compromised than the same program written in C++.

  • Q : Define the synchronization objects

    Define the synchronization objects. Ansewr: A synchronization object is use to co-ordinate the execution of many threads.