You've already forked SharedScripts
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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user