Skip to content

mschulz-msft/redirect-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Redirect report generator

This script converts a tab delimited file from the migration report to the correct input template for URL redirection.

Usage: redirect-report.ps1 [-sourcefile] [-outfile] [-sourceurl] [-targeturl] [-prodfam] [-version] [-locale]

Example: redirect-report.ps1 -sourcefile report.txt -outfile urlredirecttemplate.csv -sourceurl https://msdn.microsoft.com/ -targeturl https://docs.microsoft.com/en-us/powershell/ -prodfam Azure -version 100 -locale en-us

The input file has to be a tab delimited text file which can be exported from the Excel workbook of the migration report. Once the file is saved as a regular text file it can be used as the sourcefile for conversion.

outfile: the redirect template file
sourceurl: original URL head to be used
targeturl: target URL head to be redirected to
prodfam: product family
version: product version
locale: locale of target URL


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published