Jump to content

TheLibrosmith

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by TheLibrosmith

  1. Just follow this steps: 1. Open Exchange Management Console 2. Expand Recipient Configuration 3. Click on Mailbox 4. In the Mailbox pane, click on New Mailbox... 5. Introduction. We have to choose what kind of object we are creating, in Exchange Server 2007 we have four different mailbox types: - User mailbox: This is a traditional mailbox. - Resource mailbox: This is a mailbox specifically assigned to Meeting Rooms. Its associated user account will be disabled in Active Directory. - Equipment mailbox: This is a mailbox specific to resources, (i.e. TV, Projector and so on). As with a Resource mailbox, this kind of mailbox will disable a user in Active Directory. - Linked Mailbox: This kind of mailbox will be used in environments with multiple forests. In the Introduction window, select the appropriate mailbox type and then click Next to continue. 6. User Type. In the User Type window, we can choose either to create a new user or to assign an existing user to the new mailbox. If we choose to assign it to an existing user, we will have to check if the account does not already have a mailbox associated with it. Click Next to continue 7. User Information. In the User Information window, we should fill out the personal information of the user and select the Organization Unit where it will be created. After that click on Next 8. Mailbox Settings. On the Mailbox Settings page, we can define the mailbox information such as Alias, Mailbox Server, and Mailbox Store where the new mailbox will be located. The policies for Mailbox and ActiveSync can also be defined in this step. We can choose which fields we are going to fill out and then click Next to continue. 9. New Mailbox. In the New Mailbox window, we will get a summary of all the information that we selected in the previous steps. These parameters will be used by the PowerShell engine for the creation of this mailbox object. To create the mailbox, click on New. 10. Completion. In the Completion window, we will see the cmdlet New-mailbox and the parameters that we used in the creation process of this new mailbox.
  2. You can try this guide: Recommended steps for migrating or moving the ePO database to a new SQL server Step 1 - Stop Services Click Start, Run, type services.msc and click OK. Right-click on the following services and select Stop: For ePO 3.5 - McAfee ePolicy Orchestrator 3.5.0 Discovery and Notification - McAfee ePolicy Orchestrator 3.5.0 Event Parser - McAfee ePolicy Orchestrator 3.5.0 Server For ePO 3.6 - McAfee ePolicy Orchestrator 3.6.0 Application Server - McAfee ePolicy Orchestrator 3.6.0 Event Parser - McAfee ePolicy Orchestrator 3.6.0 Server Step 2 - Take back ups Back up the ePolicy Orchestrator (ePO) database. Restore the newly created backup on the new SQL 2000 server. On the ePO server, navigate to the following directory and double-click on CfgNaiMs.exe: ...\Program Files\Network Associates\ePO\3.5.0\ (default installation path for ePO 3.5.0) ...\Program Files\McAfee\ePO\3.6.0\ (default installation path for new installation of ePO 3.6.0) On the SQL Server tab, enter the new SQL server name and enter the database name in the required fields. Click the Administrator tab and select the appropriate authentication for the new SQL server and enter the credentials here. Click the Reviewer tab and select the appropriate authentication for the new SQL server and enter the credentials here. Step 3 - Delete registry values IMPORTANT: ONLY implement this step 3 if you migrate the database from a local SQL server or MSDE server to a remote SQL server or MSDE server. Click Start, Run, type regedit then click OK. Navigate to the following registry key: [HKLM\System\Current ControlSet\Services\EVENTPARSER3xx] Right-click on the value DependOnService and select Delete. Navigate to the following registry key: [HKLM\System\Current ControlSet\Services\RSDSERER3xx] Right-click on the value DependOnService and select Delete. Step 4 - Start Services Restart the ePO services that were previously stopped in Step 1. Right-click on each McAfee service and select Start: For ePO 3.5 - McAfee ePolicy Orchestrator 3.5.0 Discovery and Notification - McAfee ePolicy Orchestrator 3.5.0 Event Parser - McAfee ePolicy Orchestrator 3.5.0 Server For ePO 3.6 - McAfee ePolicy Orchestrator 3.6.0 Application Server - McAfee ePolicy Orchestrator 3.6.0 Event Parser - McAfee ePolicy Orchestrator 3.6.0 Server Step 5 - Configure documents Copy SQL-Jobs.sql from the ePO installation directory (...\Program Files\Network Associates\ePO\3.x.x) to your desktop. Open SQL-Jobs.sql in Notepad. Replace all instances of SERVERNAME_ePO to: "" in SQL-Jobs.sql. Save and close SQL-Jobs.sql. Run the new SQL-Jobs.sql through query analyzer. Log on to the ePO console. See KB42032 - Logging on to the ePO console. Verify that the database has transferred successfully.
×
×
  • Create New...