Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Monthly Archives: October 2011

Server 2011 SBS Features

Posted on 2011/10/31 by arno Posted in Features
[ Features | Office | IE | ]
[ Windows | XP | 7 (seven) | 8 | 10 | ] - [ Server | 2003SBS | 2008SBS | 2011SBS | 2016 | WSUS ]

SBS 2011

SBS 2008 / SBS 2011 to virtualize or not to virtualize

Tools

Report Viewer 2008 SP1 Redistributable

SBS2008 | Windows Small Business Server (SBS) 2008 Best Practices Analyzer (BPA) (SBS2008)

SBS2008r2, SBS2011 | Windows Server Solutions Best Practices Analyzer 1.0


Servicepacks

Exchange 2010 sp3 | Description | Download | Exchange Team Blog


Hot & Fixes

Repair Windows Server Update Services
How to configure an authoritative time server in Windows Server
| Configuring-Windows-Time-Service | 2008 R2 sync time external source | Registry entries | w32tm /resync /rediscover
How to recreate SBSmonitoring database | other technet post | Script to run renames current database and creates a new one.
Disable SSL v3 | ServerFault | KB Plesk |


External sites

SBS 2011 – IV. Tweaking the Server

SBS 2011 Setup Guide v1.13.0


 

Windows 10

In a Server 2008 Network

 


 

Other links

Micrsoft Technet SBS Blog

http://blog.mpecsinc.ca/2010/12/sbs-2011-setup-guide-v100.html (recommended)

sbs 2003 to sbs 2011 migration

How to enable javascript in internet explorer


Getting Outlook to Autodiscover Office 365

While editing the Service Connection Point in Active Directory Sites and Services does work, it’s probably not the “approved” way to do things.

The support manager recommended that I instead use the Exchange Management Shell to entirely remove the Autodiscover Virtual Directory using Remove-AutodiscoverVirtualDirectory. Here’s how I did that:

1. Open an elevated command prompt and back up the IIS configuration (explained here):

%windir%\system32\inetsrv\appcmd.exe add backup "Before Removing Autodiscover"

2. Open an elevated Exchange Management Shell and retrieve the current autodiscover virtual directory:

>Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity

Copy the Identity value to the clipboard.

3. In the Exchange Management Shell, remove the autodiscover virtual directory:

Remove-AutodiscoverVirtualDirectory –Identity <identity value retrieved above>

Update December 4, 2014 Per a couple of comments, the identity string should be enclosed in quotation marks:

Remove-AutodiscoverVirtualDirectory –Identity "<identity value retrieved above>"

You will have to confirm by typing a “Y”.

4. Check that the autodiscover virtual directory is gone:

Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity

This should now return nothing.

5. Now, with Outlook running on a desktop, hold the Ctrl button, right-click on the Outlook icon in the system tray, and select Test E-mail AutoConfiguration. Enter your email address and password and click the Test button. The results should come from the Office 365 server.


 

Profilewizard

SBS and ProfWiz

http://www.forensit.com/comparison.html


SBS Exchange

Exchange Server Updates: build numbers and release dates

Enable relaying for local machines
How to forward mail to publicfolder
Understanding Transport Pipeline

Understanding Exchange Server Intelligent Message Filter

Exchange 2013 Storage Configuration Options

SBS 2011 Store.exe allocating too much memory despite cache adjustment
Limiting Exchange 2010 Cache Size

A Question of Quotas


SBS2011 Updates and WSUS

Update Services in SBS 2008 | Petri.co.il – BS 2011, updates, SBS console or WSUS? | Manage WSUS 3.0 SP2 Storage

SBS 2008 to “fix” managing WSUS after you have manually upset it

SBS 2011, updates, SBS console or WSUS?

Petri.co.il – SBS 2011 Updates, Console or WSUS? | Configuring WSUS Using the Windows SBS Console

SBS 2011 WSUS uninstall error 0x80070643

Microsoft social Windows Server | SBS2008 How To Manually Uninstall & Reinstall WSUS 3.0 |


