Comment

this script will fill a need for us. I gather from the name that it is targeted for Update 2? We are running Update 3.

The following error results from running the script:

New-Baseline : Cannot bind argument to parameter 'IncludeUpdate' because it is

null.

At C:\ps\exportimportbaselines_vumu2.ps1:64 char:153

+ New-Baseline -Server $destinationServer -Name $baseline.Name -Des

cription $baseline.Description -TargetType $targetType -Dynamic -IncludeUpdate

<<<< $includeUpdates -ExcludeUpdate $excludeUpdates -SearchUpdateStartDate $ba

seline.SearchUpdateStartDate -SearchUpdateEndDate $baseline.SearchUpdateEndDate

-SearchUpdateLanguage $baseline.SearchUpdateLanguage -SearchUpdateProduct $bas

eline.SearchUpdateProduct -SearchUpdateSeverity $baseline.SearchUpdateSeverity

-SearchUpdateType $baseline.SearchUpdateType

============================================

is this a result of being U 3 and not U2?

Thanks