Miguel Garrido's blog

tips and tricks and windows administration tidbits
posts - 18, comments - 4, trackbacks - 1

PowerShell

Know about WinRM (Remote Management) and WinRS (Remote Shell)

  I just recently migrated my data to another machine (to use as a file server) since it has a Sans Digital NAS attached to it. Normally working with files across the network (I now map a shared drive to the share on the server) is perfectly acceptable – however, there are some operations better left on the remote machine, for instance: extracting or compressing [rar/zip] archives. Ideally, I’d prefer to have a solution where I can (in this case) right click on an item on my machine and run a command on the remote machine, and with...

posted @ Tuesday, January 19, 2010 8:05 PM | Feedback (0) | Filed Under [ PowerShell Tips Windows 7 Windows Server ]

Work with files using PowerShell

Quick reminder to myself, since this can easily be looked up online, the following code snippets are useful for mass renaming files in a directory, for instance when renaming a series of TV Show episodes into a format that TV Rename can recognize and subsequently rename with correct episode title information for use in XBMC. By the way, these code snippets were spread out to multiple lines for ease of reading, but PowerShell doesn’t care about them and when I write them into the console myself, they are all in a single line. ...

posted @ Saturday, September 05, 2009 11:53 PM | Feedback (3) | Filed Under [ PowerShell ]

Powered by: