Generates a list of files changed from a work item.
See Sample Script to see how to use this module. Authentication is now handled with Personal Access Tokens
- Get-Tfs: Allows you to get a TfsCollection object that you can use to gather nore information from TFS and pass to the other Cmdlets to prevent having to reauthenticate
- Get-UnlinkedChangsets: Allows you to find changesets that are not linked to any workitems
- Get-ChangesetFiles: Allows you to get details about the changed files in a changeset
All workitem Cmdlets have an an option to process all children workitems too. This allows you to specify a feature workitem and get all sub workitems.
- Get-WorkItemFiles: Allows you to get a list of files modifed by a workitem
- Get-WorkItemChangesets: Allows you to get associated changesets of specified workitems
- Get-WorkItemAttachments: Allows you to get the files that are attached to workitems and optionally generate a zip of those files. You can filter the names of the attachments using regex.