Skip to content

Instantly share code, notes, and snippets.

@mvillegascuellar
Created September 13, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mvillegascuellar/9eacbd46db090c842ea44dcbae437a0b to your computer and use it in GitHub Desktop.
Save mvillegascuellar/9eacbd46db090c842ea44dcbae437a0b to your computer and use it in GitHub Desktop.
# Declaro algunas variables
$rsuri = 'http://MiServidorSSRS/ReportServer'
$CarpetaLocal = 'F:\Tmp\SSRS'
$CarpetaDestinoSSRS = '/NuevaCarpeta'
# Cargo los reportes
Write-RsFolderContent -ReportServerUri $rsuri -Path $CarpetaLocal -Destination $CarpetaDestinoSSRS -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment