Using Ntdsutil.exe to transfer or seize FSMO roles to a domain controller (2024)

This article describes how to use the Ntdsutil.exe utility to transfer or to seize Flexible Single Master Operations (FSMO) roles.

Certain domain and enterprise-wide operations that are not good for multi-master updates are performed by a single domain controller in an Active Directory domain or forest. The domain controllers that are assigned to perform these unique operations are called operations masters or FSMO role holders.

The following list describes the 5 unique FSMO roles in an Active Directory forest and the dependent operations that they perform:

  • Schema master - The Schema master role is forest-wide and there is one for each forest. This role is required to extend the schema of an Active Directory forest or to run the adprep /domainprep command.
  • Domain naming master - The Domain naming master role is forest-wide and there is one for each forest. This role is required to add or remove domains or application partitions to or from a forest.
  • RID master - The RID master role is domain-wide and there is one for each domain. This role is required to allocate the RID pool so that new or existing domain controllers can create user accounts, computer accounts or security groups.
  • PDC emulator - The PDC emulator role is domain-wide and there is one for each domain. This role is required for the domain controller that sends database updates to Windows NT backup domain controllers. The domain controller that owns this role is also targeted by certain administration tools and updates to user account and computer account passwords.
  • Infrastructure master - The Infrastructure master role is domain-wide and there is one for each domain. This role is required for domain controllers to run the adprep /forestprep command successfully and to update SID attributes and distinguished name attributes for objects that are referenced across domains.

The Active Directory Installation Wizard (Dcpromo.exe) assigns all 5 FSMO roles to the first domain controller in the forest root domain. The first domain controller in each new child or tree domain is assigned the three domain-wide roles. Domain controllers continue to own FSMO roles until they are reassigned by using one of the following methods:

  • An administrator reassigns the role by using a GUI administrative tool.
  • An administrator reassigns the role by using the ntdsutil /roles command.
  • An administrator gracefully demotes a role-holding domain controller by using the Active Directory Installation Wizard. This wizard reassigns any locally-held roles to an existing domain controller in the forest. Demotions that are performed by using the dcpromo /forceremoval command leave FSMO roles in an invalid state until they are reassigned by an administrator.

We recommend that you transfer FSMO roles in the following scenarios:

  • The current role holder is operational and can be accessed on the network by the new FSMO owner.
  • You are gracefully demoting a domain controller that currently owns FSMO roles that you want to assign to a specific domain controller in your Active Directory forest.
  • The domain controller that currently owns FSMO roles is being taken offline for scheduled maintenance and you need specific FSMO roles to be assigned to a “live” domain controller. This may be required to perform operations that connect to the FSMO owner. This would be especially true for the PDC Emulator role but less true for the RID master role, the Domain naming master role and the Schema master roles.

We recommend that you seize FSMO roles in the following scenarios:

  • The current role holder is experiencing an operational error that prevents an FSMO-dependent operation from completing successfully and that role cannot be transferred.
  • A domain controller that owns an FSMO role is force-demoted by using the dcpromo /forceremoval command.
  • The operating system on the computer that originally owned a specific role no longer exists or has been reinstalled.

As replication occurs, non-FSMO domain controllers in the domain or forest gain full knowledge of changes that are made by FSMO-holding domain controllers. If you must transfer a role, the best candidate domain controller is one that is in the appropriate domain that last inbound-replicated, or recently inbound-replicated a writable copy of the “FSMO partition” from the existing role holder. For example, the Schema master role-holder has a distinguished name path of CN=schema,CN=configuration,dc=<forest root domain>, and this mean that roles reside in and are replicated as part of the CN=schema partition. If the domain controller that holds the Schema master role experiences a hardware or software failure, a good candidate role-holder would be a domain controller in the root domain and in the same Active Directory site as the current owner. Domain controllers in the same Active Directory site perform inbound replication every 5 minutes or 15 seconds.

The partition for each FSMO role is in the following list:

Collapse this tableExpand this table

FSMO rolePartition
SchemaCN=Schema,CN=configuration,DC=<forest root domain>
Domain Naming MasterCN=configuration,DC=<forest root domain>
PDCDC=<domain>
RIDDC=<domain>
InfrastructureDC=<domain>

A domain controller whose FSMO roles have been seized should not be permitted to communicate with existing domain controllers in the forest. In this scenario, you should either format the hard disk and reinstall the operating system on such domain controllers or forcibly demote such domain controllers on a private network and then remove their metadata on a surviving domain controller in the forest by using the ntdsutil /metadata cleanup command. The risk of introducing a former FSMO role holder whose role has been seized into the forest is that the original role holder may continue to operate as before until it inbound-replicates knowledge of the role seizure. Known risks of two domain controllers owning the same FSMO roles include creating security principals that have overlapping RID pools, and other problems.

Transfer FSMO roles

To transfer the FSMO roles by using the Ntdsutil utility, follow these steps:

  1. Log on to a Windows 2000 Server-based or Windows Server 2003-based member computer or domain controller that is located in the forest where FSMO roles are being transferred. We recommend that you log on to the domain controller that you are assigning FSMO roles to. The logged-on user should be a member of the Enterprise Administrators group to transfer Schema master or Domain naming master roles, or a member of the Domain Administrators group of the domain where the PDC emulator, RID master and the Infrastructure master roles are being transferred.
  2. Click Start, clickRun, typentdsutil in theOpen box, and then clickOK.
  3. Type roles, and then press ENTER.

    Note To see a list of available commands at any one of the prompts in the Ntdsutil utility, type ?, and then press ENTER.

  4. Type connections, and then press ENTER.
  5. Type connect to server servername, and then press ENTER, where servername is the name of the domain controller you want to assign the FSMO role to.
  6. At the server connections prompt, type q, and then press ENTER.
  7. Type transfer role, where role is the role that you want to transfer. For a list of roles that you can transfer, type ? at the fsmo maintenance prompt, and then press ENTER, or see the list of roles at the start of this article. For example, to transfer the RID master role, typetransfer rid master. The one exception is for the PDC emulator role, whose syntax istransfer pdc, nottransfer pdc emulator.
  8. At the fsmo maintenance prompt, type q, and then press ENTER to gain access to the ntdsutil prompt. Typeq, and then press ENTER to quit the Ntdsutil utility.

Seize FSMO roles

To seize the FSMO roles by using the Ntdsutil utility, follow these steps:

  1. Log on to a Windows 2000 Server-based or Windows Server 2003-based member computer or domain controller that is located in the forest where FSMO roles are being seized. We recommend that you log on to the domain controller that you are assigning FSMO roles to. The logged-on user should be a member of the Enterprise Administrators group to transfer schema or domain naming master roles, or a member of the Domain Administrators group of the domain where the PDC emulator, RID master and the Infrastructure master roles are being transferred.
  2. Click Start, clickRun, typentdsutil in theOpen box, and then clickOK.
  3. Type roles, and then press ENTER.
  4. Type connections, and then press ENTER.
  5. Type connect to server servername, and then press ENTER, where servername is the name of the domain controller that you want to assign the FSMO role to.
  6. At the server connections prompt, type q, and then press ENTER.
  7. Type seize role, where role is the role that you want to seize. For a list of roles that you can seize, type ? at the fsmo maintenance prompt, and then press ENTER, or see the list of roles at the start of this article. For example, to seize the RID master role, typeseize rid master. The one exception is for the PDC emulator role, whose syntax isseize pdc, notseize pdc emulator.
  8. At the fsmo maintenance prompt, type q, and then press ENTER to gain access to the ntdsutil prompt. Type q, and then press ENTER to quit the Ntdsutil utility.

    Notes

    • Under typical conditions, all five roles must be assigned to “live” domain controllers in the forest. If a domain controller that owns a FSMO role is taken out of service before its roles are transferred, you must seize all roles to an appropriate and healthy domain controller. We recommend that you only seize all roles when the other domain controller is not returning to the domain. If it is possible, fix the broken domain controller that is assigned the FSMO roles. You should determine which roles are to be on which remaining domain controllers so that all five roles are assigned to a single domain controller. For more information about FSMO role placement, click the following article number to view the article in the Microsoft Knowledge Base:

      (http://support.microsoft.com/kb/223346/ ) FSMO placement and optimization on Windows 2000 domain controllers

    • If the domain controller that formerly held any FSMO role is not present in the domain and if it has had its roles seized by using the steps in this article, remove it from the Active Directory by following the procedure that is outlined in the following Microsoft Knowledge Base article:

      (http://support.microsoft.com/kb/216498/ ) How to remove data in active directory after an unsuccessful domain controller demotion

    • Removing domain controller metadata with the Windows 2000 version or the Windows Server 2003 build 3790 version of the ntdsutil /metadata cleanup command does not relocate FSMO roles that are assigned to live domain controllers. The Windows Server 2003 Service Pack 1 (SP1) version of the Ntdsutil utility automates this task and removes additional elements of domain controller metadata.
    • Some customers prefer not to restore system state backups of FSMO role-holders in case the role has been reassigned since the backup was made.
    • Do not put the Infrastructure master role on the same domain controller as the global catalog server. If the Infrastructure master runs on a global catalog server it stops updating object information because it does not contain any references to objects that it does not hold. This is because a global catalog server holds a partial replica of every object in the forest.

To test whether a domain controller is also a global catalog server:

  1. Click Start, point toPrograms, point toAdministrative Tools, and then click Active Directory Sites and Services.
  2. Double-click Sites in the left pane, and then locate the appropriate site or clickDefault-first-site-name if no other sites are available.
  3. Open the Servers folder, and then click the domain controller.
  4. In the domain controller's folder, double-clickNTDS Settings.
  5. On the Action menu, clickProperties.
  6. On the General tab, view theGlobal Catalog check box to see if it is selected.

Steps to reproduce the problem

Run DCPROMO on a Windows Server 2008 computer to join a domain where the RID master is offline. You will receive a warning that you must have an active RID master. Then, you will see a reference to KB article 255504.

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See (http://go.microsoft.com/fwlink/?LinkId=151500)for other considerations.

APPLIES TO
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Windows Server 2008 Datacenter
  • Windows Server 2008 Enterprise
  • Windows Server 2008 Standard

DOWNLOAD IT

This same guide as a PDF document

Using Ntdsutil.exe to transfer or seize FSMO roles to a domain controller (2024)

FAQs

How do I move FSMO roles to another domain controller? ›

To transfer the role: Type transfer <role>, and then press Enter. In this command, <role> is the role that you want to transfer. To seize the role: Type seize <role>, and then press Enter. In this command, <role> is the role that you want to seize.

Which is the command-line utility used to seize FSMO roles? ›

Use the following procedure to seize an operations master role (also known as a flexible single master operations (FSMO) role). You can use Ntdsutil.exe, a command-line tool that is installed automatically on all DCs.

What is Ntdsutil command used for? ›

You can use the ntdsutil commands to perform database maintenance of AD DS, manage and control single master operations, and remove metadata left behind by domain controllers that were removed from the network without being properly uninstalled. This tool is intended for use by experienced administrators.

What is difference between transfer and seize FSMO roles? ›

Difference of Transferring and Seizing FSMO Roles

Transferring makes the old DC know that it does not own the role(s) any more. If the DC is broken (e. g. hardware defect) and will never come back again, then you can seize the role on a remaining DC.

How do you run Ntdsutil? ›

To start Ntdsutil, select Start, select Run, type ntdsutil in the Open box, and then press ENTER. To access the list of available commands, type ?, and then press ENTER.

Does FSMO roles transfer automatically? ›

The transfer of an FSMO role is the suggested form of moving a FSMO role between domain controllers and can be initiated by the administrator or by demoting a domain controller, but is not initiated automatically by the operating system. This includes a server in a shut-down state.

Are FSMO roles replicated to all domain controllers? ›

Schema master FSMO role

Once the Schema update is complete, it's replicated from the schema master to all other DCs in the directory.

How do I transfer FSMO roles from 2012 R2 to 2019? ›

7 Steps to Migrate Windows 2012 R2 Domain Controllers to Windows Server 2019
  1. Set up a new server using Windows Server 2019.
  2. Join the new server to your existing Active Directory domain.
  3. Install the Active Directory Domain Services role.
  4. Promote the new server to a domain controller.
14 Apr 2021

How to use Ntdsutil metadata cleanup? ›

Ntdsutil Metadata Cleanup
  1. Enter the Ntdsutil interactive session by typing “ntdsutil”
  2. Switch to the metadata cleanup context by typing “metadata cleanup”
  3. Switch to the operation target selection context by typing “select operation target”
  4. List your your domains and select your target domain.

Which of the following PowerShell cmdlets can be used to move or seize a FSMO role? ›

The Move-ADDirectoryServerOperationMasterRole cmdlet is used to transfer or seize FSMO roles. It can be run directly on a DC, or on a domain-joined server or workstation with the ActiveDirectory PowerShell module installed.

Which PowerShell command can be used to move a domain controller to a different site? ›

The Move-ADDirectoryServer cmdlet moves a directory server in Active Directory to a new site within the same domain. The Identity parameter specifies the directory server to move.

What is NTDS in domain controller? ›

What is the Ntds. dit File? The Ntds. dit file is a database that stores Active Directory data, including information about user objects, groups and group membership. Importantly, the file also stores the password hashes for all users in the domain.

What does NTDS stand for in Active Directory? ›

NTDS stands for NT Directory Services. DIT stands for Directory Information Tree. This is named as NTDS because the Active Directory was called NT Directory Services originally. Directory Information Tree (DIT) in the Active Directory was implemented as a X. 500 database and the primary database file is NTDS.

What is stored in NTDS? ›

Ntds.

It contains all of the information about network resources and their associated attributes. This file is used by the system to authenticate users and authorize access to network resources. This file is typically stored in the \Windows\NTDS directory on a domain controller.

What happens if PDC emulator is down? ›

The PDC emulator plays a vital role in the operation of any Active Directory domain. It's responsible for time synchronization, processing account lockouts, and more. If the PDC emulator fails, several key domain functions, including security functions, can stop functioning properly.

Why do we transfer FSMO roles? ›

The first domain controller in the forest root domain receives a default allocation of all five FSMO roles when Active Directory is first configured. Transferring FSMO roles is frequently necessary for a number of reasons, including: Demoting a domain controller. Performance issues.

How do I transfer my Infrastructure master role? ›

Select the domain controller that will be the new role holder, the target, and press OK. Right-click the Active Directory Users and Computers icon again and press Operation Masters. Select the appropriate tab for the role you wish to transfer and press the Change button. Press OK to confirm the change.

How can I tell if NTDS is running? ›

To check NTDS objects for an Active Directory domain controller, open the Active Directory Sites and Services snap-in, and then expand a domain controller for which you want to check the NTDS object as shown in the red square of the screenshot.

How do I find my NTDS database? ›

At the Ntdsutil.exe command prompt, type Semantic database analysis, and then press ENTER. At the Semantic Checker command prompt, type Go, and then press ENTER. At the Semantic Checker command prompt, type Get DNT record number, and then press ENTER. Verification is displayed.

What does NTDS stand for Windows? ›

NTDS stands for NT Directory Services. The DIT stands for Directory Information Tree. The Ntds. dit file on a particular domain controller contains all naming contexts hosted by that domain controller, including the Configuration and Schema naming contexts.

What does FSMO stand for? ›

Flexible Single-Master Operation (FSMO)

What happens if DC with FSMO roles fails? ›

After the schema master role has been seized, the domain controller that had been performing the role cannot be brought back online. A failed RID master will eventually prevent domain controllers from creating new SIDs and, therefore, will prevent you from creating new accounts for users, groups, or computers.

Should ADCS be installed on a domain controller? ›

Installing AD CS on a DC is not recommended because of the security risks it creates and the labor-intensive tasks when it comes time to upgrade or decommission. Instead, configure your AD CS with SecureW2's PKI and CloudRADIUS, which automate most IT tasks and strengthen network security overall.

How do I force replication between all domain controllers? ›

To ensure complete domain controller replication, the fastest solution is to use the RepAdmin command. The RepAdmin command is part of the AD DS Tools that are available via RSAT. So if you're working from a domain controller, the AD DS Tools are already installed.

How do I force replication between domain controllers? ›

Using a graphical user interface

Open the Active Directory Sites and Services snap-in. Browse to the NTDS Setting object for the domain controller you want to replicate to. In the right pane, right-click on the connection object to the domain controller you want to replicate from and select Replicate Now.

How do I know which server holds FSMO roles? ›

Right-click the selected Domain Object in the top-left pane, and then click Operations Masters. Click the PDC tab to view the server holding the PDC master role. Click the Infrastructure tab to view the server holding the Infrastructure master role. Click the RID Pool tab to view the server holding the RID master role.

Can I migrate from Server 2008 R2 to 2019? ›

Upgrade path

You will need to perform two in-place upgrade processes. Since you can't perform an in-place upgrade directly from Windows Server 2008/2008 R2 to Windows Server 2019, you have to first upgrade to Windows Server 2012 R2 and then perform an in-place upgrade to Windows Server 2019.

How do I transfer FSMO roles from 2008 R2 to 2019? ›

AD upgrade from 2008R2 to 2019 or move to new Server 2019.
  1. Install new Windows Server 2019 and install AD DS role on that server;
  2. Move NPS role to the new server;
  3. Move FSMO roles;
  4. On old server backup AD CS and then remove AD CS role;
  5. On Old server Remove AD DS role demote the server and rename it and change IP adress;
20 Oct 2020

How to migrate domain controller from 2012 R2 to 2016? ›

We can try the above steps.
  1. Check DC health by running Dcdiag /v and check AD replication by running repadmin/showrepl and repadmin /replsum.
  2. Join Windows Server 2016 to existing domain.
  3. Promote Windows Server 2016 to Domain Controller.
  4. Repeat step1 to check AD environment health.
18 Jul 2021

How do you perform a metadata cleanup for the demoted domain controller? ›

In the details pane, right-click the computer object of the domain controller whose metadata you want to clean up, and then click Delete. In the Active Directory Domain Services dialog box, confirm the name of the domain controller you wish to delete is shown, and click Yes to confirm the computer object deletion.

Is it safe to delete metadata? ›

Unless you need metadata for copyright purposes, erase it from your files before you share them online. While the websites you often upload your files to may use them safely to filter, sort, and archive your files, they may not protect the metadata within them. It is possible to remove metadata manually.

How do I run metadata cleanup? ›

Run Command Prompt (CMD) using administrator privileges.
  1. At the command line, type Ntdsutil and press ENTER. ...
  2. At the Ntdsutil: prompt, type metadata cleanup and press Enter. ...
  3. At the metadata cleanup: prompt, type connections and press Enter.
8 Aug 2017

How do I use the move command in PowerShell? ›

Use PowerShell to move a file or folder
  1. Open a PowerShell prompt by clicking Start and type PowerShell. In the search results, click Windows PowerShell.
  2. In the PowerShell console, type Move-Item –Path c:\testfolder -Destination c:\temp and press ENTER.
20 Sept 2021

Which of the following is the correct command for getting help on a command in PowerShell? ›

To get help for a PowerShell provider, type Get-Help followed by the provider name. For example, to get help for the Certificate provider, type Get-Help Certificate . You can also type help or man , which displays one screen of text at a time.

How to transfer FSMO roles to another domain controller step by step? ›

Seize or transfer FSMO roles
  1. Sign in to a member computer that has the AD RSAT tools installed, or a DC that is located in the forest where FSMO roles are being transferred. ...
  2. Select Start > Run, type ntdsutil in the Open box, and then select OK.
  3. Type roles, and then press Enter. ...
  4. Type connections, and then press Enter.
23 Mar 2022

How to transfer FSMO roles using CMD? ›

Transfer FSMO roles using the NTDSUtil tool

First, open the command prompt with administrative privileges. Type ntdsutil and press Enter. Type roles and press Enter. Type connections and press Enter.

How to force a server to authenticate to a specific domain controller? ›

To force a client to use a specific domain controller we need only do the following:
  1. Start the registry editor.
  2. Move to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters.
  3. From the Edit menu select New - DWORD value.
  4. Enter a name of NodeType and press ENTER.

What is Ntdsutil EXE? ›

Ntdsutil.exe is a command-line tool that provides management facilities for Active Directory Domain Services (AD DS) and Active Directory Lightweight Directory Services (AD LDS).

How are NTDs controlled? ›

Vector-borne NTDs—those that are spread by worms, flies, mosquitoes, or other hosts—can be prevented through control of the vectors themselves. This can include mass spraying of insecticides in areas where the vectors breed or gather, killing them before they become parasite carriers.

What are the 17 NTDs? ›

The World Health Organization (WHO) has established a list of 17 “official” neglected tropical diseases (NTDs): Buruli ulcer, Chagas disease, cysticercosis, dengue, dracunculiasis, echinococcosis, endemic treponematoses, foodborne trematode infections, human African trypanosomiasis, leishmaniasis, leprosy, lymphatic ...

Why is NTDs neglected? ›

Neglected tropical diseases (NTDs), such as dengue, lymphatic filariasis, trachoma, and leishmaniasis, are called "neglected," because they generally afflict the world's poor and historically have not received as much attention as other diseases.

What are the 3 main components of an Active Directory? ›

The Active Directory structure is comprised of three main components: domains, trees, and forests. Several objects, like users or devices that use the same AD database, can be grouped into a single domain.

What is Sysvol and NTDS? ›

The sysvol folder stores a domain's public files, which are replicated to each domain controller. The netlogon folder contains logon scripts and group policies that can be used by computers deployed within a domain.

What does Sysvol stand for? ›

The system volume (SYSVOL) is a special directory on each DC. It is made up of several folders with one being shared and referred to as the SYSVOL share. The default location is %SYSTEMROOT%\SYSVOL\sysvol for the shared folder, although you can change that during the DC promotion process or anytime thereafter.

What are the 5 roles of Active Directory? ›

Currently in Windows there are five FSMO roles:
  • Schema master.
  • Domain naming master.
  • RID master.
  • PDC emulator.
  • Infrastructure master.
1 Dec 2021

What are the 5 FSMO roles in Active Directory? ›

Because an Active Directory role isn't bound to a single DC, it's referred to as an FSMO role.
...
Currently in Windows there are five FSMO roles:
  • Schema master.
  • Domain naming master.
  • RID master.
  • PDC emulator.
  • Infrastructure master.
1 Dec 2021

Can I migrate from server 2008 R2 to 2019? ›

Upgrade path

You will need to perform two in-place upgrade processes. Since you can't perform an in-place upgrade directly from Windows Server 2008/2008 R2 to Windows Server 2019, you have to first upgrade to Windows Server 2012 R2 and then perform an in-place upgrade to Windows Server 2019.

How do I raise my domain functional level from 2008r2 to 2016? ›

How to do it...
  1. Sign in to the domain controller holding the PDC emulator FSMO role.
  2. Open Active Directory Domains and Trusts ( domain. msc ).
  3. In the left navigation pane, right-click the domain for which you want to raise the functional level, and then click Raise Domain Functional Level.

How do I transfer ad roles? ›

Open the Active Directory Users and Computers console, right-click the domain and then in Operations Masters. Here, each tab displays the three FSMO roles. To transfer one of the three FSMO roles to another DC, click Change and confirm your action.

How to install Active Directory Schema snap in? ›

Solution:
  1. Click 'Start' -> 'Run'. Input 'cmd' and click 'OK'. ...
  2. Click Start -> Run. Input mmc and click OK.
  3. On the File menu, click Add/Remove Snap-in, click Add, and then click Active Directory Schema. ...
  4. On the File menu, click Save As, choose destination path and type the console name, then click Save.

What tool allows the transfer of the Infrastructure master Operations Master role? ›

You can transfer FSMO roles by using the Ntdsutil.exe command-line utility or by using an MMC snap-in tool. Depending on the FSMO role that you want to transfer, you can use one of the following three MMC snap-in tools: Active Directory Schema snap-in. Active Directory Domains and Trusts snap-in.

What happens if Infrastructure master is down? ›

A failure of the infrastructure master will be noticeable to administrators but not to users.

Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 5689

Rating: 4.8 / 5 (68 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.