Print this post Print this post

Configuring array access in Exchange 2010

New-ExchangeCertificate -GenerateRequest -SubjectName “c=PL, o=Demo Room, cn=outlook.demo.local” -DomainName
outlook.demo.local
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path c:\pf\IssuedCert.p7b -Encoding byte -ReadCount 0))
Host A outlook.demo.local 192.168.1.1
New-ClientAccessArray -FQDN outlook.demo.local -Name “outlook.demo.local” -Site Demo
Get-MailboxDatabase | Set-MailboxDatabase -RpcClientAccessServer outlook.demo.local
Set-OutlookProvider EXCH outlook.demo.local
Get-autodiscoverVirtualDirectory | Set-autodiscoverVirtualDirectory – internalurl outlook.demo.local
Get-clientAccessServer | Set-ClientAccessServer -AutodiscoverServiceInternalUri
https://outlook.demo.local/autodiscover/autodiscover.xml
Get-OabVirtualDirectory | Set-OabVirtualDirectory -internalurl https://outlook.demo.local/oab
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -InternalUrl https://outlook.demo.local/ews/exchange.asmx
Get-OwaVirtualDirectory | set-OwaVirtualDirectory -InternalUrl https://outlook.demo.local/owa
 
Get-EcpVirtualDirectory | set-EcpVirtualDirectory -InternalUrl https://outlook.demo.local/owa

Print this post Print this post

Max message size for transport in exchange 2010

Max message size for transport in exchange 2010 – send and receive messages
set-transportconfig -maxsendsize “xxx”
set-receiveconnector -identity “xxx” -maxmessagesize “xxx”
set-sendconnector -identity “xxx” -maxmessagesize “xxx”

Print this post Print this post

Error message “Code 0×8007232b” when you try to activate Windows 7 Enterprise

When you try to activate Windows 7 Enterprise you may receive the following error message: “Activation Error: Code 0×8007232b DNS Name does not exist”. This issue may occur if you use volume-licensed version downloaded from MSDN to install Windows 7.

Print this post Print this post

How to uninstall application with SCCM 2007

How to uninstall application on computers without *.msi file using System Center Configuration Manager 2007?
In this example we uninstall Window Defender using SCCM 2007 and MsiExec /X command.
1.       Create new task (task sequences) in Operating System Deployment.

2.       Edit new task by clicking right button on the mouse.
3.       Click Add -> General -> Run Command Line

4.       [...]

Print this post Print this post

How to display all services on our server

How to display all services on our server?
I recommend using this command:
wmic /output:services.html service list full /format:htable

Print this post Print this post

How to configure Outlook Anywhere by GPO

How to configure Outlook Anywhere by GPO?
1. Download the Article-961112.adm package from Microsoft site.
2. In the Group Policy Object Editor add the Article-961112.adm file. Click right Administrative Templates and Click Add/Remove Templates. Click ADD, locate and select Article-961112.adm file and click Open.

3. Under User Configuration -> Policies -> Administrative Templates -> Classic Administrative Templates -> Article 96112 Policy [...]

Print this post Print this post

How to view logs in SCCM 2007

How to view logs in SCCM 2007?
If we open SCCM log files in notepad itâ??s very hard to find interesting information.
I recommend using SMS Tracer to view SCCM log files.
You can download this tool from Microsoft site here.
Install System Center Configuration Manager 2007 Toolkit and run SMS Trace

 
and log files looks better ;-)

Print this post Print this post

How to add computers do Active Directory remotely

How to add computers do Active Directory remotely?
Sometimes we must add many computers to Active Directory and we don?t have time to do this or computers are located in other City.
This post explains how to add computers to Active Directory remotely without touch this computers.
Step 1. Prepare text file contains computers IP addresses or computers [...]

Print this post Print this post

How to configure safelist aggregation in Exchange Server 2007?

Safelist aggregation in Microsoft Exchange Server 2007 refers to a set of anti-spam functionality. This functionality is shared across Microsoft Office Outlook (Junk E-mail Options in Outlook 2007) and Exchange with Edge Transport server role. You should schedule periodic updates of safelist aggregation to make sure that the most up-to-date safelist aggregation information is in the Active Directory directory service.

Print this post Print this post

How to create a collection with computers without specific software in System Center Configuration Manager 2007?

When you want to create a collection with computers without specific software in System Center Configuration Manager 2007 you should use a dynamic method for creating your collection (query-based membership). You define the rules by which those members are placed in the collections. These rules form a query, and Configuration Manager periodically reruns the query to keep the collection up to date.