Showing archive results for January 2013

Jan 19, 2013
Post comments count0
Post likes count0

Weekend Scripter: Basics of .NET Framework Language

Doctor Scripto

Summary: Two Microsoft PFEs discuss the basics of .NET Framework language elements as they relate to Windows PowerShell with examples from Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Today is part 2 of a 5-part series written by guest blogger Adam Haynes with some help from his friend Shubert Somer. You can read about them and pa...

Scripting Guy!Windows PowerShellguest blogger
Jan 18, 2013
Post comments count0
Post likes count0

PowerTip: Get the Default Domain Password Policy

Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to return the default domain password policy.  How can I find the default domain password policy?   Use the Get-ADDefaultDomainPasswordPolicy cmdlet from the RSAT tools, as shown here. 19:05 C:\> Get-ADDefaultDomainPasswordPolicy ComplexityEnabled        &...

Scripting Guy!Windows PowerShellPowerTip
Jan 18, 2013
Post comments count0
Post likes count0

Use a PowerShell Script to Show Active Directory Backup Status Info

Doctor Scripto

Summary: Microsoft Active Directory PFE Adam Haynes talks about a Windows PowerShell script he wrote to find Active Directory backup status without using repadmin. Ed Wilson is here. Today is the first of five guest blogs written by Microsoft PFE Adam Haynes with some help along the way from his friend Microsoft PFE Shubert Somer. Here is a little ...

Scripting Guy!Windows PowerShellguest blogger
Jan 17, 2013
Post comments count0
Post likes count0

PowerTip: Find Information About Attached Mice

Doctor Scripto

Summary: Use Windows PowerShell to find information about mice attached to your system.  How can I use Windows PowerShell to return information about mice on my system?  Query the Win32_PointingDevice WMI class. You can use the Get-WmiObject cmdlet, as shown here. Get-WmiObject win32_pointingdevice On Windows Powe...

Scripting Guy!Windows PowerShellPowerTip
Jan 17, 2013
Post comments count0
Post likes count0

Use PowerShell to Change the Mouse Pointer Scheme

Doctor Scripto

Summary: Guest blogger and Honorary Scripting Guy Brian Wilhite talks about using Windows PowerShell to change a user’s mouse scheme. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger—Brian Wilhite is an Honorary Scripting Guy and member of the Charlotte PowerShell Users Group. See previous blogs by Brian here....

Scripting Guy!Windows PowerShellguest blogger