How To Install ADFS 2012 R2 For Office 365 - 250 Hello - Site Home - TechNet Blogs:
'via Blog this'
Friday, December 19, 2014
Wednesday, November 19, 2014
Netscaler Exchange Loadbalancing Resources
http://blog.decepticlone.com/2013/10/load-balancing-exchange-2010-on.html
http://blogs.dirteam.com/blogs/davestork/archive/2012/12/21/loadbalancing-exchange-2010-with-citrix-netscaler-using-content-switching.aspx
https://www.citrix.com/content/dam/citrix/en_us/documents/products-solutions/citrix-netscaler-deployment-guide-for-microsoft-exchange-2010.pdf
http://www.cb-net.co.uk/citrix-articles/2013-netscaler-load-balancing-exchange-2010
http://blogs.dirteam.com/blogs/davestork/archive/2012/12/21/loadbalancing-exchange-2010-with-citrix-netscaler-using-content-switching.aspx
https://www.citrix.com/content/dam/citrix/en_us/documents/products-solutions/citrix-netscaler-deployment-guide-for-microsoft-exchange-2010.pdf
http://www.cb-net.co.uk/citrix-articles/2013-netscaler-load-balancing-exchange-2010
Thursday, October 30, 2014
Tuesday, October 28, 2014
Friday, October 24, 2014
Wednesday, October 15, 2014
Wednesday, October 8, 2014
Friday, August 22, 2014
Saturday, August 9, 2014
Wednesday, August 6, 2014
Tuesday, August 5, 2014
How to Hide External Contacts from Office 365 Global Address List - Spiceworks
How to Hide External Contacts from Office 365 Global Address List - Spiceworks: "Set-MailContact -Identity "name@domain.com" -HiddenFromAddressListsEnabled $true"
'via Blog this'
'via Blog this'
Thursday, July 31, 2014
Thursday, July 24, 2014
Friday, July 11, 2014
Wednesday, February 26, 2014
Virtualize a Linux Server with VMWare Convertor
::: Virtual Aleph ::: Virtualization Techniques: Virtualize a Linux Server with VmWare Converter 3.0.1:
http://jamesmcdonald.id.au/it-tips/convert-vmware-server-vm-to-vmware-esx-server-3i-using-vmware-convertor
http://prefetch.net/blog/index.php/2009/09/12/why-partition-x-does-now-end-on-cylinder-boundary-warnings-dont-matter/
http://jamesmcdonald.id.au/it-tips/convert-vmware-server-vm-to-vmware-esx-server-3i-using-vmware-convertor
http://prefetch.net/blog/index.php/2009/09/12/why-partition-x-does-now-end-on-cylinder-boundary-warnings-dont-matter/
Wednesday, February 12, 2014
Tuesday, February 4, 2014
Monday, February 3, 2014
Tuesday, January 7, 2014
Script to read a file and run commands
@echo off
setlocal
for /F "Tokens=1" %%a in (c:\userlist.csv) do call :parse %%a
endlocal
GOTO :EOF
:parse
echo %1
:end
setlocal
for /F "Tokens=1" %%a in (c:\userlist.csv) do call :parse %%a
endlocal
GOTO :EOF
:parse
echo %1
:end
Subscribe to:
Posts (Atom)