Domain Functional level

What is the Impact of Upgrading the Domain or Forest Functional Level?

Understanding Active Directory Domain Services (AD DS) Functional Levels


SQL Databases Memory usage unlimited!?

http://blog.switchsystems.co.uk/2014/01/reducing-memory-usage-on-sbs-servers/

http://www.itquibbles.com/sql-sbsmonitoring-high-disk-usage/

http://www.bursky.net/index.php/2013/03/managing-iis-server-memory-usage/

http://www.tachytelic.net/2014/05/hige-memory-usage-sbs-2011-caused-sql-server-databases-datacollectorsvc-exe/

http://koppihle3.blogspot.nl/2012/08/sbs2011-limiting-sql-memory-for-wsus.html


Discovered features

Outlook unexpectedly prompts for smart card authentication

source: http://support.microsoft.com/kb/2704959

NOTE: The following steps are for IIS 7. The steps for earlier versions of IIS are very similar.

  1. In Internet Information Services (IIS) Manager on your Microsoft Exchange Server, select the Autodiscover virtual directory.
  2. In the middle panel, double-click SSL Settings.
  3. Enable the Require SSLcheck box.
  4. Under Client certificates, select Ignore.
  5. In the Actions pane, click Apply.
  6. Repeat steps 1 through 5 for the EWS virtual directory.

…

Issues

Dcom errors

http://support.microsoft.com/kb/899965

http://technet.microsoft.com/en-us/library/cc726313(v=ws.10).aspx

http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/dcom-error-10016-cannot-change-permissions-in/dfdb4fa6-c867-4af1-b650-3a188d26d36b

http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx

http://ct-miramar.com/blog/2011/08/01/do-not-grant-local-activation-permission-for-the-com-server-application-with-clsid-90dcab7f-347c-4bfc-b543-540326305fbe/

Volume shadow copy and backup system stops working

Potential issues after installing SharePoint Foundation 2010 SP1

Windows SBS 2011 – Known Post Installation Event Log Errors and Warnings

* Run – Sharepoint 2010 Products Configuration Wizard
* Review the “issues after installing SharePoint Foundation 2010 SP1”

You Must Manually Run PSCONFIG after Installing SharePoint 2010 Patches

Volume Shadow Copy Service error: Failed resolving account spsearch with status 1376.

Event ID: 8230 Source: VSS
– Problem was resolved by reconfiguring Sharepoint 2010. Go to start, Sharepoint 2010 and launch the Sharepoint 2010 Products Configuration. Follow the steps and all works fine again.
– Navigate to the registry key  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl export the file just in case
then remove the offending account domainname\username. Just leave the NT Authority\Network Service account.

Petri.co.il – SBS2011 VSS warning 8230 spsearch error. No backup!

–

SBS 2011 : Installation Issues

How do i resolve Event ID: 8230 Source VSS with SBS 2011?

VSS writer warnings

Database could not be accessed – Event 3760 (SharePoint 2010 Products)

Event ID Errors: 6398, 6482, and 6641 for Share Point

Small Business Server 2011 Sharepoint Foundation Event ID 70

SBS 2011 – SharePoint Foundation Event ID 6398 – Access Denied Every 30 Minutes

Backup Failing Small Business Server 2011

Shutdown Event Manager

Sharepoint KB2580174 alerts

Event ID 10016, DistributedCOM: The application-specific permission settings do not grant Local Activation permission for the COM Server application (2)

Google Searches

* https://www.google.com/search?q=sharepoint+foundation+3760+error
* https://www.google.com/search?q=vss+errpr+8230
* https://www.google.com/search?q=sharepoint+foundation+search+error+70
* https://www.google.com/search?q=vss+errpr+8230+spfarm+status+1376
* https://www.google.com/search?q=The+application-specific+permission+settings+do+not+grant+Local+Activation+permission+for+the+COM+Server+application+spfarm

WDS Service

