Consequently, when working with very large networks
in multiple countries, you may want to use the CREATE action to install a new Universally Unique
CREATING NEW OBJECTS USING THE DSADD UTILITY
467
Identifier (UUID), which is guaranteed to provide a unique number. You can see the structure of
a GUID at
http://msdn2.microsoft.com/en-us/library/aa373931.aspx
. If you don??™t have any
other means of generating a UUID, you can use the tool found at
http://www.famkruithof.net/
uuid/uuidgen
. To use this feature, type
WMIC NTDomain CREATE DomainGuid=???
5d694368-7041-
11dc-8314-0800200c9a66
???
(where you supply your own UUID) and press Enter.
You may eventually need to remove some properties from the domain configuration. Of course,
verify these properties exist first by typing
WMIC NTDomain GET
and pressing Enter. Once you
determine which property you need to delete, it??™s a good idea to use interactive mode to do it. For
example, if you decide to delete the current DomainGuid property value, type
WMIC
NTDomain
DELETE
/INTERACTIVE:DomainGuid
and press Enter. Always use interaction mode because the
WMIC utility shows you what you??™re deleting before you delete it.
Pages:
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107