Showing results for Windows Server 2012 - Scripting Blog [archived]

May 26, 2013
0
0

Weekend Scripter: Use PowerShell to Build Multiple Virtual Machines

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to build multiple virtual machines with Hyper-V. Microsoft Scripting Guy, Ed Wilson, is here. One of the really cool things that I love about Windows 8 is having real-live, honest-to-goodness, Hyper-V built in to the operating system. And of course, that means ...

Scripting Guy!Windows PowerShellWeekend Scripter
May 25, 2013
0
0

PowerTip: Use PowerShell to Find Disabled User Accounts

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to easily find disabled user accounts in Active Directory.  How can I use Windows PowerShell to find disabled user accounts in Active Directory?  Use the Search-ADAccount cmdlet from the Active Directory module: Search-ADAccount -AccountDisabled  ...

Scripting Guy!Windows PowerShellPowerTip
May 17, 2013
0
0

Change Virtual Machine Network Configuration with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to change the virtual machine network configuration in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welcome you, and I encourage you to ...

Scripting Guy!Windows PowerShellguest blogger
May 10, 2013
0
0

Get a List of Virtual Machines by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 in Windows Server 2012 to obtain a list of virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welcome you, and I encourage you to catch ...

Scripting Guy!Windows PowerShellguest blogger
Mar 19, 2013
0
0

PowerTip: Easily Obtain the AD DS Default Password Policy

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to obtain the default password policy for Active Directory Domain Services in Windows Server 2012.  How can I easily find the Active Directory Domain Services (AD DS) default password policy by using Windows PowerShell?  Use the Get-ADDefaultDomainPasswordPolicy cmdlet from the ...

Scripting Guy!Windows PowerShellPowerTip