Configure Wmi Windows Server 2008

Posted on

My SMTP mail server requires that email be sent with TLS encryption and on port 587. This makes it problematic for Team Foundation Server (TFS) to send emails directly. To work around the problem, I installed the Windows 2008 SMTP Server service and configured it for relaying to my real SMTP mail server.

  1. Hi, This is not the correct forum for this query.Please check the below link: New visitors please read before posting here! Hope this helps.
  2. Windows 2008 WMI - IIS Server Opspack. Windows Server is a brand name for a group of server operating systems released by Microsoft. Windows Server also includes the popular series of server software hosting a range of software and services such as Microsoft IIS, Exchange and Hyper-V.

Allow Remote WMI connection in Windows Servers 2008 R2 I wanna a C# program to get disk space of a remote server whose OS is Windows Server 2008 R2. The program and the server are under different domains. I use server's domain account to authenticate the connection. Enable 'remote enable' in WMI Control Properties.

Install SMTP Server

Configure Wmi Windows Server 2008 End Of Life

To begin, launch Server Manager and add the SMTP Server feature.

This includes a dialog to add some additional items.

Click Add Required Features and, after the dialog closes, click Next > followed by Install.

The same can be done from the command line using:

Configuring the SMTP Service to Auto-Start

Unfortunately, the service is not configured to auto-start by default so you need to go into the services to change this:

To perform the same action from the command line use the following PowerShell commands:

<table border='1'><tbody><tr><td><pre>appcmd.exe setconfig/commit:WEBROOT/section:smtp/from:Inigo.S.Montoya@IntelliTechture.com<br/>/deliveryMethod:Network/network.port:587/network.defaultCredentials:False<br/>/network.host:smtp.intelliTechture.com/network.userName:Inigo.S.Montoya@intelliTechture.com<br/>/network.password:***
2
$SMTPService=Get-WmiObject win32_service-filter'name='SMTPSvc'
appcmd.exe setconfig/commit:WEBROOT/section:smtp/from:Inigo.S.Montoya@IntelliTechture.com<br/>/deliveryMethod:Network/network.port:587/network.defaultCredentials:False<br/>/network.host:smtp.intelliTechture.com/network.userName:Inigo.S.Montoya@intelliTechture.com<br/>/network.password:***
<font face='Calibri'>SMTP Server:smtp.gmail.com</font>
<font face='Calibri'>TLS encryption:<strong>Checked</strong></font>

If the Windows user account running the ArcGIS Monitor Service <Name> service is not a member of the Administrator group on the remote machine, the account must be added to the Performance Monitor Users group and the Distributed COM Users group to collect metrics. Perform the following steps to add the account to the groups and configure Windows Management Instrumentation (WMI):

  1. Do one of the following to add the account to the Performance Monitor Users group and the Distributed COM Users group:

    Windows 8.1 and Windows 10

    Run lusrmgr.msc to add the user to the user groups.

    Windows Server 2008, 2012, and 2016

    Refer to the Microsoft documentation to add the user to the user groups.

  2. Log in to the remote machine that you want to monitor with an administrator account.
  3. Run wmimgmt.msc to configure WMI control permissions.
  4. Right-click WMI Control in the tree view and click Properties.

    The WMI Control Properties dialog box appears.

  5. Click the Security tab.
  6. Expand Root, click CIMV2, and click the Security button.
  7. Choose the ArcGIS Monitor user in the Group or user names list.
  8. Check the Allow check box for the following permissions:
    • Enable Account
    • Remote Enable
    • Read Security
  9. Click OK to save the changes and close the Security for ROOTCIMV2 dialog box.
  10. Click OK to close the WMI Control Properties dialog box.
  11. Browse to the installation location for ArcGIS Monitor and right-click the ArcGIS Monitor folder.
  12. Choose Properties.
  13. Click the Security tab.
  14. Verify that the user is allowed to modify, read and execute, list folder contents, read, and write to the ArcGIS Monitor folder, subfolders, and files.
  15. Log out all affected users from any open user sessions and log them back in to update their permissions.