Showing tag results for files

Jan 28, 2011
Post comments count0
Post likes count0

Installing PowerShell on Windows XP, and Copying Files

CraigLieb

Summary: Learn how to install Windows PowerShell 2.0 on Windows XP, and how to distribute files between two folders.   In this Post: This is the download page for Windows PowerShell 2.0. Unfortunately, it is not called “Download page for Windows PowerShell 2.0”; it is called TechNet Support Article 968929, and the ti...

Scripting Guy!Windows PowerShellscripting techniques
Jan 27, 2011
Post comments count0
Post likes count0

Use PowerShell to Toggle the Archive Bit on Files

ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to toggle file attributes such as the archive bit. Hey, Scripting Guy! I have a number of files that have had the archive bit flipped. Unfortunately, our backup program relies on the archive bit to determine if it has backed up a file recently or if a file has changed and is in need of backup a...

Scripting Guy!Windows PowerShellscripting techniques
Jan 26, 2011
Post comments count1
Post likes count0

Use a PowerShell Cmdlet to Work with File Attributes

ScriptingGuy1

  Summary: Learn how to use the Windows PowerShell cmdlet Set-ItemProperty to work with file attributes. Hey, Scripting Guy! I often find myself working with file attributes. Our backup program reads the archive flag, and our users are always creating read-only copies of their spreadsheets. I have an old VBScript script that will manipulate f...

Scripting Guy!Windows PowerShellscripting techniques
Jul 24, 2010
Post comments count0
Post likes count0

Weekend Scripter: Where.exe—The What, Why, and How

ScriptingGuy1

Microsoft Scripting Guy Ed Wilson here. The sounds outside seems amplified by the inky darkness that grudgingly gives way to the early morning sun. I am sitting on the front porch sipping a cup of English Breakfast Tea, munching on a freshly baked cinnamon scone, and hanging out on Twitter via my laptop. Having wireless access throughout our house ...

Scripting Guy!Windows PowerShellscripting techniques
Sep 24, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! Can I “Unlock” a Read-Only File, Edit it, and Make It Read-Only Again?

ScriptingGuy1

Hey, Scripting Guy! We have a number of files that we need to access at work from time to time. To protect these files, we make them read-only. This works great from a file protection standpoint, but it is really annoying when I need to make updates to the file because about half the time I will open a file, make the edits, and forget to clear the ...

Scripting Guy!Windows PowerShellstorage