how to configure EWS on exchange using powershell
- No Comments
- Dec, 06, 2012
- Angelo Schalley
- Exchange, Windows-Microsoft
Check configuration :
Get-WebServicesVirtualDirectory |fl identity,internalurl,externalurl
Set internal EWS configuration
Set-WebServicesVirtualDirectory -Identity “MAIL01\EWS (Default Web Site)” -InternalUrl https://MAIL01.domain.local/EWS/Exchange.asmx -BasicAuthentication:$true
Set external EWS configuration
Set-WebServicesVirtualDirectory -Identity “MAIL01\EWS (Default Web Site)” -ExternalUrl https://something.domain.com/EWS/Exchange.asmx -BasicAuthentication:$true
Read more on how to configure EWS on exchange using powershell…
upgrade windows 2008r2 standard to enterprise to upgrade memory usage
- No Comments
- Nov, 30, 2012
- Angelo Schalley
- Windows-Microsoft
Windows Server 2008 R2 includes a command-line tool called the Deployment Image Servicing and Management tool, or DISM. It’s functionally equivalent to the Windows Anytime Upgrade feature in client versions of Windows. You can run it from an elevated command prompt.
Read more on upgrade windows 2008r2 standard to enterprise to upgrade memory usage…
Installing Centrify Express on CentOS / Redhat – AD authentication for linux
- No Comments
- Nov, 20, 2012
- Angelo Schalley
- Active Directory, Linux, security, Windows-Microsoft
I tried installing Centrify Express 64-bits on CentOS 5.4 x86_64 and it was quite smooth
Prerequisites:
1. You have root account and password
2. In order for you to join the domain, you need an Active Directory account with permission to add computers to the domain
Read more on Installing Centrify Express on CentOS / Redhat – AD authentication for linux…