Showing tag results for files

Aug 1, 2013
Post comments count0
Post likes count0

Use PowerShell to display Short File and Folder Names

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to display short file and folder names.  Hey, Scripting Guy! I need to be able to use Windows PowerShell to show short folder and file names. In the old days, I could see short file and folder names in the CMD prompt, but these days when I am using Windows PowerSh...

Scripting Guy!Windows PowerShellstorage
Jun 19, 2013
Post comments count0
Post likes count0

Don't Translate File and Folder VBScript Scripts into PowerShell

Doctor Scripto

Summary: Simplify your code and do not translate an old file and folder VBScript script into Windows PowerShell.  Hey, Scripting Guy! I know there are not really established patterns and practices for writing VBScript code, or even for writing Windows PowerShell script. But there is code that I like to use—over and over again. I am sendi...

Scripting Guy!Windows PowerShellscripting techniques
May 20, 2013
Post comments count0
Post likes count0

Use PowerShell to Copy Only Folders that Contain Files

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to copy only folders that contain files. Microsoft Scripting Guy, Ed Wilson, is here. In some respects, it seems like I have been using Windows PowerShell for a long time. In other respects, it seems like the journey begun only a short while ago. I mean, after writing...

Scripting Guy!Windows PowerShellstorage
Apr 19, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Copy Files

Doctor Scripto

Summary: Learn how to use Windows PowerShell to copy files from one location to another.  How can I use Windows PowerShell to copy a file to a new location?  Use the Copy-Item cmdlet and specify the path to the original file and a destination for the copy. In this example, file 20110314.log in the C:\fso fold...

Scripting Guy!Windows PowerShellPowerTip
Apr 14, 2013
Post comments count0
Post likes count1

Weekend Scripter: Use PowerShell to Clean Out Temp Folders

Doctor Scripto

Summary: Guest blogger, Bob Stevens, talks about using Windows PowerShell to clean out temporary folders on desktops following a malware infection. Microsoft Scripting Guy, Ed Wilson, is here. Today, we welcome back our newest guest blogger, Bob Stevens. Yesterday Bob wrote about a quick script that he developed to pick out comments from a Windows...

Scripting Guy!Windows PowerShellguest blogger