2012

Retrieve Data With Excel and VBA From an SQL Database – Part 3: Charts

In the last post of this series we set up our default formatting and built a subroutine that would reset it when the workbook is opened. We also connected to our database, pulled some information, and changed the formatting of our storage sizes. Finally, we password protected our code from prying eyes. In this post, we will create some pizazz for our workbook and make it more attractive by adding charts and a dashboard.

A picture of Andrew Jacops By Andrew Jacops - Mon, December 17, 2012 - 0 comments

Andrew Jacops is a system/network administrator with over ten years experience managing Windows environments and the network infrastructures they run on.

Excel-VBA-SQL - Storage Overview

(more..)

SCCM Windows deployment troubleshooting – Part 4: Package errors

My final post in this four-part series about SCCM Windows deployment troubleshooting details some common packaging errors.

A picture of Mike Taylor By Mike Taylor - Fri, December 14, 2012 - 0 comments

Mike Taylor has been working in IT for 12 years. He is a Windows administrator, scripter and OS deployment engineer based in London.

Poll: PowerShell vs. GUI – Do you want to be a DevOp or an Admin?

In this poll, I would like to know whether you prefer PowerShell or a graphical user interface (GUI) for managing computers in your corporate network—that is, if you prefer to be an Admin or a DevOp (explained below).

A picture of Michael PietroforteMVP By Michael Pietroforte - g+ - Thu, December 13, 2012 - 26 comments

Michael Pietroforte is a Microsoft Most Valuable Professional (MVP) with more than 28 years of experience in system administration.

Retrieve data with Excel and VBA from an SQL database – Part 2: Formatting

In Part 1 we set up our development environment, added the ActiveX Data Objects reference to our project, and started writing our first bit of code that will run when the workbook opens. In this post, we will connect to the database, retrieve the data we need, and format it into a presentable report for archiving. I will be using server storage metrics from SolarWinds Orion as the test data.

A picture of Andrew Jacops By Andrew Jacops - Wed, December 12, 2012 - 0 comments

Andrew Jacops is a system/network administrator with over ten years experience managing Windows environments and the network infrastructures they run on.

Storage Overview Data

Windows 8 deployment – Part 8: The MDT Database

In Part 8 of my Windows 8 deployment series I will show you how the MDT Database allows you to nearly reach a Zero Touch Installation through the use of automatic naming.

A picture of Joseph Moody By Joseph Moody - Tue, December 11, 2012 - 2 comments

Joseph Moody is a desktop administrator for a public school and help manage about 5,500 computers. I specialize in Active Directory, Group Policy, and software deployment.

MDT is now successfully connected to our database.