Print this post Print this post

Public Folder creation problem – Exchange 2010

Error: Failed to commit the change on the object because access is denied. See inner exception for more information. MapiExceptionNoAccess: Unable to create folder. (hr=0×80070005, ec=-2147024891) Diagnostic context: Lid: 18969 EcDoRpcExt2 called [length=73] Lid: 27161 EcDoRpcExt2 returned [ec=0x0][length=148][latency=0] Lid: 23226 — ROP Parse Start — Lid: 27962 ROP: ropCreateFolder [28] Lid: 17082 ROP Error: 0×80070005 [...]

Print this post Print this post

Exchange 2010 and Outlook 2003 error number 0x8004010F

I have Exchange 2010 and Outlook 2003. Problem: Task ‘Microsoft Exchange Server’ reported error (0x8004010F): ‘The operation failed. An object could not be found. ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/OABInteg Oabinteg.exe /s:ehvms01 /l /t:Oabfldcheck c:\OABinteg.txt has been opened for writing. Registry scan started at: 02:29:17 Checking for the (HKLM) Exchange Provider Registry Key Checking for the DS Server registry value:  [...]

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 | [...]

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

MDT 2010 and ConfigMgr 2007 SP2 version of free Deployment CD by Johan Arwidmark

This second Deployment CD has the following detailed Step-by-step Guides and Video Tutorials: MDT 2010 Lite Touch Deployments (just the free tools) – Installing the server for MDT 2010 Lite Touch – Creating a Windows 7 reference image using Lite Touch – Deploying a Windows 7 image using Lite Touch – Dynamic Settings, creating and [...]

Print this post Print this post

ADMT 3.1 and Windows Server 2008 R2

Installation ADMT version 3.1 on Windows Server 2008 R2 is not supported yet.

Print this post Print this post

Error message “Code 0x8007232b” 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 0x8007232b 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 [...]

Print this post Print this post

Migration SBS 2003 to SBS 2008 â?? guide

Microsoft published step-by-step instructions for migrating to Windows Small Business Server 2008 from Windows Small Business Server 2003. This is very useful guide. You can download it from here.

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