Monday, March 9, 2015

Dual Platform Woes - Password Alerts

As my current employer moves to a dual platform of Windows and Mac systems we have ran in to issues with users not being aware of password expiration.  As such the Technology team has had to look for ways to ensure both Windows and Mac users are aware of upcoming password expiration.

To accomplish this we have deployed the following:


  1. PowerShell Script
    • Password Alert
      • Runs daily at 7AM
      • Starts 14 days from expiration and continues until password reset
      • Provides links and directions on how to reset password
    • Password Expiration Report
      • Sends single email with OU Expiration reports attached
    • Use Windows Task Scheduler to execute scripts daily
    • Run on DC

  2. ADPassMon
We have just implemented both of these into our environment.  Will include complete write ups on setup of each option in the near future.



Thursday, March 5, 2015

Office 2016 Beta Release

Well, hello digital world.  Long time now chat.

So much has happened in my life I will have to provide a couple post to catch you all up.  But this post is to focus on Office 2016 for Mac.

Available for download here: http://products.office.com/en-US/mac/mac-preview

From my limited experience with Office 2011 for Mac I have been severally disappointed.  I will be downloading the beta in the morning for review personally.  I am hoping that MS has incorporated more features that are standard to PC version into the Mac version.

Stay tuned for my review within the next week.

In the mean time head over to Spiceworks and join the discussion there:

http://community.spiceworks.com/topic/825685-free-public-beta-preview-of-office-2016-for-mac-is-now-available

Monday, July 14, 2014

HP Driver Packs

First order of business at my new job was to assist my SCCM Technical Analyst (TAn) with finding HP driver packs or cabs.

While talking with my TAns I learned that we are still developing images and having a hard time importing drivers from the installation disks for each system.  My SCCM TAn had experience with Dell and their driver cab files but had no luck locating HP cabs.  Some Googling and asking on SpiceWorks community pointed us to the driver packs.  

To find drivers packs for your equipment go to:
            http://www8.hp.com/us/en/ads/clientmanagement/drivers-pack.html


Wednesday, July 9, 2014

SharePoint 2010 HR Site Setup and Configuration

Documenting setup of our departments for others and future needs. As the title states this is the setup of our Human Resource Departments site.


  1. Access Main Site Collection site [http://intranet]
  2. Site Actions > New Site
  3. Select Publishing Site
    • Title: Human Resources
    • URL: hr
  4. Wait for site to be created
  5. Update features for Human Resources site
    • Site Actions > Site Settings
    • Site Actions > Manage Site Features
    • Team Collaboration Lists > Activiate
  6. For our site we will be using the following parts:
    1. Welcome
      • Static welcome message from HR team
    2. Announcements
      • HR Accounements (Template: Announcement)
    3. Document Library
      • HR Document Library (Template: Document Library)
    4. Training Schedule
      • HR Training Schedule (Template: Calendar)
    5. Helpful Links
      • HR Helpful Links (Template: Links)
  7. Setup HR Announcements
    1. Site Actions > More Options
    2. Select Announcements from list in right pane
      1. Name: HR Announcements 
    3. Click Create
  8. Setup HR Document Library
    1. Site Actions > More Options
    2. Select Document Library from list in right pane
      1. Name: HR Document Library 
    3. Click Create
  9. Setup HR Training Schedule
    1. Site Actions > More Options
    2. Select Calendar from list in right pane
      1. Name: HR Training Schedule
    3. Click Create
  10. Setup HR Helpful Links
    1. Site Actions > More Options
    2. Select Links from list in right pane
      1. Name: HR Helpful Links
    3. Click Create

Tuesday, July 8, 2014

SharePoint 2010: Aggregate Calendars

If you receive the following error:

  • Could not establish trust relationship for the SSL/TLS secure channel with authority 'Exchange_mail_server'. (87ed56e6-5b15-41ad-8672-72afdeb45460)
Check out this KB for help. http://support.microsoft.com/kb/982982
We completed Method 2 with best success.

New Job

Hello everyone,

So I don't recall if I publicly put this out but back in March I was let go from my last employer as there System Administrator/IT Support.  After a rough three months of searching, submitting resumes, meeting with placement companies I finally landed a new job.  As of July 2nd I accepted a job IT Manager at a School District.  The IT department consists of around 5 Technical Analysts and 6-8 Technical Assistants.  We support somewhere around 1000 faculty and 7800 students & parents.

Monday, June 16, 2014

vSphere Client and Domain Controller

Recently in my new virtual lab I tried to install vSphere Client 5.5 on a MS Server 2012R2 Domain Controller.  To my dismay I got the following message:

"vSphere 5.5 Client cannot be installed on a domain controller"

I immediately hit Google to find a resolution.  It took about 20-30 minutes before I came across Sean LaBrie's blog "The Day to Day Findings of an IT Engineer"

In his post back on April 15, 2014 "Running into this error?" he had the same issue.

To resolve the issue you must run the installer with following switch: /VSKIP_OS_CHECKS="1"

So if you had saved the installer to your C:\ drive the command would look like this in RUN:

C:\VMware-viclient-all-5.5.x-xxxxxxx.exe /VSKIP_OS_CHECKS="1"

Once I ran the installation like this it went off without an issue.  Wanted to repost Sean's fix to help other find it quicker.