As soon as you start using PowerShell, you are likely to start collecting small, useful scripts. Managing them well is tricky.
- Where do you keep your PowerShell scripts?
- How do you track versions & do backups?
- How do you synchronize between machines?
- How do you integrate new versions of other's scripts? (Including dealing with breaking changes between their scripts and yours)
- Do you see PowerShell V2 changing the picture?