1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added Provider parameter help

This commit is contained in:
Jaap Brasser
2017-09-17 11:58:11 +02:00
committed by GitHub
parent 9be6f4b2e6
commit 71df34f47a

View File

@@ -9,12 +9,15 @@ This function can be used to convert a Url to a Percent-Encoded Url of a specifi
.PARAMETER Uri
The Uri that should be encoded
.PARAMETER Provider
The provider that should be use for the percent encoded url forwarding. Currently Google and Search are supported
.NOTES
Name: ConvertTo-EncodedUrl
Author: Jaap Brasser
DateCreated: 2017-09-10
DateUpdated: 2017-09-10
Version: 1.0.0
Version: 1.0.1
Blog: http://www.jaapbrasser.com
.LINK
@@ -91,4 +94,4 @@ Takes input from the pipeline and converts the urls into percent encoded urls wi
}
}
}
}
}