index
int64
0
4.08k
text
stringlengths
34
4.9k
url
stringclasses
38 values
796
21.27. Searching Data in the Metaverse Problem You are troubleshooting and want to view a metaverse object. Solution You need to search the metaverse: 1. Open the Synchronization Service Manager. 2. Click the Metaverse Search button on the toolbar. 3. Click the Search button. Records from the metaverse are returned in ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
797
21.28. Deleting Data in the Connector Space and Metaverse Problem You want to clear out the connector space or the metaverse, perhaps so that you can perform another complete run-through of all these recipes to consolidate learning. Solution 1. Open the Synchronization Service Manager. 2. Click the Metaverse Designer b...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
798
There is no metaverse delete; FIM ensures that objects in the metaverse always have a join to at least one object in a connector space from at least one MA. The object deletion rule is the configuration that tells FIM what to do with metaverse objects when con‐ nector space objects get deleted. For more control, you ca...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
799
d. Indexed (check this if you intend the value to be used during join operations) 7. Click the OK button twice to accept the changes. Discussion Once an attribute is created and attached to an object type, it can be linked to any other object type by following steps 1–4 and then checking off the attribute(s) that you w...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
800
Figure 21-15. Connector Space Object Properties dialog—Preview 4. On the Preview dialog, under the “Select preview mode” section, select between a Full Synchronization or a Delta Synchronization; select the radio button accord‐ ingly and then click the Generate Preview button (see Figure 21-16). 5. In the contents pane...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
801
Figure 21-16. Preview dialog—Select preview mode Discussion Preview is one of the most useful aspects of the FIM product; it allows you to do what if scenarios and ascertain the exact effect any configuration change will have on the state of all identities. Incidentally, the Preview function is actually a side effect o...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
802
See Also TechNet: Using Metaverse Search 21.31. Committing Changes to Individual Identities Using the Commit Preview Feature Problem You want to make changes to a rules extension or flow but you would like to confirm the exact effect the change will have before you roll it out. In addition, you want to commit the chang...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
803
21.32. Passing Data Between Rules Extensions Using Transaction Properties Problem You are tracking an event that occurs in an authoritative data source and want to pass a message or a data element to one of the other extensions. Solution 1. Open Visual Studio and open your rules extension project solution. 2. You first...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
804
Discussion A transaction property is only good for as long as the current FIM transaction is running. This makes it relevant only to the identity you are processing, and it is available across all extensions that are touched as part of the synchronization of that identity; when the next identity is loaded for processin...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
805
' Apply custom function ' ' Reusable code to apply a custom function to an attribute ' FlowRuleName will be passed as "MyFunction:sourceAttribute,destinationAttribute" ' Dim strAttributeName, strSrcAttribute, strDestAttribute, arrAttribs() As String ' Replace the beginning of the flowrulename with nothing strAttributeN...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
806
4. In the Management Agent Designer pane on the lefthand side, select Configure Attribute Flow. 5. Ensure that “user” is selected in the data source object type drop-down list. 6. Ensure that “person” is selected in the metaverse object type drop-down list. 7. In the Mapping Type section of the dialog, select Advanced....
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
807
in order to contribute the proper value, the Delete() property is used to handle that translation for you. To process any Advanced Rules extension, you need to have a value in the source at‐ tribute. A common problem occurs when the source attribute is null in the metaverse, preventing the rule from firing on that iden...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
808
11. Select the attribute created in step 2 or an existing String attribute from the Met‐ averse attributes list (e.g., AccountExpirationDate). 12. Click New. 13. In the Advanced Import Attribute Flow Options dialog, type ConvertFileTime:ac countExpires,AccountExpirationDate, and then click OK twice. 14. Open Visual Stu...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
809
.ToFileTime) mventry(strDestinationAttribute).Value = Format(dtFileTime, "yyyy-MM-dd") End If Discussion The Large Integer/Interval syntax in Active Directory can be decoded by using the DateTime.FromFileTime() function in the .NET Framework. By using the Date Time.Parse().ToFileTime property, you are ensuring that the...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
810
7. In the Mapping Type section of the dialog, select Advanced. 8. In the Flow Direction section of the dialog, select Export. 9. Select accountExpires from the data source attributes list. 10. Select an existing String attribute from the Metaverse attributes list (e.g., AccountExpirationDate). 11. Click New. 12. In the...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
811
Else ' We are not dealing with the accountExpires attribute,↵ just encode it Dim dtFileTime As DateTime = DateTime.Parse(mventry(strSourceAttribute).Value) csentry(strDestinationAttribute).IntegerValue =↵ dtFileTime.ToFileTimeUtc() End If Discussion The Large Integer/Interval syntax in Active Directory can be enc...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
812
We’d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com. Index Symbols . (period), using for hostname in AdMod or Ad‐ Find, 639 15 Field Engineering diagnostics logging set‐ tings, 549 32- or 64-bit computers, 86 /3GB switch, enabling to increase LSASS cache, 86 5807 events, 403 88...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
813
exporting objects from AD MA to Active Di‐ rectory, 750 multiple versions on corporate networks, 3 preparing for Exchange, 676 setting up advanced export attribute flow from FIM, 736 simple export attribute flow from FIM, 729 Active Directory Administrative Center ACL Editor, customizing, 514 applying FGPP to group obj...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
814
configuring Microsoft SQL Server attribute store, 662 creating a replying party trust, 664 creating claim descriptions, 663 installing AD FS Federation Service, 660 installing prerequisites, 658 Active Directory Federation Services MMC snap-in (see AD FS MMC snap-in) Active Directory Lightweight Directory Service, 17, ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
815
enabling universal group membership cach‐ ing, 266 finding ISTG for a site, 430 forcing AD LDS replication, 650 forcing replication from one domain con‐ troller to another, 442 listing connection objects for a server, 429 listing replication partners for domain con‐ troller, 455 listing servers in a site, 421 listing s...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
816
AD CS (see Active Directory Certificate Serv‐ ices) AD Directory Information Tree (DIT) (see DIT; ntds.dit file) AD DS (see Active Directory Domain Services) AD FS MMC snap-in configuring AD FS 2.x and AD F 1.x intero‐ perability, 668 configuring LDAP attribute store, 662 configuring Microsoft SQL Server attribute stor...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
817
viewing AD LDS object attributes, 646 viewing an attribute, 358 viewing class properties, 362 viewing created and last-modified time‐ stamps of an object, 156 viewing direct members of a group, 252 viewing object metadata, 456 viewing object’s attributes, 107, 110 viewing permissions of a group, 251 viewing RODCs that ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
818
deleting a site, 397 deleting a subnet, 406 deleting a user, 201 deleting an object, 154 deleting an OU, 174 deleting container with child objects, 155 disabling inter-site compression of replica‐ tion traffic, 448 disabling KCC for a site, 435 dynamically linking auxiliary class to exist‐ ing object instance, 139 enab...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
819
changing maximum number of computers user can join to domain, 291 changing password for AD LDS user, 640 changing weight of tombstone objects in quota calculations, 568 computers using different domain suffix from AD domain, 493 converting between user and inetOrgPerson objects, 198 creating an object, 132 creating or ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
820
configuring Microsoft SQL Server attribute store for AD FS, 662 extracting attribute store information as AD FS 1.x claim types, 669 attribute value assertions (AVAs), 145 attribute-scoped query, searching with, 126 attributes adding new attribute to the schema, 354–357 adding to object type in FIM, 773 adding to Read-...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
821
central access policy applying, 535 creating, 534 central access rule, 533 Certificate Lifecycle Manager (CLM), 707 certificate requests, generating in IIS installa‐ tion, 658 certificates, installing, 660 certreq utility, 660 change notification, enabling for a site link, 412 child domains, 20 circular logging, 575 cl...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
822
binding to default container, 297 changing default container for, 299 changing machine account quota, 291 creating, 275 creating computer for specific user or group, 276 deleting, 278 finding computers with particular OS, 294 finding inactive or unused computers, 289 identifying computer role, 301 joining to a domain, ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
823
installing management tools, 684 preparing Active Directory for Exchange, 677 stopping and starting, 685 finding disabled users, 220 finding duplicate SIDs in a domain, 51 finding locked-out users, 209 finding users with passwords nearing expira‐ tion, 231 forests creating UPN suffix for, 243 FSMO roles finding holders...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
824
searching the global catalog, 123 searching with attribute-scoped query, 127 searching with bitwise filter, 129 using LDAP controls, 113 viewing attributes, 107 viewing created and last-modified time‐ stamps, 156 organizational units assigning or removing manager, 184 creating an OU, 166 deleting an OU, 174 deleting ob...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
825
site topology changing interval to run KCC, 436 changing subnet’s site assignment, 406 configuring universal group caching, 400 creating a site, 393 creating a site link, 408 creating a site link bridge, 417 creating a subnet, 401 creating connection object, 428 delegating control of a site, 398 deleting a site, 397 de...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
826
updating profile attributes, 202 viewing fine-grained password policy for, 217 viewing group membership, 221 viewing managed objects, 242 viewing RODCs that cached password, 233 Client Access Server role (Exchange Server 2013), 674 client resolver cache, flushing, 483 CLM (Certificate Lifecycle Manager), 707 comma-sepa...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
827
loading container structure from AD into FIM, 740 moving object to different container, 145 quota container, anatomy of, 540 undeleting a container object, 604 Control Panel joining a computer to a domain, 279 renaming a computer, 283 controlling script, 755–760 ConvertTo-DnsServerPrimaryZone cmdlet, 468 Copy-GPO cmdle...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
828
Delta Import and Delta Synchronization run profile, 763 loading telephoneNumber changes from AD using, 765 delta synchronization, 715 description attribute (OUs), 167 design considerations for AD, 12 DHCP (Dynamic Host Configuration Protocol) authorizing DHCP server, 495–497 restricting DHCP administrators, 497–499 dhc...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
829
moving AD integrated zones into applica‐ tion partition, 469 querying resource records, 478 scavenging old resource records, 481 viewing server’s zones, 466 dnscmd utility clearing the DNS cache, 483 configuring conditional forwarding, 473 configuring forwarding, 472 configuring zone transfers, 470 converting zone to A...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
830
viewing unreplicated changes between, 441 domain functional levels raising to Windows Server 2012, 27 summary of, 27 domain local groups, 248 Domain Naming FSMO role, 22, 97 finding holders of, 95 Domain NC, 14, 607 domainDNS and crossRef objects in, 608 enumerating and connecting to well-known GUIDs in, 118 LostAndFou...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
831
creating a user, 193 creating an OU, 166 creating groups, 249 creating large number of users, 195 dsamain utility, mounting AD snapshot, 580 dsdbutil utility changing ports used by AD LDS instance, 633 listing AD LDS instances installed on a com‐ puter, 633 dsget utility determining if group caching is enabled, 266 fin...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
832
returning distinguished name of server ob‐ ject, 78 searching for objects in a domain, 120 searching the global catalog, 123 searching with bitwise filter, 129 viewing an attribute, 358 viewing class attributes, 362 viewing created and last-modified time‐ stamps of an object, 156 viewing object’s attributes, 107 -attr ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
833
deleting a user’s mailbox, 691 enabling message tracking, 705 enabling or disabling anti-malware scan‐ ning, 704 Exchange Server and Active Directory, 674 finding Exchange Server cmdlets, 675 installing Exchange Management Tools, 683 installing first server, 679 mail-disabling a user, 688 mail-enabling a user, 687 mail...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
834
previewing changes to configuration, 774 primer on, 710 projection and joins, 712 requirements for FIM 2010 R2, 709 searching data in connector space, 769 searching data in metaverse, 771 setting up advanced export attribute flow in Active Directory, 736 setting up metaverse object deletion rule, 726 setting up simple ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
835
Get-ADForest cmdlet, 24, 29 finding forest-level FSMO role holders, 96 finding holders of FSMO roles, 97 Get-ADObject cmdlet -Filter switch, 111 -LDAPFilter switch, 112, 129 -SearchBase switch, 125 Get-ADOrganizationalUnit cmdlet -Filter parameter, 169 -LDAPFilter switch, 170 -SearchBase switch, 170 Get-ADPermission cm...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
836
Group Policy Management Console (GPMC) MMC snap-in, 306, 307 applying central access policy, 535 applying security filter to a GPO, 328 applying WMI filter to a GPO, 333 assigning logon logoff and startup/shutdown scripts in GPO, 320 backing up a GPO, 335 blocking inheritance of GPOs on an OU, 325 configuring domain co...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
837
GPO, stored in gpLink attribute, 324 object renaming and, 152 schemaIDGUID for classes, 361 well-known GUIDs that map to container objects, 297 H homeDirectory attribute, 203 homeDrive attribute, 203 hosts, forcing into a site, 427 I IADs interfaces, 116 IADsContainer::GetObject method, 116 IADsTool interface, 426 IADs...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
838
logging inefficient and expensive LDAP queries, 549–551 modifying default query policy, 157 or LDAP over SSL, changing ports used by AD LDS instance, 633 over SSL/TLS, 503 paged searching support via LDAP controls, 125 query policy settings, 158 search parameters for attribute-based query, 127 searches, using base DN, ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
839
binding to default container for computers, 296 changing default container for computers, 298 connecting to object GUID, 116 connecting to well-known GUID, 118 counting objects in Active Directory, 110 creating dynamic object, 140 deleting an object, 153 determining number of child objects for an OU, 181 fast or concur...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
840
viewing and modifying user’s permitted log‐ on hours, 240 loopback processing, configuring for a GPO, 334 loose replication consistency, 450 LostAndFound container, 454 LSASS cache, increasing, 86 M machine account quota, 290 mail and mailboxes (see email) mail attribute changing, 207 mailbox database, creating, 703 Ma...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
841
msDS-PSOApplied attribute, 217 msDS-QuotaContainer objects, 540 msDS-QuotaControl objects, 540 msDs-QuotaEffective attribute, 571 msDS-QuotaTrustee attribute, 568 msDs-QuotaUsed attribute, 571 msDS-ReplAttributeMetaData attribute, 457 msDS-ReplAuthenticationMode, 651 description of values, 652 msDS-ReplValueMetaData at...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
842
wrapper for DsGetDcName method, 75 nonauthoritative restore of domain controller, 585 nonreplicated attributes, finding, 371 nontransitive trusts, 15 normal connectors, 714 normal disconnectors, 714 NO_CLIENT_SITE entries, 403 example from netlogon.log file, 404 nslookup utility finding PDC Emulator FSMO role owner, 10...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
843
counting in Active Directory, 110 creating, 131 creating dynamic object, 140 deleted objects in AD, 576 deleting, 153 deleting container with child objects, 155 deleting in an OU, 172 dynamically linking an auxiliary class, 139 enumerating in an OU, 170 exporting to CSV file, 161 exporting to LDIF file, 159 extending o...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
844
partitions, 607 (see also application partitions) in a forest, 13 in AD LDS instances, 635 predefined partitions hosted by AD domain controllers, 607 Partitions container, 14, 608 crossRef objects, 150 msDS-Behavior-Version attribute, 29 Password Replication Policy (PRP) configuration for RODCs, 57 modifying on a RODC,...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
845
changing password for AD LDS user, 641 changing scope or type of a group, 260 changing subnet’s site assignment, 407 changing tombstone quota factor, 569 checking for replication problems, 449 checking if global catalog (GC) promotion is complete, 90 clearing DNS cache, 483 configuring alternate UPN suffix, 667 configu...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
846
dynamically linking auxiliary class to exist‐ ing object instance, 140 editing a fine-grained password policy, 344 emailing administrator on performance alert, 560 enabling and disabling global catalog (GC), 88 enabling anonymous LDAP access, 506 enabling change notification for site link, 413 enabling diagnostic loggi...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
847
migrating a group, 258 modifying a bit flag attribute, 137 modifying an object, 135 modifying an OU, 180 modifying attribute for several users at once, 200 modifying attributes copied during user du‐ plication, 366 modifying attributes included with ANR, 367 modifying computer object’s attributes, 293 modifying cost fo...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
848
setting default quota for security principals, 570 setting preferred bridgehead server for a site, 420 setting replication notification delay for ap‐ plication partition, 619 setting user account options (userAccount‐ Control), 234 setting user’s account to expire, 237 setting user’s password, 227 setting user’s profil...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
849
creating, 565 defined, 539 finding quota usage for security principals, 571–573 finding quotas assigned to security principal, 567 setting default for all security principals, 570 R RDN (relative distinguished name), 14 changing for renamed user, 207 specifying value when creating objects, 133 Read-Only Domain Controll...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
850
Replicating Directory Changes rights, 712 replication, 439–459 AD LDS configuration set, 629 changing inter-site replication interval, 446 changing intra-site replication notification interval, 445 checking for potential problems, 449 controlling manually, 415 determining if two domain controllers are in sync, 439 disa...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
851
run profiles, 717 configuring to do initial load of data from SQL Server MA, 737 configuring to load container structure from AD, 740 configuring to load telephoneNumber from AD, 762 creating for provisioning, 747 creating script for, 753 creating to export object from AD MA to AD, 750 exporting objects to AD using, 75...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
852
setting value to index an attribute, 363 secure channel for a computer, 273 resetting, 288 testing, 286 Secure Sockets Layer (see SSL) security, 501–537 applying central access policy, 535 auditing of directory access and modifica‐ tions, 561–564 auditing of Registry keys, 564 authentication (see authentication) changi...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
853
Set-ADDomainMode cmdlet, 27 Set-ADGroup cmdlet modifying group attributes, 262 switches to modify specific group attributes, 262 Set-ADObject cmdlet, 88 Set-ADReplicationSiteLink cmdlet, 447 Set-ADReplicationSubnet cmdlet, 407 Set-ADUser cmdlet switches to modify userAccountControl, 234 Set-GPInheritance cmdlet, 326 Se...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
854
mounting, 580 SOM (scope of management), 305, 305 assigning while linking a GPO, 325 SQL (Structured Query Language) and Fore‐ front Identity Manager collocation, 709 SQL Server configuring attribute store for AD FS, 662 creating SQL Server management agent, 722 exporting telephoneNumber data from SQL Server MA to SQL ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
855
systemFlags attribute attributeSchema object, 130, 373 bit values, 359 classSchema object, 348 crossref object, 611 systemMayContain attribute, classSchema ob‐ ject, 378 systemMustContain attribute, classSchema ob‐ ject, 378 SYSVOL folder, 306 replication of, 64 T TCP, forcing Kerberos to use, 527 TCP/IP stack, resetti...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
856
user objects, 15 accountExpires attribute, 237 attributes changed when creating a mailbox for, 691 attributes of, 189 converting to or from inetOrgPerson ob‐ jects, 198 creating, 192 linked attributes, 375 logonHours attribute, 241 provisioning in AD MA from objects in SQL Server MA, 744–747 retrieving SAM account name...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
857
V VBScript enabling List Object Access mode, 523 forcing Kerberos to use TCP, 528 modifying a bit flag attribute, 136 VisualBasic, script for advanced attribute flow rules extension, 734 Volume Shadow Copy Service (VSS), 579 W W32time service, stopping and starting, 84 w32tm utility, 548 wbadmin utility backing up the ...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf
858
About the Authors Brian Svidergol specializes in Microsoft infrastructure and cloud-based solutions around Windows, Active Directory, Microsoft Exchange, System Center, virtualization, and MDOP. He holds the MCT, MCITP (EA), MCITP (VA), MCITP (Exchange 2010), and several other Microsoft and industry certifications. Bri...
http://ter40.free.fr/ebooktmp/new/Active%20Directory%20Cookbook,%204th%20Edition.pdf