ProxyDHCP error 4011 – http://trycatch.be/blogs/roggenk/archive/2010/06/28/proxydhcp-no-reply-to-request-on-port-4011-in-wds-windows-deployment-services.aspx
clear last PXE advertisement – http://www.windows-noob.com/forums/index.php?/topic/669-how-to-get-rid-of-abortpxe-com/
http://www.nedersoft.nl/index.php/tips-a-trucks/13-pxe/25-proxydhcp-no-reply-to-request-on-port-4011

SBS not showing users in the SBS Console or POP3 Connector

http://tc-itservices.com/microsoft/sbs-not-showing-users-in-the-sbs-console-or-pop3-connector/

1. Open Active Directory, Click View and then Advanced Features
3. Open up the user and go to the Attribute Editor tab, 4. Find msSBSCreationState and change the value to Created

 


GPO Tweaks

How to enable Group Policy Preferences support for IE9

Disable Power Option restrictions

GPO – Computer-configuration – Policies – Admin Templates – System – Power Management – Sleep settings > Specify the System Sleep Timeout [Disabled]


Usefull setup information

POP3connector

Understanding the POP3 Connector
Bugging 10mb pop3 recieve limit

“you have to increase the message size also on FAX receive connector.”

Get-TransportConfig | ft MaxSendSize, MaxReceiveSize
Get-ReceiveConnector | ft name, MaxMessageSize
Get-SendConnector | ft name, MaxMessageSize
Get-mailbox | ft Name, MaxSendSize, MaxReceiveSize

Set-TransportConfig –MaxSendSize 20MB –MaxReceiveSize 20MB
Set-ReceiveConnector “Windows SBS Internet Receive Servername” –MaxMessageSize 20MB
Set-SendConnector “Windows SBS Internet Send Servername” –MaxMessageSize 20MB
Set-Mailbox “test” –MaxSendSize 10MB –MaxReceiveSize 10MB

SBS 2008: Introducing the POP3 Connector
How Do I Change Message Size Limits in SBS 2008/2011 Standard?
Changing Pop3 Connector message size in Small Business Server 2008


Bump

Read Receipt to distribution list – does not work

User cannot access the \\Contoso\Users … folder due to acces rights, \\192.168.1.1\Users … is accessable.
Delete the local/roaming user profile and relogon the user.


SSD Harddrives

http://technet.microsoft.com/en-us/library/ee832792.aspx
http://www.anandtech.com/show/3690/the-impact-of-spare-area-on-sandforce-more-capacity-at-no-performance-loss
https://wiki.archlinux.org/index.php/Solid_State_Drives
https://wiki.archlinux.org/index.php/SSD_Benchmarking

Changing Pop3 Connector message size in Small Business Server 2008


SSL Certificates

Technet – Managing Certificates

Managing Certificates

Installing a GoDaddy Standard SSL Certificate on SBS 2008

Active Directory Certificate Services Step-by-Step Guide

Create your own Self-signed SSL Certs Exchange 2007/2010

SBS 2011 Renew cert from commandline


Personal folders

Do not name the personal folder as an email address it will be added ta an automatic addressbook and it mixup the folder-emailaddress/personal foldername.


L2TP nat traversal

source: microsoft KB926179 | http://forums.anandtech.com/showthread.php?t=2086128

Ran in to this setting one of these up for a client. The reasoning behind why this solution is necessary sucks, but the solution is relatively easy.

Microsoft decided that after Windows XP SP2 (that includes Vista and 7), they were going to require VPN servers to be public-facing. Basically, they turned off the native NAT-T (NAT traversal) that had existed in these versions of Windows’ VPN software. Their justification is that VPNs should be perimiter-based. The justification is sound, but removing the capability to easily set it up otherwise is kind of shitty.

Anyway, there’s a registry key you need to create. It’s in a different place in Windows XP than in Windows Vista and 7. Here’s both locations:

In Windows XP:
HKLM\System\CurrentControlSet\services\IPSec
Create DWORD named AssumeUDPEncapsulationContextOnSendRule and set value to 2
Reboot system.

