Linktipps


mycms.dyns.net

MS Powershell

http://axelschneider.info/blog/ad-nutzer-mit-hilfe-von-powershell-und-einer-csv-datei-erstellen-2011-09-06

 

http://www.msxfaq.de/code/powershell.htm

 

http://www.powershellpraxis.de/My-Powershell.943.0.html

IP-Subnet

http://www.ip-subnetz-berechnen.de/rechner.html

HowTo avoid impersonation of a user MS AD

http://bytes.com/topic/asp-net/answers/340666-check-if-user-belong-domain-against-active-directory-without-impersonation

Exchange 2007 Server Webservices

Exchange 2007 Server Webservices
http://my.safaribooksonline.com/book/email/microsoft-exchange-server/9780735623927

Chief Security Advisor Blog MS Germany

http://blogs.technet.com/b/michaelkranawetter/

Installation HowTo Exchange 2010 Server

http://www.enterprisenetworkingplanet.com/windows/article.php/3877601/Installing-Exchange-2010-StepbyStep.htm

AD Sizing, Capacity and Structure Planning

Some good Links for Designing AD :
http://technet.microsoft.com/en-us/library/cc770806%28WS.10%29.aspx
http://social.technet.microsoft.com/Forums/en/winserverDS/thread/0af01850-eccb-488a-9c53-7bda784e96b6

Infrastructure Planning and Design (IPD) guide:
http://www.microsoft.com/download/en/details.aspx?id=732

Sizertool:
http://www.petri.co.il/active_directory_sizer_tool.htm
http://download.microsoft.com/download/win2000platform/ASsizer/1.0/NT5/EN-US/setup.exe
http://social.technet.microsoft.com/Search/en-US?query=Windows%20Server%202008%20Active%20directory%20Sizer%20Tool&beta=0&ac=8


Test tool for testing AD Performance

Active Directory Performance Testing Tool (ADTest.exe)


http://www.microsoft.com/download/en/details.aspx?id=15275

Windows 2008 Server Auth

Whats new in Security:

http://technet.microsoft.com/de-de/library/dd560640%28WS.10%29.aspx

USB Stick TIPs

A very good information about USB Sticks I found here:

http://www.uwe-sieber.de/usbstick.html

http://www.s1mp3.org/en/docs_hwspecs.php

Digest MD5 and SHA

 

http://www.ietf.org/rfc/rfc2831.txt

 

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#MD5Hex_Assertion

http://stackoverflow.com/questions/304268/using-java-to-get-a-files-md5-checksum

http://download.oracle.com/javase/1.4.2/docs/api/java/security/MessageDigest.html

 

 

Function:

function md5Hash(inputString)

{

var msgDigest = java.security.MessageDigest.getInstance("MD5"); var javaStr = new java.lang.String(inputString); var digestStr = msgDigest.digest(javaStr.getBytes());

return system.base64Encode(digestStr);

}

CALL:

var hashStr = md5Hash("String 2 hash");

 

 

http://dev.mbdnet.hu/2009/12/cmd5-hash-algorithmus/

http://www.iis.net/ConfigReference/system.webServer/security/authentication/digestAuthentication

http://technet.microsoft.com/en-us/library/cc754104%28WS.10%29.aspx

http://technet.microsoft.com/de-de/library/cc778868%28WS.10%29.aspx

http://jakarta.apache.org/jmeter/usermanual/component_reference.html

 

 

Java User Group

Here you will go to the java user group of java.net:
http://www.java.net/jugs/java-user-groups

Cloud Free Services

http://www.cospace.de/cospace/storage.html
http://www.ventengo-cospace.de/

CMS Open


DRUPAL
http://drupal.org/
Joomla
http://www.joomla.org/
http://www.joomla.de/
CONTAO
https://contao.org/en/
Vergleiche
http://www.visual4.de/1745-Open-Source-CMS-Vergleich-Joomla-TYPO3-Plone-Wordpress.html

SelfHTML