Shared Files
Recent Articles
Search
RSS
Contact
-
Join 434 other subscribers
@VirtuallyAware on Twitter
- How to resolve Hyper-V Cluster Persistent Reservation issue sasuketech.com/hyper-v-cluste… Always good to see you are not alone. 1 year ago
- Active Directory Scripting Highlight: Test Basic Network Connectivity with PowerShell virtuallyaware.wordpress.com/2019/03/31/act… https://t.co/3dLlhXpLrQ 3 years ago
- Best part of MVP week. Hanging out at the Microsoft Treehouse. @ Microsoft Treehouse instagram.com/p/BvP6mCZArhp9… 4 years ago
- My Friend, and talented director @RikertD, debuts his latest movie and second Hallmark movie, Christmas at Gracelan… twitter.com/i/web/status/1… 4 years ago
- More great #S2D vs. #VSAN head to head. cultofanarchy.org/microsoft-stor… #HyperV #VMware 4 years ago
Top 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
Category Archives: Active Directory
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
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
Enable or disable modern authentication in Exchange Online
Recently when working with a domain migration I experienced and issue with Outlook autodiscover working incorrectly for accounts that have been migrated to the target domain. The newly migrated users were keeping their same email addresses and their mailboxes were … Continue reading