Hello,
i want publish many 3rd Party Software through WSUSPackagePublisher into WSUS. But i only want to manage the 3rd Party Software in WSUS.MSC. For this i run after publishing in WUP a Query or a Trigger like this:
UPDATE [SUSDB].[dbo].[tbUpdate] SET [IsLocallyPublished] = 0 WHERE [IsLocallyPublished] <> 0
After running this Query, i can't see my published 3rd Party Software in WSUS Package Publisher.
Pls make a Checkbox or another option to switch between Updates where SET [IsLocallyPublished] = 0 and Where SET = 1.
Thanks and Regards
Winfried Sonntag
Comments: I have add an 'Update' tab in the Settings Form, with a checkbox to show Locally-Published updates which have been made visible in the Wsus Console by changing the 'IsLocallyPublished' property. Checking this checkbox will bring up your updates, but updates with 'Microsoft' as Vendor will still be hidden. I will send you, by mail, a test version. Let me know if this is ok.
i want publish many 3rd Party Software through WSUSPackagePublisher into WSUS. But i only want to manage the 3rd Party Software in WSUS.MSC. For this i run after publishing in WUP a Query or a Trigger like this:
UPDATE [SUSDB].[dbo].[tbUpdate] SET [IsLocallyPublished] = 0 WHERE [IsLocallyPublished] <> 0
After running this Query, i can't see my published 3rd Party Software in WSUS Package Publisher.
Pls make a Checkbox or another option to switch between Updates where SET [IsLocallyPublished] = 0 and Where SET = 1.
Thanks and Regards
Winfried Sonntag
Comments: I have add an 'Update' tab in the Settings Form, with a checkbox to show Locally-Published updates which have been made visible in the Wsus Console by changing the 'IsLocallyPublished' property. Checking this checkbox will bring up your updates, but updates with 'Microsoft' as Vendor will still be hidden. I will send you, by mail, a test version. Let me know if this is ok.