Showing tag results for storage

Dec 30, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Do I Back Up Files That Have Been Modified in the Last Day?

ScriptingGuy1

Hey, Scripting Guy! I have a USB drive that I use for backup purposes on my computer. Because it appears that Windows Vista does not have a backup program that I can use, I thought it would be useful to write a script using Windows PowerShell to back up the computer. To make things simple, I have all my data in a folder called "data." I only want...

Scripting Guy!Windows PowerShellstorage
Dec 29, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Delete and Manage PDF Files?

ScriptingGuy1

Hey, Scripting Guy! We are implementing a document management system at work, and users are no longer allowed to store PDF files. I need to search a folder for the existence of PDF files. If the folder contains any PDF files, I want to delete them. If on the other hand there are no PDF files in the folder, I would like to create a file called nop...

Scripting Guy!Windows PowerShellstorage
Oct 30, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Determine Folder Size?

ScriptingGuy1

Hey, Scripting Guy! We are getting ready for a migration, and I am trying to find an easy way to determine the size of the Documents folder. I would like to use Windows PowerShell to do this, but when I use the Get-Item cmdlet to retrieve the properties of a folder, I do not see the size. I really do not want to have to iterate through the entire...

Scripting Guy!Windows PowerShellstorage
Aug 25, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Troubleshoot Drive-Mapping Issues?

ScriptingGuy1

Hey, Scripting Guy! We have this problem at work. Users seem to always be losing their mapped drives. It is a real mess, and we spend a couple hours every morning trying to help the users remap their drives. We have more than 160 logon scripts, and it seems that one logon script maps a drive, and then another remaps the drive somewhere else. To ...

Scripting Guy!VBScriptstorage
Aug 14, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Find Files’ Metadata?

ScriptingGuy1

Hey Scripting Guy! I have a folder of media files, documents, etc., and I would like to see the metadata that is associated with each file. Can I do this with Windows PowerShell?-- EJ Hi EJ, I suspect that you are more interested in "data about data." Various applications store additional descriptive information that is used in different ways. ...

Scripting Guy!Windows PowerShellstorage