Showing results for February 2015 - Page 5 of 12 - Scripting Blog [archived]

Feb 18, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell ISE for Standard Enumerations

Doctor Scripto
Doctor Scripto

Summary: Use the Windows PowerShell ISE to use enumeration values.  How can I use the Windows PowerShell ISE to use the standard enumeration types to write a            Word automation script?  Cast the string as a type, and store the returned value in a variable. Each enumeration value     &nb...

Scripting Guy!Windows PowerShellPowerTip
Feb 18, 2015
Post comments count0
Post likes count1

Use PowerShell to Add Headers to Word Documents

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to add headers to Microsoft Word documents. Microsoft Scripting Guy, Ed Wilson, is here. It snowed in Charlotte yesterday. It was not really a surprise because the weather service did a good job of warning that it would happen. Although the Scripting Wife and I were a...

Scripting Guy!Windows PowerShellOffice
Feb 17, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to List Word Autocorrect Entries

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to list autocorrect entries for Microsoft Word.  Microsoft Word keeps messing up what I type, and I suspect it could be an autocorrect issue. How can I use            Windows PowerShell to list all the entries in Microsoft Word autocorrect?  Use the New-Object cmdlet ...

Scripting Guy!Windows PowerShellPowerTip
Feb 17, 2015
Post comments count0
Post likes count0

Use PowerShell to Create Documents from Template

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create Word documents from a template.  Hey, Scripting Guy! I often need to create a bunch of Word documents. These documents have a number of standard features. Right now, I basically paste the last document I was working on into the folder, rename the file, ...

Scripting Guy!Windows PowerShellscripting techniques
Feb 16, 2015
Post comments count0
Post likes count0

PowerTip: Find PowerShell Help for Specific Parameter

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell Help to assist with a specific parameter.  I know I can use Get-Help –full to see the complete Help for a Windows PowerShell cmdlet, but how can I            see the Help for only  a specific parameter?  Use the Get-Help cmdlet, specify the cmdlet...

Scripting Guy!Windows PowerShellPowerTip