Month: January 2011

Exchange 2010 generate SSL-certficate request

1 Generate the Request in Powershell (Two Lines of code, -path does not work like we used in Exchange 2007) $data = New-ExchangeCertificate -GenerateRequest -SubjectName “c=CH, S=BL, L=Aesch, o=Butsch Informatik, cn=rogue.computerladen.ch” -DomainName rogue.computerladen.ch -PrivateKeyExportable:$True set-content -Path c:\edv\computerladen.ch.req -value $data 2 Send your ISP  the File computerladen.ch.req (textfile). ISP or Comodo, Verisign, Thawtee and order the IIS7, 1024BIT, […]

Exchange 2007 Restrict ActiveSync for only certain modell of phones

Starting with Exchange 2007 SPX you can use the Set-CASMailbox with the ActiveSyncAllowedDeviceIDs parameter to lock down a certiain user to a specific device ID. http://technet.microsoft.com/en-us/library/bb125264(EXCHG.80).aspx Not that it helps you immediately, but Exch 2010 has included automatic quarantining/blocking of devices based on Device Model and Type with ActiveSyncDeviceAccessRule http://howdouc.blogspot.com/2010/09/activesync-device-access-rules-in.html  set-CASMailbox [-ActiveSyncAllowedDeviceIDs <MultiValuedProperty>] [-ActiveSyncDebugLogging <Nullable>] [-ActiveSyncEnabled <$true […]

Deployment: MS Framework 4.0 Silent Deployment

Aaron Stebler MS BlogSilent install, repair and uninstall command lines for the .NET Framework 4http://blogs.msdn.com/b/astebner/archive/2010/05/12/10011664.aspx Appdeploy MS .NET Framework 4.0 Setuphttp://www.appdeploy.com/packages/detail.asp?id=1814 MS Silent Setup Framework 4 in Detail (SSCM 2007)http://msdn.microsoft.com/library/ee942965(v=VS.100).aspx Liste aller Framework 4 Hotfixes welche man anfordern muss (Nicht WSUS) http://thehotfixshare.net/board/index.php?autocom=downloads&showcat=138 Liste aller im Januar 2011 nötigen Updates & Hotfixes fuer .NET Serien (Inkl. silent switches) […]