Showing archive results for 2016

Jan 8, 2016
Post comments count0
Post likes count0

A Favorite PowerShell ISE Feature: Remote Text File Editing

Doctor Scripto

Summary: Sean Kearney shows you how to edit files remotely in the Windows PowerShell ISE.        Honorary Scripting Guy, Sean Kearney, is here today to show you the last of the little nuggets I love to use in the Windows PowerShell ISE—that is editing files remotely.   Note   This is a five-part se...

Windows PowerShellguest bloggerSean Kearney
Jan 7, 2016
Post comments count1
Post likes count0

PowerTip: List All Files Open in PowerShell ISE

Doctor Scripto

Summary: Get a list of all files that are currently open in the Windows PowerShell ISE.  How can I pull a list of anything that I am currently editing in the Windows PowerShell ISE?  Use this command to get the entire list of files (including the full file path) that are currently open             in the Powe...

Windows PowerShellPowerTipguest blogger
Jan 7, 2016
Post comments count1
Post likes count0

A Favorite PowerShell ISE Feature: Snippets

Doctor Scripto

Summary: Sean Kearney shows you how to get sample code in the Windows PowerShell ISE. Honorary Scripting Guy, Sean Kearney, is here today to show you a really cool feature that has been in Windows PowerShell ISE for a while, but you might have overlooked it! It’s called Snippets.    Note   This is a five-part series that includes the followin...

Windows PowerShellguest bloggerSean Kearney
Jan 6, 2016
Post comments count0
Post likes count0

PowerTip: Determine Which Files in ISE Are Saved

Doctor Scripto

Summary: Easily identify which files have been saved in the PowerShell ISE.  How can I see which of my open files in the Windows PowerShell ISE been saved?  To show a list of files that have been saved, run the following code in the ISE. $psISE.PowerShellTabs.files | where { $_.IsSaved } | Select-Object DisplayName  

Windows PowerShellPowerTipguest blogger
Jan 6, 2016
Post comments count0
Post likes count0

A Favorite PowerShell ISE Feature: Module Browser

Doctor Scripto

Summary: Sean Kearney shows you how to access modules in the PowerShell Gallery. Honorary Scripting Guy, Sean Kearney, is here today to introduce you to a feature you may not have heard of called the Module Browser for the PowerShell ISE.    Note   This is a five-part series that includes the following posts about features ...

Windows PowerShellguest bloggerSean Kearney