Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Connect-To: Add WSUS Connection Type #4

Open
OCram85 opened this issue Sep 26, 2017 · 0 comments
Open

Connect-To: Add WSUS Connection Type #4

OCram85 opened this issue Sep 26, 2017 · 0 comments

Comments

@OCram85
Copy link
Owner

OCram85 commented Sep 26, 2017

General

Add another connection type called WSUS. Should simplify connecting and working with a remote WSUS instance.

Snippets

[void][reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration")  
$ServerName = "XXXX"
$useSecureConnection = $false
$portNumber = 8530
$wsus = [Microsoft.UpdateServices.Administration.AdminProxy]::getUpdateServer($serverName, $useSecureConnection, $portNumber)

Related Links

https://mcpmag.com/articles/2016/01/20/connecting-to-wsus-with-powershell.aspx
https://blogs.technet.microsoft.com/sudheesn/2015/02/26/connect-to-wsus-server-from-powershell/

@OCram85 OCram85 added this to Backlog in Unprototype v1 Sep 26, 2017
@OCram85 OCram85 added this to the Unprototype v1 milestone Sep 27, 2017
@OCram85 OCram85 removed this from the Unprototype v1 milestone Mar 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

1 participant