Categories
How-To Technical

Tech-Short: Delete Virtual Switch in Hyper-V

And this happened . . . I was introducing a change the Virtual Switch Manager of my Hyper-V host, where I attempted to give guest machines bridged network access.  After making my change I had lost access to the server.  On a good note, the server picked up a new address its virtual interface that I created.  However I […]

Categories
Technical

TechShort: PowerShell to Setup VPN Connections

Here is a way we can be consistent with our setup of VPN connections on computers. Using PowerShell this is made simple with a small script on a USB stick, network share or whatever method you choose to get the to the client machine The following is a one line PowerShell command: Add-VpnConnection -Name “VPN Connection Name” […]

Categories
Software Technical

SharePoint 2013: Critical Event 6398, Microsoft.Office.Server.UserProfiles.UserProfileImportJob

My event log has been spamming with messages from Event ID 6398, SharePoint Foundation reading:  The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID c20274aa-c269-485a-bad8-cd7f539090cc) threw an exception. More information is included below. Access to the requested resource(s) is denied Following various instruction online I restated the FIM services. For those of you wondering what FIM Services […]

Categories
News Software Technical

Get Windows 10, available as ISO download

Hi Friends, Microsoft is releasing Windows 10 as a free download for users running the licensed version of Windows 7 and Windows 8/8.1. Many of you like myself should be able to download and install as an update; but you may need to wait for it to be available. There is another way and that is […]

Categories
News Technical

Windows 10 Enterprise 2015 LTSB, What’s That?

If you pondered on what is “LTSB”. Here is some “shared” info for you. What is the Long Term Servicing Branch? “Windows 10 uses a new approach to providing updates to users. Traditionally Microsoft would release a version of Windows and then provide updates such as security and bug fixes, but not add any major, […]

Categories
How-To Technical

Tech Short: Uninstall Windows Update via Command Prompt

In my previous short I needed to remove a Windows update. This same update was causing similar issue where attempting to remove the update caused explorer to crash. This is where I turn to the handy elevated command prompt to assist me. First this is open command prompt; running as Administrator. Issue the following: Where XXXXXXX represent the […]