J Stubberfield

  • Archive
  • RSS

Juicy juicy VMWare cluster… 8 x Dell R710 with 2 x 6 core Xeons

  • 1 month ago
  • Comments
  • Permalink
  • Share
    Tweet

So… About AppV and Office…

I’ve decided to write a quick review of Microsoft AppV and what I’ve learnt while trying to get it to work.

AppV is a thin software virtualisation technology by Microsoft. It comes with a Client (to run on the end user machines), Sequencer (to build the packages), Streaming Server (optional, streams packages down to the user), and Management Server (manages stuff).

It fits in nicely if you use SCCM and is a very snappy way to deploy applications. 

Why it is good:

  • Fairly easy to operate and to sequence new packages
  • Later versions warn you of potential issues with the virtualisation tech and your package
  • Allows users to run applications before they are even fully downloaded by streaming as they go
  • Quick restore back to factory defaults for application packages
  • Package dependencies (such as Java) with packages to keep them separated from the system (allowing legacy applicationss to work better on new systems)

What isn’t so good:

  • The technology gets in the way of communications with MS Office and at times the Windows OS
  • Can’t use shell extensions
  • Overcomplicated definition files sometimes makes troubleshooting confusing

Microsoft isn’t kidding when they say carefully consider the implications when deploying Office with AppV.

Although MS has released a set of “proxies” for Office and AppV that are supposed to do things like allow applications to call Office components for use and provide connectors to Windows Search Service they don’t exactly work all the time.

We had to work very very hard to get Outlook to even allow searching and even then without shell extensions users do tend to loose that polished look.

Applications that seek out MS Office as a dependency will freak out and stop working.

Plugins that form bridges between Office and outside applications will tend to stop working.

If you launch an application (such as IE) from a link within Office be warned, that application will launch inside the AppV package. Meanning if it changes the registry or file system the changes may not affect the wider OS. In addition we had a problem where GPO based proxy settings didn’t get applied to IE if it started within the package.

It is extremely useful however in packaging up those smaller, self contained applications that are just a pain to manage and update. It will allow you to quickly update your entire organisation in one go (don’t try rolling back though) and most small applications will run fine.

Hope someone out there finds this useful at some stage.

  • 1 month ago
  • Comments
  • Permalink
  • Share
    Tweet
Good to know my data will be fully copied over in… 8 months
Pop-upView Separately

Good to know my data will be fully copied over in… 8 months

  • 1 month ago
  • Comments
  • Permalink
  • Share
    Tweet

Change Default Calendar Permissions in Exchange 2010 with Powershell

So you just created a room mailbox in 2010 and realized users can’t see any more than Free/Busy information. Or maybe a new company policy has gone out stating that by default everyone should share calendar information.

Well never fear Exchange 2010 PowerShell is here:

$rooms = Get-Mailbox -RecipientType RoomMailbox
$rooms | ForEach-Object {
Set-MailboxFolderPermission -Identity $_”:\Calendar” -User Default -AccessRights Reviewer
}

Of course there is no reason why you couldn’t restrict the mailboxes being affected using other attributes or by no attributes at all and just change the setting globally!

Enjoy!

    • #Exchange 2010
    • #Powershell
  • 3 months ago
  • 1
  • Comments
  • Permalink
  • Share
    Tweet
Good ESXi box?
Pop-upView Separately

Good ESXi box?

  • 4 months ago
  • Comments
  • Permalink
  • Share
    Tweet

Uninstalling Exchange 2003

So, you’ve got everyone onto 2010 and now you are ready to uninstall 2003. You go to uninstall it. You get the below error:

“You cannot remove a server that is a target bridgehead for a routing group connector. This server is a target bridgehead for the following connections”

You mess around for ages and finally remove all references to your routing group connector but it still won’t work?

Try closing the uninstall and re-opening it. It’s caching stuff.

May this save someone.

    • #Exchange 2010
  • 4 months ago
  • Comments
  • Permalink
  • Share
    Tweet
So I was looking for “relevant” jobs on LinkedIn…
Pop-upView Separately

So I was looking for “relevant” jobs on LinkedIn…

    • #funny
    • #LinkedIn
  • 4 months ago
  • Comments
  • Permalink
  • Share
    Tweet

Block Meebo Bar in Chrome

So I’m browsing around today (looking at Dilbert) when suddenly I notice this annoying bar down the bottom of the screen allowing me to share the page on Facebook etc. I think to myself, how do I get rid of this shitty looking little waste of memory.

Provided you have the AdBlock+ extension for Chrome installed you just need to enter this:

meebo.com
##div#meebo.meebo-00

Into the “Manually Edit Your Filters” section under “Customize” in the settings.

And BAM… The Meebo is gone…

Source: chizang.net

    • #chrome
    • #adblock
  • 6 months ago
  • 4
  • Comments
  • Permalink
  • Share
    Tweet
Suddenly new VMWare ESX hosts appear… This x 4 is the new ones… 4 x 12 physical cores, 4 x 64gb ram… So juicy… Oh and the 12TB of brand new IBM DS8000 SAN on the side :-P
Pop-upView Separately

Suddenly new VMWare ESX hosts appear… This x 4 is the new ones… 4 x 12 physical cores, 4 x 64gb ram… So juicy… Oh and the 12TB of brand new IBM DS8000 SAN on the side :-P

  • 8 months ago
  • Comments
  • Permalink
  • Share
    Tweet

Allow Non-Administrators to Edit Power Settings in Windows XP

So you want to remove administrator permissions from a user, but still have them be able to edit “Power Settings”. All you have to do is change a couple of permissions in the registry. Below you will find how to do this, and do it quickly, easily, and in a manner that can be pushed out to many machines at once.

The best way to do this is to use “regini”. Regini is included with Windows XP (unlike icacls or a few other methods people suggest).

Regini is a command line tool that parses a standard text file to get directions on what to change in the registry. It allows changing of values, and changing of permissions.

This is the text file we used to allow everyone globally access the registry settings to do with the “Power Configuration”:

\registry\machine\software\microsoft\windows\CurrentVersion\Controls Folder\PowerCfg
     GlobalPowerPolicy [1 5 7 17]
     PowerPolicies [1 5 7 17]
          0 [1 5 7 17]
          1 [1 5 7 17]
          2 [1 5 7 17]
          3 [1 5 7 17]
          4 [1 5 7 17]
          5 [1 5 7 17]
          6 [1 5 7 17]

Basically that sets permissions on a couple of keys under “HKLM\Software\Microsoft\Windows\CurrentVersion\Controls Folder\PowerCfg” to allow everyone accessl

Putting the text above into a TXT file and running regini path\to\txtfile will solve all the problems instantly.

  • 8 months ago
  • Comments
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 2

About

The musings of me... Also possibly some useful stuff...

Me, Elsewhere

  • @stubbers101 on Twitter
  • Facebook Profile
  • stubbers101 on Youtube
  • Google
  • My Skype Info
  • Linkedin Profile
  • stubbers on github
  • Xbox Live Profile
  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr