Showing results for January 2013 - Page 12 of 13 - Scripting Blog [archived]

Jan 4, 2013
Post comments count0
Post likes count0

Understanding and Using PowerShell Profiles

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about understanding and using Windows PowerShell profiles. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would provide another excerpt from my new Microsoft Press book: Windows PowerShell 3.0 Step by Step, which is available for pre-order now. Today’s excerpt is from the cha...

Scripting Guy!Windows PowerShellscripting techniques
Jan 3, 2013
Post comments count0
Post likes count0

PowerTip: Find PowerShell Active Directory cmdlets

ScriptingGuy1
ScriptingGuy1

Summary: Find all of the Windows PowerShell Active Directory Domain Services cmdlets.  How can I find all of the Windows PowerShell Active Directory cmdlets?  On a domain controller, or a computer that has the Remote Server Admin tools (RSAT) installed, import the ActiveDirectory module (using Import-Module, where ipmo is the alias),...

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

Use PowerShell to Deploy a New Active Directory Forest

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to deploy a new Active Directory forest. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would provide another excerpt from my new Microsoft Press book: Windows PowerShell 3.0 Step by Step, which is available for pre-order now. Today’s excerpt is...

Scripting Guy!Windows PowerShellActive Directory
Jan 2, 2013
Post comments count0
Post likes count0

PowerTip: Find All of the One-Letter PowerShell Aliases

Doctor Scripto
Doctor Scripto

Summary: See how to find all of the Windows PowerShell aliases that use a single letter.  How can I find all of the Windows PowerShell aliases that use a single letter?  Use the single wildcard character with the Get-Alias cmdlet, as shown here, where gal is an alias for the Get-Alias cmdlet. gal ?  ...

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

PowerShell Workflows: Restrictions

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP Richard Siddaway talks about restrictions on Windows PowerShell workflows. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the second in a series of guest blog posts written by Windows PowerShell MVP Richard Siddaway dealing with Windows PowerShell workflow. Note   The first article, P...

Scripting Guy!Windows PowerShellscripting techniques