Home Forums Programming Powershell How to exclude replication stored procedures from a script? RE: How to exclude replication stored procedures from a script?

  • Try it with -Name, like this:

    Get-ChildItem -Name -Exclude dbo.sp_MS*

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato