Logic to modify OutputDirectory parameter value if unspecified (no longer necessary)
Commented out:
Logic to import ReportingServicesTools module with UseWindowsPowerShell parameter if PSVersion.Major is greater than 5 (ReportingServicesTools module is currently incompatible with PowerShell Core, both natively and with the UseWindowsPowerShell parameter)
OutputDirectory
parameterNotes
section in docblock.PARAMETER ServerName
section in docblockRsInstance
parameter & logicOpenOutput
parameter & logic#Requires -Version 5.1
statement.OUTPUTS
section in docblockOutputDirectory
parameter value if unspecified (no longer necessary)ReportingServicesTools
module withUseWindowsPowerShell
parameter ifPSVersion.Major
is greater than 5 (ReportingServicesTools
module is currently incompatible with PowerShell Core, both natively and with theUseWindowsPowerShell
parameter)