Wednesday, May 15, 2013

Deploy printer through GPO

So I recently acquired an old printer for my home network. It’s a usb-only device so I need to connect it to my Server 2012 Essentials Server. Printers didn’t automatically work like they did on my W8 computer. Apparently a security feature that stops Server 2008+ from looking at Windows Update for printer drivers.

Anyways I now need to deploy this printer to all my home computers. Now I can just go around and connect manually from all machines but how fun is that. So, I’ll deploy it from a group policy. Easy and done right? So using GPO preference I add the printer and deploy it to my user OU. Hmm, nothing happens. Instead I receive an Event 4098 : Specified printer driver was not found.

After a bit of trial and error I found the solution. Creating a different GPO like on picture below and deploying it on the root gpo node makes it work.

image

Not really good security practice but it’ll work for my home network.

References:

http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/8c7f439c-be8c-4511-99fd-566985522673

Tuesday, May 14, 2013

Open with explorer causes IE10 to crash

This started happening a while ago, so don’t really know which update that caused this.

Symptom:

From a Sharepoint 2013 Document library a user tries the feature “Open With Explorer” only to be presented with error Page not responding or IE10 simply crashes. Users with IE10+W8 and IE10+W7 and S2008R2 is reporting error.image

Solution:

When changing browsing mode to IE8 in the  Developer Tools in the function starts to work again. (Hit F12)

image

If this is true, install KB2600100 and reboot sharepoint server. Worked for me.

Se GigaJim post below for more details as exactly what the Kb does.

References:

http://support.microsoft.com/kb/2600100/en-us

http://gigajim.com/blog/2012/12/11/sharepoint-2010-and-ie10-incompatibility

Monday, April 29, 2013

Ninite removed Flash

Sad to say. Adobe forced them to take it down. They expect us to go to their crappy download procedure. Adobe… guys..did you have to?

If youre using Windows 8 its supposed to be integrated so Windows Update takes care of, but for some reason Firefox still complains that it isn’t updated. And still, were stuck with the adobe manual update procedure in all previous version of windows.

From this day forward, we say NO to adobe flash!

Heres an xkcd comic to visualize my frustration

References:

http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html#main-pars_header_0

http://www.reddit.com/r/techsupport/comments/1c2h0b/flash_removed_from_ninite/

Strange group by problem

A curious problem.
Environment : Sharepoint Foundation 2010 using localization on Server 2008 R2
Symptom: After migration of Sharepointsite to different host problems started occur with the Group By function in all Views that utilized this.
First time a group by view is expanded everything works, but after opening a document under a group by node all the nodes reloaded and after this no + or – does what it should. Everything just shows as “Loading” under the Group By nodes. The Ribbonmenu also get stuck on “Loading” after this has started occuring. Reload of entire site doesn’t do anything. Browsing in InPrivate node gets in rolling once, then same error again.
image
Solution: Install kb2353117
References:
http://support.microsoft.com/kb/2553117/en-us

Wednesday, April 17, 2013

Trust Relationship between this workstation and primary domain failed

Symptom: When trying to login to the domain with a Windows 7 computer the following message is displayed “The trust relationship between this workstation and primary domain failed”.

Cause: Has the computer been out of sync with domain for some reason the domain computer password might have been expired. Check for trouble with dns or network errors.

Solution:

  1. Log on to the Windows 7 computer with a local account
  2. Go to system properties and choose Network ID
  3. Go through the questions, yes its a domain and so on. Give a valid domain account that has the right to add computers to the domain. Normal user account works for default domains if not locked down.
  4. Restart

Other solutions is to remove the computer from the domain. First on the local computer and then from the domain controller. Above solution, which is new for Windows7, is far more effecient though.

image

Tuesday, April 16, 2013

Lumia 800 finally at 7.8

Today operator Telia finally released Windows Phone 7.8 for the Lumia 800 in Sweden.

Took a while.

Features will include:

  • Lockscreen with daily Bingimage
  • Resizable Live tiles
  • Internet Sharing (?, already release weeks ago?)
  • Bluetoothsharing
  • Contact Share
  • PlayTo

Not really impressing, but we’ll see if it brings any nice tidbits when we’ve tried it for while…

References:

http://www.tempo.com.ph/2013/04/nokia-lumia-gets-better-with-windows-phone-7-8/#.UW1j-8p5KmQ

Monday, March 25, 2013

Infopath set year in form

To set a value for a field upon loading, use textbox properties and Default value instead of rules.
To get the current year, use formula : substring(today();0;5)
image

Powershell and Uptimerobot

Uptimerobot can be quite tedious when you need to update many monitors at once. For example say you bought the license for Uptimerobot and n...