In Windows Vista/7:
HKLM\System\CurrentControlSet\services\PolicyAgent
Create DWORD named AssumeUDPEncapsulationContextOnSendRule and set value to 2
Reboot system

You’ll need to do this on every client you want to connect to this VPN.

Note: This is only the case for L2TP IPSec VPNs. The HTTPS VPNs and PPTP VPNs do not have this requirement.


Services

Eventlog error messages

Event 10016 may be logged in the System log on a computer that is running Windows XP Professional x64 Edition

PDFCreator as a Service

 source: http://outputredirection.blogspot.nl/p/running-pdfcreator-as-service-on-server.html

PDFCreator is a great tool for users you just need to quickly convert a document into pdf format.
Getting it to run properly as a service on Windows Server 2008 proves to be a bit of trouble.

Install PDFCreator in ‘Server installation’ mode.  With version 0.98 I found that if data execution prevention is enabled,
PDFCreator needs to be added to the exception list (DEP hides a little bit under Control Panel – System – Advanced system settings – Advanced – Data Execution Prevention).
However, with version 1.0 and moving forward, I have found that this is not true which makes our setup easier!

Next we need to get srvany.exe from the Windows Server 2003 Resource Kit.  I decided to put it in \Program Files\oldResourceKitTools.
This article explains how to use instsrv.exe to setup a custom service that uses srvany.exe to run what we want.
Trouble is “instsrv.exe” doesn’t work very well on Server 2008.  Thankfully we can use “sc.exe” to create the service in a similar way.

However, before we create the service we have to decide what credentials to have the service run as.
Depending on your environment running as the local system (the default) may be sufficient.
If PDFCreator will need to save files anywhere other than the local system we’ll  need to
choose either Network Service, or create a domain user for the service.
As I like to be able to control specific permissions I created a new domain user: “svc-pdfcreator”, with a strong password.

Armed with that information we can now create the service with the sc command:

C:\> sc create pdfcreator start= auto binPath= "C:\Program Files\oldResourceKitTools\srvany.exe" DisplayName= "PDFCreator" obj= DOMAIN\User password= password

We can double check that the service was created successfully by using sc query:

C:\>sc query pdfcreator
SERVICE_NAME: pdfcreator
TYPE               : 10  WIN32_OWN_PROCESS
STATE              : 1  STOPPED
WIN32_EXIT_CODE    : 0  (0x0)
SERVICE_EXIT_CODE  : 0  (0x0)
CHECKPOINT         : 0x0
WAIT_HINT          : 0x0

Now we need to follow the registry editing instructions from KB137890 :

  1. Run Registry Editor (Regedt32.exe) and locate the following
    subkey: “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<My Service>”
  2. From the Edit menu, click Add Key.
    Type the following and click OK:Key Name: Parameters
    Class :<leave blank>
  3. Select the Parameters key.
  4. From the Edit menu, click Add Value.
    Type the following and click OK:Value Name: Application
    Data Type : REG_SZ
    String : “<path>\<application.ext>where <path>\<application.ext>”
    is the drive and full path to the application executable including the extension (i.e., C:\WinNT\Notepad.exe)
  5. Close Registry Editor.

Almost done setting up the service.  With version 0.98 I found that it was necessary to run PDFCreator.exe and PDFSpool.exe in “Server 2003 SP1” compatibility mode.
Once again, this appears to have been resolved with version 1.0+, so we don’t have to worry about compatibility settings!
But if you’re using a version prior to 1.0, go to the compatibility tab on the properties of each executable and
check “Run this program in compatibility mode for:” and select “Windows Server 2003 (Service Pack 1)”.

That’s it!  Test the service either by running “net start pdfcreator” or from the services mmc snap-in.  If all goes well it should start successfully.

This setup works well for the auto-save in PDFCreator, as we can setup the auto-save directory to be:
\\domain\staff\<REDMON_USER>\Documents\PDFCreator\

You may have to get creative with the auto-save path if your userdata paths aren’t uniform across the users that have access to the PDFCreator printer.
We could probably solve the issue by setting up a shared folder like:
\\server\PDFCreatorAutoSave\<REDMON_USER>

