Lets Automate It

from Josh Rickard

Qualys Guard Qualys in a University Environment

2018-08-07 Josh Rickard
The University I work for has began using Qualys for our Enterprise Vulnerability Scanning and so far it’s been well received. The problem is that every “College/School” maintains their own systems thus we are decentralized, which makes maintaining Reports/Scans/Maps/etc. very difficult. Because I have not found many posts/articles focused on a decentralized environment I decided I would explain the way we are approaching this. This is all a work in progress - if you have any questions or ideas, please get a hold of me. Continue reading

Mdt 2013 Installing Mdt 2013

2018-08-07 Josh Rickard
Now we are going to install MDT 2013. This is a simple process but I wanted to show you anyways. After you have downloaded MDT 2013 from Microsoft (See This Post) When you first Launch the MDT 2013 Installer, you should see the following screen: Click Next to Continue Accept the License Agreement and click Next: Choose the Location that you want MDT 2013 to be installed. This is typically left alone but you are more than welcome to install it on a separate partition/drive. Continue reading

Mdt 2013 Installing Adk for 8 1

2018-08-07 Josh Rickard
Once you have all of the necessary files downloaded and saved on your Windows Server 2012 R2 box, then begin by installing the “adksetup.exe”. The first screen that should pop-up is this one: The Following Screenshots are all based on your own needs but these are the options that I have chosen for this setup: I choose to download the ADK instead of installing it. The reason I do this is because I like to keep a backup of the original file, just in case the server crashes or something else happens. Continue reading

Mdt 2013 Setting Up Mdt 2013 With Adk for Windows 7 8 8 1

2018-08-07 Josh Rickard
Hello Everyone, in the following few weeks I will creating several new posts about setting MDT 2013 on Windows Server 2012 R2 to enable you to image your Dell OptiPlex & Lattitude machines. This will be similar to my MDT 2012 Update 1 Guide but a bit different as well. I hope you enjoy! To Start things off, you need to download the following pieces of software: MDT 2013 ADK for Windows 8. Continue reading

Script Adding Exchange Resource Accounts to Your Outlook

2018-08-07 Josh Rickard
I work for a large public University and we have many Resource Accounts. We needed a way to move from Public Folders but we wanted it to be seemless as possible. To do this, I created this VBS script that allows anyone to add Resource Accounts to their Outlook 2013/2010 calendar as a shared calendar. The user in question will have to run this script while Outlook is open and it will pull the Resource Account (add the Resource Account name in the RESOURCEACCOUNTNAME variable below) from the GAL and add it to the users calendar. Continue reading

Script Removing Proxy From Firefox User Prefs Js

2018-08-07 Josh Rickard
So, I was tasked with removing proxy settings from Firefox because of Webroot Desktop Proxy. Removing them from the %Programfiles% directory was easy, the hard part was the user prefs.js. Anyways, here’s a little script I created to remove Proxy settings and set them to No Proxy. cd /D “%APPDATA%\Mozilla\Firefox\Profiles" cd *.default set ffile=%cd% type “%ffile%\prefs.js” | findstr /v “user_pref(“network.proxy.type”, 2);">"%ffile%\prefs_.js” type “%ffile%\prefs.js” | findstr /v “user_pref(“network.proxy.type”, 0);">"%ffile%\prefs_.js” ren “prefs.js” “prefs_. Continue reading
Older posts Newer posts