Redirecting requests that don’t go to https://owa.customer.com/owa (or /exchange) to the correct URL. So, if someone goes to http://owa.customer.com orhttps://owa.customer.com, they get redirected to the correct (secure) URL. Historically I’ve always done this with two components: A custom website listening on Port 80 on each CAS server A default.aspx file in the root of the Default Web Site redirecting […]
ShadowExplorer allows you to browse the Shadow Copies created by the Windows Vista / 7 / 8 Volume Shadow Copy Service. It’s especially thought for users of the home editions, who don’t have access to the shadow copies by default, but it’s also useful for users of the other editions. Shadow Copy From time to time, […]
Now that SP1 is out, it’s time to talk about how to do this on Win7/R2. It’s a DISM command now: DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp
Problem Description How do I find a list of Global Catalog Servers using nslookup? Resolution The following commands will list all Global Catalog Servers in your Active Directory domain: From the command prompt, type nslookup. C:\nslookup Set the type to server. >set type=srv Find the Global Catalog Server(s). >_gc._tcp.<DnsForestName> Example: >_gc._tcp.“your domain.com” The results will include the […]
Firstly, you need to go to the Start screen type “cmd” and right click. Make sure you choose run as “Administrator” from the bottom options. slmgr.vbs -ipk YOUR-ACTIVATION-KEY-HERE then run slmgr.vbs -ato you will get a confirmation on product activated successfully.
This is how to configure Multi Path I/O for iSCSI on Windows 2012 Server. I want to use this for our Hyper-V implementation to increase through put and redundancy. Setup iSCSI NICs In this server I have eight NICS, I have chosen to use two NICS for iSCSI and here you can see I have […]
To workaround this issue on previous versions of ESX/ESXi 4.1 and ESXi 5.0: Power down the source virtual machine. Backup the .vmx file of the source virtual machine. Change the value of the disk.EnableUUID parameter to False. For more information, see Tips for editing a .vmx file (1714). Save the changes made to the .vmx file. Clone the virtual machine again. If these steps […]
Upgrade to 2008 Enterprise Syntex: DISM /online /Set-Edition:<Version> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Example with trial key: DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3Y To determine the installed version of Windows you can use: DISM /online /Get-CurrentEdition To determine possible versions you can upgrade to: DISM /online /Get-TargetEditions
I found folder permissions to be the only problem when configuring folder redirection on windows 7. Dont forget to enforce the policy on client PC by goign to cmd and typing “gpupdate /force” and reloging. This is a user policy so you dont need to boot your PC, just log off and on to test […]