Wherever you decide to have PDFCreator save its output, make sure that the account the service runs as
has permissions to create and modify files and your users have at least read access.


Renew a self-signed SSL Certificate in SBS 2008 or SBS2011

sbs200x-renew-certificate-1

If you have an expired SSL Certificate, you would want to renew it.

This is done in the “SBS Console” with the “Fix My Network Wizard (FNCW)”.

Running it will bring up potential network issues.

Note that it will always find some but you need to ignore them
and take care of the certificate only.

When the wizard displays it results. Select only “Self-issued certificate is expired”, de-select the other issues.

sbs200x-renew-certificate-2

http://blog.the-it-blog.co.uk/2013/01/25/re-issuing-a-self-signed-certificate-for-exchange-sbs/

OWA Cert

To get the certificate in the SBS console to match the OWA certificate > I ran the Add a trusted certificate wizard > select I want to use a certificate that is already installed on the server > selected the newly created self-issued certificate.  Now if I View Certificate Properties in the SBS console it matches the OWA certificate.

Create cert package from webpage

To update the install package SBSCertificate.cer file > on non-domain joined system > run IE as administrator > open OWA site > import cert into IE > in IE options > content tab > certificates > find certificate and export as SBSCertificate.cer > save into Certificate Distribution Package folder after renaming the old cer file.


Hotfixes

Mapped Drive Connection to Network Share May Be Lost | net config server /autodisconnect:-1


Back-up

wbadmin start backup -backupTarget:\\backuplocation\backupdirectory -allCritical -quiet -vssFull -systemState


 

Virtualisation

VMware option: (Edit settings, Options, General, Contiguration Parameters) SMBIOS.reflectHost=TRUE

 


HP ILO Reset admin password

HP Proliant ILO configuration and password recovery

LDAP Addresbook

http://social.technet.microsoft.com/Forums/en-US/0ee97f40-abe3-49ff-9598-134f2de19a71/allow-copier-to-pull-address-book-thru-ldap-sbs2011

EOF

Exchange Microsoft

AppleTV Jailbreak

Posted on 2011/10/31 by arno Posted in Apple, Multimedia, XBMC

Jailbreak – Tethered

AppleTV 2g – 4.4 (iOS 5)  – 4.4.2 (9A336a)

Jailbreak – unTethered

AppleTV 2g – 4.3 (iOS 4.3) – 4.3.0 (8F455)

Install onto Apple TV 2G

XBMC

Links

Where to Download Apple TV Firmware files (Restore links)

Apple

Links – Microsoft Office

Posted on 2011/10/27 by arno Posted in Microsoft, Office

Office 2013

Office 2013 Administrative Template files (ADMX/ADML) and Office Customization Tool 

Office 2011 (Mac OSX)

Microsoft Office 2011 Uninstall
Microsoft office for Mac

Office 2010

Office 2010 – Downloads, Tools, Trial | TechNet.

Chapter 11: Searching Outlook Data

Professional Outlook 2007 Programming – Page 413 – Google Books

Outlook View Dynamic Date Filter (Filter dates with an offset from today)

Howto Outlook – instant Search commands

MSoutlook.info – Fixing Instant Search

Onderzoekers kraken 18e eeuwse ‘Copiale Cipher’

Posted on 2011/10/26 by arno Posted in Uncategorized

Reactie op ‘Onderzoekers kraken 18e eeuwse ‘Copiale Cipher”

Source: http://tweakers.net/reacties.dsp?Action=Posting&ParentID=5064163

Door curry684, woensdag 26 oktober 2011 12:52

Nee, wachtwoorden zijn dat niet. Tegelijk klopt Cliph’s uitspraak ook niet dat ‘security by obscurity’ onacceptabel zou zijn, het ligt ten grondslag aan veel risicocalculaties. Om maar een gangbaar voorbeeld te noemen – als je een Windows-domain aanvalt kun je de basisaanname maken dat er een user ‘Administrator’ is op het domain. Met deze voorkennis maak je het hacken van die account exponentieel simpeler dan het kraken van een account waarvan je de naam nog niet wist. Derhalve is het renamen van de domain administrator account een simpele en zeer efficiente manier om de security van een Windows domain exponentieel moeilijker te maken.

