READ Free Dumps For Microsoft- 70-411
Question ID 14059 | Your network contains an Active Directory domain named contoso.com. The domain |
Option A |
Explanation: Box 1: ntdsutil Box 2: snapshot Box 3: activate instance ntds Box 4: create Note: Create a snapshot of AD DS in Windows Server 2012 R2 by using NTDSUTIL 1 On the domain server, open command prompt and type ntdsutil and press Enter. 2- Next, type snapshot and press Enter. 3 Next, type activate instance ntds and press Enter. 4 Next, type create (this create command is to generate a snapshot of my AD) and press Enter. |
Correct Answer | A |
Question ID 14060 | Your network contains an Active Directory forest named contoso.com. The forest contains |
Option A |
Starting in Windows Server 2008 R2, Active Directory now implements a true recycle bin. No longer will you need an authoritative restore to recover deleted users, groups, OUs, or other objects. Instead, it is now possible to use PowerShell commands to bring back objects with all their attributes, backlinks, group memberships, and metadata. The amount of time that an object can be recovered is controlled by the Deleted Object Lifetime (DOL). This time range can be set on the msDS-deletedObjectLifetime attribute. By default, it will be the same number of days as the Tombstone Lifetime (TSL). The TSL set for a new forest since Windows Server 2003 SP1 has been 180 days*, and since by default DOL = TSL, the default number of days that an object can be restored is therefore 180 days. If tombstoneLifetime is NOT SET or NULL, the tombstone lifetime is that of the Windows default: 60 days. This is all configurable by the administrator. Set-ADObject -Identity "CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=contoso,DC=com" -Partition "CN=Configuration,DC=contoso,DC=com" -Replace: @("msDS-DeletedObjectLifetime" = 365) msDS-deletedObjectLifetime New to Windows Server 2008 R2 Is set on the CN=Directory Service,CN=Windows NT, CN=Services, CN=Configuration, DC=COMPANY,DC=COM container Describes how long a deleted object will be restorable To modify the deleted object lifetime by using Ldp.exe To open Ldp.exe, click Start, click Run, and then type ldp.exe. To connect and bind to the server hosting the forest root domain of your Active Directory environment, under Connections, click Connect, and then click Bind. In the console tree, right-click the CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration container, and then click Modify. In the Modify dialog box, in Edit Entry Attribute, type msDS-DeletedObjectLifeTime. In the Modify dialog box, in Values, type the number of days that you want |
Correct Answer | A |