Skip to content

Commit 4dc537b

Browse files
authored
Corrected parameter description
Description for parameter FileWriteMode was incorrect. This simply fixes the description
1 parent 581e806 commit 4dc537b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReportingServicesTools/Functions/CatalogItems/New-RsSubscription.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function New-RsSubscription
7676
Use with -DeliveryMethod 'FileShare' to specify the filename of the generated report.
7777
7878
.PARAMETER FileWriteMode
79-
Use with -DeliveryMethod 'FileShare' to specify the filename of the generated report.
79+
Use with -DeliveryMethod 'FileShare' to specify the write behaviour when a file of the same name already exists. Valid values are NONE, OVERWRITE and AUTOINCREMENT.
8080
8181
.EXAMPLE
8282
New-RsSubscription -RsItem '/path/to/my/Report' -Description 'Daily to folder' -RenderFormat 'PDF' -Schedule (New-RsScheduleXML -Daily 1) -DeliveryMethod 'FileShare' -FileSharePath '\\Myserver\folder' -FileName 'MyReport' -FileWriteMode Overwrite

0 commit comments

Comments
 (0)