Category: IT

  • Using Firefox with a Putty SSH tunnel as a SOCKS proxy

    Using Firefox with a Putty SSH tunnel as a SOCKS proxy

    Hi,

    The reason I wanted to do this one was viewing a site from an American IP address rather than an Australian. I tested this on my Bluehost account, and it worked perfectly. Here are the instructions:

    1. Work out how to connect to your server. You’ll need Putty (available at http://www.chiark.greenend.org.uk/~sgtatham/putty/) – from the Session screen, put in your hostname, most likely port 22 for SSH, make sure SSH is selected as the connection type and click ‘Open’ at the bottom of the screen. If you can log in to that, then the SSH component works and you’re good to go for the rest of this.

    2. From Putty, go down to Connection > SSH > Tunnels. From this area, add in a source port (I’ve chosen 9870 but this can be any unused port), and choose ‘Dynamic’. Then click ‘Add’ and you’ll get an entry under “Forwarded Ports”:


    3. Go back to Session and connect to SSH. You can save your session to load later rather than retyping the details:

    putty2
    4. Click “Open” and log onto your SSH session. You only need to log on with your credentials and get to a bash prompt.

    5. Open Firefox, and go to the website http://whatismyip.com – take note of your external IP address, because this should change once you’re tunnelling through SSH.

    6. In Firefox, press the ‘alt’ key to bring up the top menu and go into Tools > Options. Under the “Advanced” area, go to the “Network” tab and in the “Connection” area click the “Settings” button.

    firefox17. Choose the “Manual proxy configuration” radio button, and under SOCKS Host enter “127.0.0.1” and the port you entered into Putty (in my case it’s 9870). Make sure SOCKS v5 is selected.

    firefox2

    8. Press OK twice to get back to the main view of the Firefox Browser. Try again to get to http://whatismyip.com – if all is working, you’ll see a different IP address which is from the server you’re SSH’d to. If something isn’t configured correctly, you’ll more likely see a browser error like “The proxy server is refusing connections”.

    That’s it! Handy for Australians to get access to different web content and pricing.

    Update: BobGrrl on twitter has mentioned another two options, free but requiring someone you know to help you at the other end. http://openvpn.net is where you can get it, so a good free opensource solution pending you’re nice enough to someone in another country!

    If you want to do this with BlueHost yourself, sign up here:

    There’s a bunch of other stuff you get, not just proxy access :)

    Update 19/11/2013: This has been tested under Windows 8.1 and worked perfectly. If you do any of the above settings wrong (like putting in 127.0.0.1 as your HTTP proxy rather than SOCKS Host) it probably won’t work. Also make sure your forwarded port from the very first step is still there, if you close putty and re-open it may not remember those settings.

  • SCCM 2012 SP1 – Antimalware Policies Issue

    SCCM 2012 SP1 – Antimalware Policies Issue

    Hi,
    I’ve just completed upgrading my System Center 2012 environment to Service Pack 1, and seem to have run into a bug. Any existing Antimalware Policy (under Assets and Compliance > Endpoint Protection > Antimalware Policies) can’t be modified. When you try to modify them, you get an error saying “Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. The SMS provider reported an error.”

    endpoint
    There is then a large amount of unexciting details which I’ll put at the end of this post in case anyone searches for this issue. I can’t see anything of value in it, since it’s a “Generic failure”.

    The best I can offer is a workaround. I couldn’t copy the existing policies as nothing happened when I tried. Newly created policies work fine, but rather than re-creating the existing ones, it will let you export each one to an XML file, then re-import it back in. Once that’s done, then just deploy the policy to the same collection as the old one, and finally delete the old broken policy. Hopefully you don’t have too many to do! If anyone comes up with a proper fix feel free to share.

    As a side note, it looks like Microsoft missed removing the ‘Beta’ part of this setup message in the RTM version. It had me worried for a moment that I’d just installed the beta!

    sccm

    See the end of this message for details on invoking 
     just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
     Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException: Generic failure 
        at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
        at System.Management.ManagementObject.Put(PutOptions options)
        at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
        --- End of inner exception stack trace ---
        at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
        at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
        at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HomePageControl.SaveCustomizedSettingObject(List`1 settingObjects)
        at Microsoft.ConfigurationManagement.AdminConsole.ClientAgentSettings.HomePageControl.ApplyChanges(Control& errorControl, Boolean& showError)
        at Microsoft.ConfigurationManagement.AdminConsole.SmsPageControl.OnApplyChanges()
        at Microsoft.ConfigurationManagement.AdminConsole.SccmPageControlDialog.Put()
        at Microsoft.ConfigurationManagement.AdminConsole.SccmPageControlDialog.OnOk()
        at Microsoft.ConfigurationManagement.AdminConsole.SccmPageControlDialog.buttonOK_Click(Object sender, EventArgs e)
        at System.Windows.Forms.Control.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnClick(EventArgs e)
        at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
        at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
        at System.Windows.Forms.Control.WndProc(Message& m)
        at System.Windows.Forms.ButtonBase.WndProc(Message& m)
        at System.Windows.Forms.Button.WndProc(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
        at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
        at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
     mscorlib
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
         CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
     ----------------------------------------
     Microsoft.ConfigurationManagement
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.ConfigurationManagement.exe
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.ConsoleFramework
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.ConsoleFramework.DLL
     ----------------------------------------
     System.Drawing
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.282 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
     ----------------------------------------
     System
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     System.Windows.Forms
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.278 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
     ----------------------------------------
     Microsoft.ConfigurationManagement.ManagementProvider
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.ConfigurationManagement.ManagementProvider.DLL
     ----------------------------------------
     System.Xml
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.233 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.Foundation
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.Foundation.DLL
     ----------------------------------------
     System.ServiceModel.Web
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.233 (RTMGDR.030319-2300)
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Web/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll
     ----------------------------------------
     System.Core
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.233 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
     ----------------------------------------
     System.ServiceModel
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.233 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
     ----------------------------------------
     SMDiagnostics
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
     ----------------------------------------
     System.Runtime.DurableInstancing
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.DurableInstancing/v4.0_4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll
     ----------------------------------------
     PresentationFramework
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.298
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
     ----------------------------------------
     WindowsBase
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.298 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
     ----------------------------------------
     PresentationCore
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.298 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
     ----------------------------------------
     System.Xaml
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.298 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
     ----------------------------------------
     System.Configuration
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
     ----------------------------------------
     AdminUI.SmsTraceListener
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SmsTraceListener.DLL
     ----------------------------------------
     qkasck4r
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     j0i3eb5f
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     1ufiyw1w
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.ConsoleFramework.resources
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/en/Microsoft.EnterpriseManagement.UI.ConsoleFramework.resources.DLL
     ----------------------------------------
     PresentationFramework.Classic
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Classic/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Classic.dll
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.RibbonConsole
         Assembly Version: 1.0.523.0
         Win32 Version: 3.0.2085.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.RibbonConsole.DLL
     ----------------------------------------
     RibbonControlsLibrary
         Assembly Version: 3.5.41019.1
         Win32 Version: 3.5.41019.1
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/RibbonControlsLibrary.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.RibbonLayout
         Assembly Version: 1.0.523.0
         Win32 Version: 3.0.2085.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.RibbonLayout.DLL
     ----------------------------------------
     Microsoft.Windows.Shell
         Assembly Version: 3.5.41019.1
         Win32 Version: 3.5.41019.1
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.Windows.Shell.DLL
     ----------------------------------------
     Microsoft.VirtualManager.UI.ViewModel.Core
         Assembly Version: 1.0.523.0
         Win32 Version: 3.0.2085.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.VirtualManager.UI.ViewModel.Core.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.Controls
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.Controls.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.RibbonData
         Assembly Version: 1.0.523.0
         Win32 Version: 3.0.2085.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.RibbonData.DLL
     ----------------------------------------
     AdminUI.HelpSystem
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.HelpSystem.DLL
     ----------------------------------------
     AdminUI.UIResources
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.UIResources.DLL
     ----------------------------------------
     AdminUI.PersonalFolders
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.PersonalFolders.DLL
     ----------------------------------------
     AdminUI.ConsoleGlobalSearchView
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ConsoleGlobalSearchView.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.Controls.resources
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/en/Microsoft.EnterpriseManagement.UI.Controls.resources.DLL
     ----------------------------------------
     WindowsFormsIntegration
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
     ----------------------------------------
     PresentationFramework.Aero
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
     ----------------------------------------
     UIAutomationProvider
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
     ----------------------------------------
     AdminUI.Controls
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Controls.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.WpfViews
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.WpfViews.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.ViewFramework
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.EnterpriseManagement.UI.ViewFramework.DLL
     ----------------------------------------
     ine2gxpb
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     System.Management
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
     ----------------------------------------
     AdminUI.WqlQueryEngine
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.WqlQueryEngine.DLL
     ----------------------------------------
     AdminUI.WqlInitializer
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.WqlInitializer.DLL
     ----------------------------------------
     ybkz2uod
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     2b5mi0xe
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     AdminUI.CollectionMenuActions
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.CollectionMenuActions.DLL
     ----------------------------------------
     y2frn2aa
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     AdminUI.OSImage
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.OSImage.DLL
     ----------------------------------------
     AdminUI.AssetIntelligence
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.AssetIntelligence.DLL
     ----------------------------------------
     AdminUI.SoftwareMeteringRule
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SoftwareMeteringRule.DLL
     ----------------------------------------
     AdminUI.DcmProperties
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.DcmProperties.DLL
     ----------------------------------------
     AdminUI.UsmPolicy
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.UsmPolicy.DLL
     ----------------------------------------
     AdminUI.ClientAgentSettings
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ClientAgentSettings.DLL
     ----------------------------------------
     AdminUI.FirewallPolicy
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.FirewallPolicy.DLL
     ----------------------------------------
     AdminUI.LegacySWD
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.LegacySWD.DLL
     ----------------------------------------
     AdminUI.ConditionalDeliveryRule
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ConditionalDeliveryRule.DLL
     ----------------------------------------
     AdminUI.VirtualEnvironment
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.VirtualEnvironment.DLL
     ----------------------------------------
     AdminUI.SideloadKeys
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SideloadKeys.DLL
     ----------------------------------------
     AdminUI.SoftwareUpdateProperties
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SoftwareUpdateProperties.DLL
     ----------------------------------------
     AdminUI.Driver
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Driver.DLL
     ----------------------------------------
     AdminUI.DriverPackage
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.DriverPackage.DLL
     ----------------------------------------
     AdminUI.Subscriptions
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Subscriptions.DLL
     ----------------------------------------
     AdminUI.Queries
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Queries.DLL
     ----------------------------------------
     AdminUI.SrsReporting
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SrsReporting.DLL
     ----------------------------------------
     AdminUI.SiteHierarchyVisualization
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SiteHierarchyVisualization.DLL
     ----------------------------------------
     AdminUI.SystemStatus
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SystemStatus.DLL
     ----------------------------------------
     AdminUI.ClientOperation
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ClientOperation.DLL
     ----------------------------------------
     AdminUI.ClientHealth
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ClientHealth.DLL
     ----------------------------------------
     AdminUI.ContentMonitoring
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ContentMonitoring.DLL
     ----------------------------------------
     AdminUI.AntiMalware
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.AntiMalware.DLL
     ----------------------------------------
     AdminUI.CloudServiceRoles
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.CloudServiceRoles.DLL
     ----------------------------------------
     AdminUI.SiteHierarchy
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SiteHierarchy.DLL
     ----------------------------------------
     AdminUI.SiteBoundaries
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SiteBoundaries.DLL
     ----------------------------------------
     AdminUI.ExchangeConnector
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ExchangeConnector.DLL
     ----------------------------------------
     AdminUI.Addresses
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Addresses.DLL
     ----------------------------------------
     AdminUI.ActiveDirectory
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ActiveDirectory.DLL
     ----------------------------------------
     AdminUI.AzureServices
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.AzureServices.DLL
     ----------------------------------------
     AdminUI.RbacUser
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.RbacUser.DLL
     ----------------------------------------
     AdminUI.RbacRole
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.RbacRole.DLL
     ----------------------------------------
     AdminUI.RbacCategory
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.RbacCategory.DLL
     ----------------------------------------
     AdminUI.Package
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Package.DLL
     ----------------------------------------
     AdminUI.Certificate
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Certificate.DLL
     ----------------------------------------
     AdminUI.SiteSystems
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.SiteSystems.DLL
     ----------------------------------------
     AdminUI.HomePageView
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.HomePageView.DLL
     ----------------------------------------
     Microsoft.EnterpriseManagement.UI.WpfViews.resources
         Assembly Version: 7.1.1000.0
         Win32 Version: 7.1.3825.0
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/en/Microsoft.EnterpriseManagement.UI.WpfViews.resources.DLL
     ----------------------------------------
     AdminUI.ViewCommon
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ViewCommon.DLL
     ----------------------------------------
     rjyt54o0
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     AdminUI.AICustomizeCatalog
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.AICustomizeCatalog.DLL
     ----------------------------------------
     AdminUI.AISoftwareProducts
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.AISoftwareProducts.DLL
     ----------------------------------------
     AdminUI.ConsoleView
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.ConsoleView.DLL
     ----------------------------------------
     AdminUI.External.Controls
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.External.Controls.DLL
     ----------------------------------------
     kfizsrmn
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     System.Data
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
     ----------------------------------------
     System.Numerics
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
     ----------------------------------------
     AdminUI.DetailPanel
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.DetailPanel.DLL
     ----------------------------------------
     Accessibility
         Assembly Version: 4.0.0.0
         Win32 Version: 4.0.30319.1 built by: RTMRel
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
     ----------------------------------------
     AdminUI.DialogFoundation
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.DialogFoundation.DLL
     ----------------------------------------
     Microsoft.ConfigurationManagement.DialogFramework
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/Microsoft.ConfigurationManagement.DialogFramework.DLL
     ----------------------------------------
     a4b4t5qz
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     oruwugjd
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     ynd34e1y
         Assembly Version: 5.0.0.0
         Win32 Version: 4.0.30319.296 built by: RTMGDR
         CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
     ----------------------------------------
     AdminUI.Common
         Assembly Version: 5.0.0.0
         Win32 Version: 5.0.7804.1000
         CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Configuration%20Manager/AdminConsole/bin/AdminUI.Common.DLL
     ----------------------------------------
    ************** JIT Debugging **************
     To enable just-in-time (JIT) debugging, the .config file for this
     application or computer (machine.config) must have the
     jitDebugging value set in the system.windows.forms section.
     The application must also be compiled with debugging
     enabled.
    For example:
    <configuration>
         <system.windows.forms jitDebugging="true" />
     </configuration>
    When JIT debugging is enabled, any unhandled exception
     will be sent to the JIT debugger registered on the computer
     rather than be handled by this dialog box.
  • Safe Mode from Windows To Go USB

    Hi,
    I’ve been having an issue where my Windows To Go USB (running Windows 8 of course) logs onto a black screen. Since I can’t do anything apart from wave the cursor. Want to get into Safe Mode? It’s not obvious on how to do this, so here’s how to get there:

    You should have BitLocker enabled, so at startup it willl say “Bitlocker – Enter the password to unlock this drive”. Below this, you have two options. “Press Enter to continue” and “Press Esc for BitLocker Recovery’.
    Both don’t sound helpful, but press Esc. From the BitLocker Recovery screen, you get another option down the bottom that says ‘Press Esc for more recovery options”.
    Doing this gets you to a third screen that says ‘Recovery – There are no more BitLocker recovery options on your PC”.
    From here, there is a final option of “Press F8 for Startup Settings”. Pressing F8 takes you back to the BitLocker password entry screen, but this time after entering your password you’ll finally see all the Startup Settings, including Safe Mode.

  • System Center 2012 SP1 is now out!

    Hi,
    System Center 2012 SP1 has now been released on Microsoft’s Volume Licensing Service Center at https://www.microsoft.com/licensing/servicecenter/home.aspx.  There is a huge amount of new stuff, and most importantly the products now support Windows 8 and Windows Server 2012. Here’s the list of the different applications and sizes:

    • System Center 2012 with SP1 – Operations Manager Server English
    • 32/64 bit
    • 1059 MB
    • System Center 2012 with SP1 – Orchestrator Server Multi-Language
    • 32/64 bit
    • 157 MB
    • System Center 2012 with SP1 – Virtual Machine Manager Server Multilanguage
    • 32/64 bit
    • 1320 MB
    • System Center 2012 with SP1 – Service Manager Server Multilanguage
    • 32/64 bit
    • 403 MB
    • System Center 2012 with SP1 – ConfigMgr and EndpointProtection Multilanguage
    • 32/64 bit
    • 904 MB
    • System Center 2012 with SP1 – DataProtection Mgr Server and Toolkit Multilanguage
    • 32/64 bit
    • 4720 MB
    • System Center 2012 with SP1 – Endpoint Protection for Linux OS and Macintosh OS Multilanguage
    • 32/64 bit
    • 1151 MB
    • System Center 2012 with SP1 – App Controller Multilanguage
    • 32/64 bit
    • 76 MB

    Update: As MyITForum pointed out, there’s a few differences. They’re not seperate Service Pack 1 updates, it’s an inbuilt smart installer that can either update to SP1, or do a fresh install. I like that they’ve gone this way, keeps your source files much cleaner. More details here http://myitforum.com/myitforumwp/2013/01/02/faq-wheres-my-system-center-2012-sp1-upgrade-bits/

  • Recovery Storage Groups in Exchange 2007

    Hi,

    Over the Christmas break, I had the pleasure of dealing with email loss on Exchange 2007. A database had gone offline, and in the process of it being re-seeded to the other mailbox server in the CCR (Continuous Cluster Replication), it didn’t really reseed correctly and 4 days of email was lost.

    What most people do (including me) in this scenario is restore the database, swap the databases around and replay the logs. This wasn’t possible in my scenario due to limited disk space. I started reading up on Recovery Storage Groups which have been around since the Exchange 2003 days. You can mount a restored database, then replay the contents into live mailboxes and merge the contents together. This sounded perfect for my issue, because I could just merge the missing days with no downtime.

    First, you need to create a Recovery Storage Group. I followed the first two steps from here: http://www.symantec.com/business/support/index?page=content&id=TECH51555 which is just these two Powershell commands:

    new-storagegroup -Server <Sever_Name> -LogFolderPath <path_to_Logfiles> -Name <RSG_Name> -SystemFolderPath  <Database_Path> -Recovery

    new-mailboxdatabase -mailboxdatabasetorecover <Database_Name> -storagegroup <Server_Name>\<RSG_Name> -EDBFilePath <Database_Path>

    The first command is creating the storage group, while the second one is creating a new blank database. You can swap over your restored database with the one you created, as long as the database is offline.

    You can either use more Powershell commands to do your merging, or use the Exchange Management Console. There’s a great article here on how to do this: http://www.msexchange.org/tutorials/Working-Recovery-Storage-Groups-Exchange-2007.html

    Because you’ve already created a Recovery Storage Group, you just need to use the ‘Merge or Copy Mailbox Contents’ option from ‘Database Recovery Management’ option in the ‘Exchange Management Console – Toolbox’ area. It’s a fairly straight forward wizard, you can choose emails with a particular subject, or in my case just a certain time period. You can also choose whatever mailboxes you’d like to merge, which is great for testing and proving it will work. There’s a brief article here for more details: http://www.petri.co.il/restoring_exchange_mailbox_recovery_storage_group_part2.htm

    It’s worth considering using Recovery Storage Groups in a disaster situation, even if it’s just for one mailbox or a few emails. There’s no outage involved which makes it a much nicer method than having to bring your whole database offline.