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
Tag Archives: PowerShell
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 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: 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
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
PowerShell Snip of the Week (Get-SCVirutalNetworkAdapter)
Ben Armstrong recently posted a method on Listing all the IP Addresses used by VMs. The Method was pretty straight forward and gave back some great information. It got me thinking of how enterprise customers could do this using … Continue reading
Posted in Hyper-V, PowerShell, SCVMM, Windows Server 2012, Windows Server 2012 R2
Tagged Ben Armstrong, Get-SCVirtualNetworkAdapter, Hyper-V, IP, MAC Address, McShinsky, PowerShell, SCVMM
Leave a comment
PowerShell Snip of the Week – (Get-VMIntegrationService)
Finding the status of a VMs or all your VMs Integration Components can be a very useful troubleshooting tool when you are having various VM management issues. Examples could be that VMs that have the correct Integration Components versions are … Continue reading
Posted in Backup, Hyper-V, PowerShell, Windows Server 2012 R2
Tagged Backups, Hyper-V, Integration Components, PowerShell, VSS, windows server 2012 R2
Leave a comment
PowerShell Snip of the Week (Get-WinEvent)
VMs that went into Saved State in the Last Day During the migration of VMs to a Hyper-V in Windows Server 2012 R2 environment you may find that some of your VMs go in to Saved State when the backup … Continue reading
PowerShell Snip of the Week (SCVMM)
Here is this weeks PowerShell Snip of the Week. Using Get-VirtualNetworkAdapter. When looking into a recent issue with a NIC Team on a host, I had a need for a quick way to identify which VMs were using a … Continue reading
Posted in Hyper-V, PowerShell, SCVMM
Tagged Get-VirtualNetworkAdapter, Hyper-V, Logical Network, PowerShell, SCVMM
1 Comment