Shared Files
Recent Articles
Search
RSS
Contact
@VirtuallyAware on Twitter
- Active Directory Scripting Highlight: Test Basic Network Connectivity with PowerShell virtuallyaware.wordpress.com/2019/03/31/act… https://t.co/3dLlhXpLrQ 1 year ago
- Best part of MVP week. Hanging out at the Microsoft Treehouse. @ Microsoft Treehouse instagram.com/p/BvP6mCZArhp9… 1 year ago
- Ok 1 year ago
- Hey 1 year ago
- My Friend, and talented director @RikertD, debuts his latest movie and second Hallmark movie, Christmas at Gracelan… twitter.com/i/web/status/1… 2 years ago
Top Posts
- What are the Files and Folders Behind Hyper-V 2016 VMs (Part 1)
- Hotfix KB982210 - Windows Server 2008 R1/R2 Hang at Logon Bug Deep Dive
- Active Directory Script Highlight: Identify Old Computer Objects Before AD Migrations
- Volume GUIDs - Ways To View/Access The Files Within
- Computer Account Domain Migration Oddities - No Access to ADMIN$ share
- From the DPM Storage Calculator–DPM 2010’s Biggest Weakness
- PowerShell Snip of the Week (Get-SCVirutalNetworkAdapter)
- PowerShell Snip of the Week – (Get-VMIntegrationService)
- Active Directory Script Highlight: Identify User Not Logged in in 180 days
- Active Directory Script Highlight: Disable and Move Users Who Have Not Logged on In 180 Days
Archives
- March 2019
- April 2018
- March 2018
- February 2018
- January 2018
- August 2017
- May 2017
- May 2015
- April 2015
- March 2015
- February 2015
- November 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- May 2013
- April 2013
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- November 2009
- September 2009
- July 2009
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- February 2008
- December 2007
- May 2007
- April 2007
Meta
Monthly Archives: February 2018
HP Gen10/Skylake-SP Servers now have a new System ROM available for Spectre Vulnerability.
HP has released key System ROMs for their Proliant Gen10 servers to mitigate Variant 2 vulnerabilities for Spectre. See the release notes HERE Explanation of different Variants of the Spectre/Meltdown Vulnerabilities from HP’s article (Release Microcode pertains to Variant 2): … Continue reading
Active Directory Script Highlight: Disable and Move Users Who Have Not Logged on In 180 Days
In my last post I showed a simple script to identify users that have not logged on in the last 180 days and export basic information to a CSV file. This allowed you to look through the list and determine … Continue reading
Posted in Active Directory, PowerShell
Tagged AccountInactive, Disable-ADAccount, Move-ADObject, PowerShell, Search-ADAccount, SearchBase, TimeSpan
1 Comment
Active Directory Script Highlight: Identify User Not Logged in in 180 days
Domain migrations are in full swing so I thought I would start to share some of the scripts used in the process. This one identifies users that have not logged on in over 180 days. The thought behind this is … Continue reading
Posted in Active Directory, PowerShell
Tagged AccountInactive, lastlogondate, Search-ADAccount, Users
1 Comment
Hyper-V/RHEL7.4: Hang When Thaw on Microsoft Hyper-V
I came across this bug report from RedHat when researching and issue where our newly deployed RHEL 7.4 VMs on Hyper-V would go into a hang state at times during the host backup process. Lots to good work done here … Continue reading
Latest Article – Preserve Hyper-V security from Meltdown and Spectre vulnerabilities
A complementary article to my last blog post here, but this time focusing on how to protect Hyper-V VMs from the Meltdown and Spectre vulnerabilities. The Spectre and Meltdown vulnerabilities have admins scrambling for safety, and virtualization presents a particular … Continue reading