You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Updated to comment based help
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#region Functions
|
||||
# Function to convert the query provided in -ExcludeDate to a format that can be parsed by the ConvertTo-DateObject function
|
||||
function ConvertFrom-DateQuery {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Function to convert the query provided in -ExcludeDate to a format that can be parsed by the ConvertTo-DateObject function
|
||||
#>
|
||||
param (
|
||||
[Parameter(Mandatory=$true,
|
||||
ValueFromPipeline
|
||||
@@ -494,4 +497,4 @@ Will list 10 dates, starting at the 5th of May 2010 continuing up until the 14th
|
||||
|
||||
'LimitYear,2008'
|
||||
Will place the limit of LimitYear to 2008, the default value of this parameter is 2010.
|
||||
#>
|
||||
#>
|
||||
|
||||
Reference in New Issue
Block a user