how to configure a Simple Mail Transfer Protocol (SMTP) relay in Microsoft Office 365 ? Configure SMTP Relay for LOB and Printers Configure Internet Information Services (IIS) Configure the IIS…
Product:Windows Operating System ID:4 Source:Microsoft-Windows-Security-Kerberos Symbolic Name:KERBEVT_KRB_AP_ERR_MODIFIED Message:The kerberos client received a KRB_AP_ERR_MODIFIED error from the server %1. The target name used was %3. This indicates that the password used…
Office 365 includes the services you’re familiar with, along with new online services. Your subscriptions will be transitioned to Office 365. See the following table for a comparison of Business…
For Installing Operations Manager Database For Installing Root Management Server Deploying Management Server To allow agents to have fail-over targets and to further distribute the Operations Manager 2007 Server components,…
For Installing the SCOM Operations Manager Database find my previous post Deploying a Root Management Server The root management server (RMS) is the only management server in a management group…
Here is my test environment for SCOM All are VMs and given minimum requirements for Memory, HDD and Processor Domain Controller – test.com IP Address: 192.168.100.250 Operations Database (Ops DB):…
Reference : http://support.microsoft.com/kb/948472 You may want to set up a process that automatically resets the evaluation period every 60 days. One way to automate this process is by using the…
Known error in Office 365 Office Professional plus because of a code defect in the Office Subscription Agent service. http://support.microsoft.com/kb/2605805 1) With your system locale set to English (United States),…
TaskTopic1. Verify system requirementsExchange 2010 System Requirements2. Confirm prerequisite steps are doneExchange 2010 Prerequisites3. Configure disjoint namespace Note: This step is optional. It's only necessary if your organization is running…
winrm set winrm/config/client/auth @{Basic="true"} If you want to run winrm command from PowerShell you need to put @{Basic="false"} in the single quotes: winrm set winrm/config/client/auth ‘@{Basic="true"}’