Search
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
Recent Comments
- שגיאה לאחר עדכון תעודה ב-This page cannot be displayed :ADFS 3.0 | ID(o)IT on Error After Renew certificate ADFS 3.0–This page cannot be displayed
- loanemu on Office 365 Proplus– Forward from external contact to email address
- loanemu.com on Netapp – Create new LUN for exchange DB Using Netapp 2020
- terrance on System Center 2012 R2 Configuration Manager Toolkit – is now available for Download
- harvey on Enable-MSOnlinePasswordSync failed. Error: The pipeline has been stopped, the service is not operational
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
Categories
- Active Directory (4)
- ADFS (2)
- Backup Exec (1)
- Brocade (1)
- Cyber (1)
- Exchange 2003 (3)
- Exchange 2010 (17)
- Exchange 2013 (6)
- General (1)
- GPO (3)
- Microsoft Exchange (13)
- Migration (1)
- Netapp (1)
- Office 2016 (2)
- Office365 (53)
- ADFS (2)
- Azure AD Connect (2)
- Dirsync (2)
- Flow (1)
- Office365 Proplus (15)
- SharePoint Online (2)
- Teams (7)
- Office365 -HE (1)
- p2v (1)
- PowerShell (8)
- Profile (3)
- SCCM2007 (8)
- Scripts (4)
- Security (1)
- SharePoint (1)
- Skype for buiness (2)
- System Center (14)
- SCCM 2012 (14)
- SCCM 2012 R2 (9)
- Teams (6)
- Vmware (4)
- Windows (8)
- Windows 10 (1)
- Windows servers (3)
IT blog
- Active Directory
- Azure
- Exchange 2010
- GPO
- Log In
- Microsoft Teams
- Office
- Office 365
- Office365 – Errors and solutions
- Password Reset
- Password Reset
- PowerShell Scripts
- Profile
- Profile
- Register
- Register
- SCCM 2007 – how to
- SCCM 2007 – Useful links
- SCCM 2007 hotfixes
- SCCM 2007 tips
- SCCM 2012
- SCCM 2012 – Useful links
- SCCM Collection queries
- SCCM Solutions
- Scripts
- Skype for Business
- Welcome to my blog
- Windows Server
Category Archives: Exchange 2013
Exchange 2010 – SMTP address is generated in the format of username2@domain.com
Symptom: When a new user is created, in some cases an SMTP address is generated in the format of username2@domain.com instead of username@domain.com although there is no such existing address on the network Cause: Issue is possibly due to the … Continue reading
Posted in Exchange 2003, Exchange 2010, Exchange 2013
Tagged Exchange smtp, Smtp, x400
Leave a comment
Move Mailbox failed – Mailbox size exceeds target quota
Open ADSIEDIT.MSC Find the user and change the value ‘mBDUseDefaults’ to True wait a few minutes and try again. Good Luck Idit Bnayawww.itblog.co.il
Exchange ActiveSync Error – 1053
“Exchange ActiveSync doesn’t have sufficient permissions to create the “” container under Active Directory user “Active Directory operation failed on dc.domain.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-03152611, problem 4003 (INSUFF_ACCESS_RIGHTS), data … Continue reading
Posted in Exchange 2010, Exchange 2013, Microsoft Exchange
Leave a comment
Released: Exchange Server 2013 Service Pack 1
Upgrading to SP1/Deploying SP1 As with all cumulative updates (CUs), SP1 is a full build of Exchange, and the deployment of SP1 is just like the deployment of a cumulative update. Active Directory Preparation Prior to or concurrent with upgrading … Continue reading
How to set all virtual directories at once With PowerShell
For internal URLs: $urlpath = Read-Host "Type internal Client Access FQDN starting with http:// or https://" Set-ClientAccessServer –Identity * –AutodiscoverServiceInternalUri “$urlpath/autodiscover/autodiscover.xml” Set-webservicesvirtualdirectory –Identity * –internalurl “$urlpath/ews/exchange.asmx” Set-oabvirtualdirectory –Identity * –internalurl “$urlpath/oab” Set-owavirtualdirectory –Identity * –internalurl “$urlpath/owa” Set-ecpvirtualdirectory –Identity * –internalurl … Continue reading
Posted in Exchange 2010, Exchange 2013, Microsoft Exchange, PowerShell
Tagged Exchange, external url, Powershell, virtual directory
Leave a comment
Exchange 2013 Prerequisites
Install the server roles via PowerShell 1. Open PowerShell 2. Type the following Command: Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, … Continue reading