Showing results for November 2012 - Page 6 of 14 - Scripting Blog [archived]

Nov 20, 2012
Post comments count0
Post likes count0

PowerTip: Run a Remote PowerShell Command in a Disconnected Session

Doctor Scripto
Doctor Scripto

Summary: Learn how to use the Windows PowerShell 3.0 Invoke-Command cmdlet to create a disconnected session.  How can I run a command on a remote computer running Windows PowerShell 3.0 in a disconnected session?  Use the Invoke-Command cmdlet with the Disconnected parameter, as shown here. Not...

Scripting Guy!Windows PowerShellPowerTip
Nov 20, 2012
Post comments count0
Post likes count0

Use PowerShell Workflow to Ping Computers in Parallel

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and Microsoft MVP Niklas Goude talks about using Windows PowerShell workflow to ping computers in parallel and save time. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday was an awesome time spent in Stockholm and the User group there. The Scripting wife and I had a great time with Niklas Goude and friends. So, it seems...

Scripting Guy!Windows PowerShellscripting techniques
Nov 19, 2012
Post comments count1
Post likes count0

PowerTip: Use PowerShell to Get a List of Computers and IP Addresses from Active Directory

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell and the Active Directory module to get a listing of computers and IP addresses from Active Directory.  How can I get a list of all computers, the operating system version, the service pack, and the IP address from Active Directory?  Use the Get-ADComputer cmdlet and specify the ipv4Address,&n...

Scripting Guy!Windows PowerShellPowerTip
Nov 19, 2012
Post comments count0
Post likes count0

Ed Wilson: Hanging Out in Stockholm

ScriptingGuy1
ScriptingGuy1

Well, the Scripting Wife and I basically took a “down day” yesterday. I had a lot of work I needed to get done, and she snoozed a bit. I needed to complete the page proofs for two chapters of my new Windows PowerShell 3.0 Step by Step book that is coming out soon on Microsoft Press. I also took the opportunity to write a couple of ...

Windows PowerShellcommunity
Nov 19, 2012
Post comments count0
Post likes count0

Generate an HTML Report for Exchange Distribution Group Members

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to generate an HTML report for Exchange Server 2012 Distribution groups. Microsoft Scripting Guy, Ed Wilson, is here. Today, I would like to introduce a new guest blogger: Serkan VaroÄŸlu. Serkan VaroÄŸlu is a Windows PowerShell enthusiast and a Microsoft Exchange Server fanatic. He describes himself as: “A regul...

Scripting Guy!Windows PowerShellguest blogger