Showing archive results for January 2014

Jan 9, 2014
Post comments count1
Post likes count0

Use PowerShell to Get Account Lockout and Password Policy

Doctor Scripto

Summary: Microsoft guest blogger and PFE, Ian Farr, talks about using Windows PowerShell to get account lockout and password policies. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Ian Farr. Ian is a Microsoft PFE in the UK. Recently, I was asked how to retrieve a domain’s Account Lockout Policy and Password Policy ...

Scripting Guy!Windows PowerShellguest blogger
Jan 8, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get Information about SMB Sessions

Doctor Scripto

Summary: Get information about the sessions between SMB clients and the SMB server. .  How can I use Windows PowerShell to get information about the sessions between           server message block (SMB) clients and the SMB server on my computer running Windows 8?  Open the Windows PowerShell console with...

Scripting Guy!Windows PowerShellPowerTip
Jan 8, 2014
Post comments count0
Post likes count0

2014 PowerShell Heroes announced

ScriptingGuy1

SUMMARY: Announcing the 2014 Windows PowerShell heroes from PowerShell.Org The PowerShell.Org community announced today the results of their 2014 PowerShell Heroes poll. The community results are in. You can read the complete announcement on PowerShell.Org. The five 2014 PowerShell Heroes are listed here: 1. Teresa Wilson, aka the Scripting Wife &n...

community
Jan 8, 2014
Post comments count0
Post likes count0

The 2014 PowerShell Community Predictions

Doctor Scripto

Summary: Honorary Scripting Guy and PowerShell MVP, Don Jones, makes his Windows PowerShell community predictions for 2014.Microsoft Scripting Guy, Ed Wilson, is here. Today I invited Don Jones, Windows PowerShell MVP and Honorary Scripting Guy, to write some predictions for 2014. And now, here’s Don… 2014 is shaping up to be a big yea...

Scripting Guy!Windows PowerShellguest blogger
Jan 7, 2014
Post comments count0
Post likes count0

PowerTip: Disable Module Autoload in PowerShell

Doctor Scripto

Summary: Learn how to disable module autoloading in Windows PowerShell.  How can disable module autoloading in Windows PowerShell?  Set the value of $PSModuleAutoLoadingPreference to “none”: $PSModuleAutoLoadingPreference = "none"

Scripting Guy!Windows PowerShellPowerTip