Scripting Service Account Changes

I recently had a situation where I needed to script the creation of a Windows service and specify a domain user/password to run the service.  The main struggle was getting the service to grant the user “Log On As Service” rights, which wasn’t being automatically completed with the SC.exe tool.  To accomplish this feat, the […]

Read More»

SQL Query App-V 5.0 Usage

You can use the following query on your App-V 5.0 reporting server database (AppVReporting) to get application usage information for which users ran which software on which systems and when. Filed under: App-V 5.0

Read More»

Scripting Sybase PowerDesigner Viewer 16.x for Deployment

Ran into a curious situation when automating the installation of Sybase PowerDesigner Viewer 16.  If you just want the answer, then jump to the bottom of this post :-) The installer was built as a self-extracting InstallShield setup.  Typically, for a ConfigMgr package I like to use the extracted files.  However, when attempting to run the Setup [...]

Read More»

Setting up Windows Intune to Manage Android

Android with Windows Intune Use this guide to help you get started testing management of Android devices with Windows Intune (Wave D) standalone.  This guide assumes Office 365 has been completely set up, configured, and operational for your organization. Create the emulator First and foremost, create an Android emulator.  One of the best guides that I have found [...]

Read More»

Ping Transport Failed with Error 1231

Recently I was helping a friend with her laptop which suddenly stopped connecting to the Internet, despite that the wireless networking could see and successfully connect to wireless hotspots. In further troubleshooting, I noticed that the correct IP address range (192.168.0.x) was not handed out by the router’s DNS. Furthermore, when attempting to ping the [...]

Read More»

Going to MMS 2013!

I am glad to say that I am going to MMS 2013… ….BUT this time as a speaker!  I’ve been a long time attendee to this fantastic conference, and now it is my privilege and honor to continue to give back to the community in this way. Augmenting Your Windows Management Strategy with System Center [...]

Read More»

VBScript Disable NIC Power Management Setting

The following VBScript will disable NIC power save features. ‘========================================================================== ‘ NAME: SetNetworkPnPCapabilities ‘ AUTHOR: Nick Moseley , http://t3chn1ck.wordpress.com ‘ COMMENT: Parses list of available network adapters to then disable power ‘ save features. For more info, see Microsoft KB837058 ‘ VERSION HISTORY: ‘ 1.0 (05/09/2011) – Initial script ‘ 1.1 (05/10/2011) – Fixed logical [...]

Read More»