Op dezelfde manier kun je bijvoorbeeld bij WordPress de default admin-URL veranderen van /wp-admin naar /my-admin, of phpMyAdmin op een server installeren op /dbbeheer ipv het standaard /phpmyadmin, enzovoorts. Door simpelweg je aanvaller algemeen beschikbare voorkennis te ontkennen gooi je een hoge extra drempel op voor een simpele hack als er een andere factor compromised is of raakt.

Security by obscurity is nooit iets dat op zichzelf mag staan maar kan een zeer belangrijke factor zijn in het complexer maken van een kraak.

Wachtwoorden zelf zijn een toepassing van 1 van de 3 basisfactoren van authenticatie om je identiteit kenbaar te maken aan een digitaal systeem: ‘something you know’, ‘something you have’, en ‘something you are’. In volgorde betreffen dit bijvoorbeeld dus een wachtwoord, een RFID-chip die poortjes opent, en een irisscan of vingerafdruk. Bij systemen waar beveiliging vitaal is wordt vrijwel altijd gekozen voor zogenaamde ‘two factor authentication’, waarbij je een element moet overleggen uit 2 van de 3 genoemde groepen. Zo worden pintransacties en het inloggen bij internetbankieren redelijk standaard uitgevoerd doordat je je pinpas (have) in een lezer moet stoppen en dan je pincode (know) moet intoetsen. Oude postbankklanten kunnen transacties uitvoeren met een TAN-code die je op je mobiel (have) toegestuurd krijgt, verstopt achter je login (know).

Microsoft Windows lifecycle

Posted on 2011/10/08 by arno Posted in Microsoft

Link

Microsoft Support Lifecycle | Server products

http://windows.microsoft.com/en-us/windows/products/lifecycle

End of sales

End of sales refers to the date when a particular version of Windows is no longer shipped to retailers or Original Equipment Manufacturers (OEMs). Examples of OEMS are Dell and Toshiba—PC manufacturers who often preinstall Windows software. When a version of Windows reaches its end of sales date, it’s a good time to think about upgrading.

This table gives end of sales dates for specific Windows operating systems.

Desktop operating systems Date of general availability Retail software end of sales * End of sales for PCs with Windows preinstalled
Windows XP December 31, 2001 June 30, 2008 October 22, 2010
Windows Vista January 30, 2007 October 22, 2010 October 22, 2011
Windows 7 October 22, 2009 To be determined To be determined

End of support

End of support refers to the date when Microsoft no longer provides automatic fixes, updates, or online technical assistance. This is the time to make sure you have the latest available service pack installed. Without Microsoft support, you will no longer receive security updates that can help protect your PC from harmful viruses, spyware, and other malicious software that can steal your personal information. For more information go to Microsoft Support Lifecycle.

Desktop operating systems Latest service pack End of mainstream support End of extended support
Windows XP Service Pack 3 April 14, 2009 April 8, 2014
Windows Vista Service Pack 2 April 10, 2012 April 11, 2017
Windows 7 Service Pack 1 To be determined Not applicable

Exchange 2007 (64bit) export mailbox

Posted on 2011/10/03 by arno Posted in Microsoft

Exporting mailboxes can only done via 32-bit management software, sinds the server is 64-bit that would not work (again!)

Identify current running service pack

Exchange Server Build numbers and release dates.

Get-ExchangeServer | fl name,edition,admindisplayversion

Download the exchange 2007 servicepack.

Export mailbox – Outlook 2010

Exchange Microsoft
  • Login
  • Mother of all Portals
  • .Handy .Handig
  • Links – wikis – wikies

Archives

  • June 2022
  • October 2021
  • June 2021
  • September 2016
  • April 2016
  • March 2016
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
CyberChimps ©2025