Shared Files
Recent Articles
Search
RSS
Contact
-
Join 435 other subscribers
@VirtuallyAware on Twitter
Tweets by VirtuallyAwareTop Posts
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
Author Archives: VirtuallyAware
Active Directory Scripting Highlight: Test Basic Network Connectivity with PowerShell
Throughout my work with domain migrations, there are inevitably some very basic steps before getting deep into User attributes, Groups, Computers, and the myriad of ways that client applications use Active Directory that need to be transitioned to a new … Continue reading
Posted in Active Directory, ADMT, PowerShell
Tagged ADMT, McShinsky, Migration, Networt, Port 389, PowerShell, Test-NetConnection
Leave a comment
Active Directory Scripting Highlight: Identify and Move Active Directory Operations Master Roles with PowerShell
Getting your bearings and knowing everything you can about a Forest/Domain you are migrating is key. Which domain controllers in the Forest and Domains hold the Operation Masters roles is one of those important details as you modify or decommission … Continue reading
Active Directory Script Highlight: Simple HTML Export of all Group Policy Object Details
So once you have cleaned up your group policies like I outlined in my last two Active Directory Scripts Highlights, what’s next? In this article I have a couple of variations of scripts using the Get-GPOReport cmdlet that will allow … Continue reading
Posted in Active Directory, Group Policy, PowerShell
Tagged displayname, get-gpo, Get-GPOReport, Group Policy, GUID, Html, ItemType, New-Item, ReportType
Leave a comment
Active Directory Script Highlight: Group Policy Object Cleanup and Efficiency
Going a step further from the previous post with a little more detail, the script below adds of GPOStatus, and version increment number for Computer and Users section for each Group Policy. Get-GPO -All | Sort GPOStatus | Format-Table Displayname, … Continue reading
Posted in Active Directory, Group Policy, PowerShell
Tagged AllSettingEnabled, ComputerVersion, creationtime, displayname, dsversion, Expression, get-gpo, GPOStatus, PowerShell, UserVersion
3 Comments
Active Directory Script Highlight: Pre-Migration Group Policy Inventory and Cleanup
Todays Active Directory cleanup topic looks at Group Policy Objects. In most of the environments I have prepared for migrations, old Group Policy objects are another problem area that should be cleaned up before an Active Directory migration. In many … Continue reading
Posted in Active Directory, Group Policy, PowerShell
Tagged ADMT, ComputerVersion, creationtime, get-gpo, Get-GPOReport, Migration, modificationtime, UserVersion
1 Comment
Active Directory Script Highlight: Identify Old Computer Objects Before AD Migrations
In the last of my Active Directory cleanup post, I have given you some options to identify, disable, and move User objects based on a certain time of inactivity. In this post I am going to give you some simple … Continue reading
Spectre/Meltdown Update: Haswell and Broadwell Processors Now Have The Production Go Ahead From Intel
Both Dell and HP have released System ROMs to protected against the Spectre variant 2 vulnerabity for their Haswell and Broadwell line of servers which encompasses most of the PowerEdge 13G line and the HP Gen9 server lines. Last week … Continue reading
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