Shutdown the VM.
Open .vmx file with Notepad or another plain text editor.
Add these lines:
hypervisor.cpuid.v0 = "FALSE" mce.enable = "TRUE" vhv.enable = "TRUE" vpmc.enable = "TRUE"
Save and start the VM. Now you can install the Hyper-V role.
To generate an SPF-record for your domain with the proper syntax, you can use the wizard at:
To verify an SPF-record after it's in place:
Read more on SPF: http://www.openspf.org/
Wanted to install the latest BES Express (at the time of writing, this was 5.0.4) on a fresh Windows-server. Starting Setup.exe briefly shows the Blackberry splash-screen, then immediately crashes ("this program has stopped working...").
Apparently, RIM did some sloppy programming: changing the regional settings to English (US) or English (UK) resolves the issue.
A useful Technet article on sizing Exchange 2013:
If for some reason you need to enable Basic Authentication, you can do so quickly through the Exchange Management Shell. This is sometimes needed if you're migrating to Exchange from another (third-party) e-mail provider.
If you do not know what Basic Authentication is, you do not need this!
Start up EMS as an account which has the required permissions to make changes to the virtual directories used by Exchange. Then, run this:
Set-WebServicesVirtualDirectory -Identity "EWS (Default Web Site)" -BasicAuthentication $true
Note that Office365 has Basic Authentication enabled by default.
Direct links to the proofing tools. Select a language and download its proofing tools for free:
Exchange stores plenty of things in Active Directory, including mailbox information for each account. In case of a deinstallation of Exchange, this information usually remains behind, making it impossible to perform a new clean installation of Exchange and assigning a new mailbox to this user.
I found a solution here: http://www.telnetport25.com/2009/09/forcing-the-removal-of-exchange-attributes-on-a-directory-user-the-removeexchangeattributes-tool%E2%80%A6/
This command-line tool allows you to query and/or remove Exchange-attributes on AD objects (such as users and groups).
A reminder to myself...
Set a bit:
Var |= Bit;
Clear a bit:
Var &= ~Bit;
A very interesting read about Wi-Fi implementations and its pitfalls in larger deployments, in particular about the usage of channels and the importance of channel plans.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |