Showing tag results for Scripting Guy!

Mar 25, 2013
Post comments count2
Post likes count0

Learn About Using PowerShell Value Binding by Property Name

Doctor Scripto
Doctor Scripto

Summary:  Guest blogger, Ingo Karstein, talks about using Windows PowerShell and value binding by property name. Microsoft Scripting Guy, Ed Wilson, is here. Today our blog is written by Ingo Karstein who has shared his knowledge previously with us. Ingo is an independent consultant for SharePoint and Windows PowerShell based in Leipzig, Germa...

Scripting Guy!Windows PowerShellscripting techniques
Mar 24, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Your Word Version

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to identify the version of Microsoft Word you are running.  How can I use Windows PowerShell to find the version of Microsoft Word that is installed on my system?  Create an instance of the Word.Application object, and then choose the Version property: PS C:\> (New-Object -ComObject w...

Scripting Guy!Windows PowerShellPowerTip
Mar 24, 2013
Post comments count2
Post likes count0

Weekend Scripter: Convert Word Documents to PDF Files with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Sean Kearney, talks about using Windows PowerShell to convert Word documents to PDF files en-masse. Microsoft Scripting Guy, Ed Wilson, is here. Today’s blog is brought to you by Windows PowerShell MVP and honorary Scripting Guy, Sean Kearney. Previous blog posts by Sean Kearney Take it away Sean… My bo...

Scripting Guy!Windows PowerShellguest blogger
Mar 23, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Domain Naming Context

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily find the naming contexts for your AD DS domain.    How can I use a Windows PowerShell cmdlet to find information about my naming contexts for Active Directory Domain Services (AD DS)?  Use Get-ADRootDSE from the Active Directory module, pipe the results to the ...

Scripting Guy!Windows PowerShellPowerTip
Mar 23, 2013
Post comments count0
Post likes count0

Weekend Scripter: Explore AD DS Attributes with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to discover the names of attributes in Active Directory Domain Services. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about writing a blog is the comments I receive. Most of the time the comments add illuminating information, express thanks for...

Scripting Guy!Windows PowerShellWeekend Scripter