Find Jobs
Hire Freelancers

Customizing my PowerShell Script

$10-30 USD

Completed
Posted almost 8 years ago

$10-30 USD

Paid on delivery
Hello, I´ve here a Script to cleanup a WSUS Server. But I have more than 10 Servers. Who can customize the Script for me, so I can cleanup ALL WSUS Servers in one Run? Here is the Script: #Region VARIABLES # WSUS Connection Parameters: [String]$updateServer = '[login to view URL]' [Boolean]$useSecureConnection = $False [Int32]$portNumber = 8530 # Cleanup Parameters: # Decline updates that have not been approved for 30 days or more, # are not currently needed by any clients, and are superseded by an aproved update. [Boolean]$supersededUpdates = $True # Decline updates that aren't approved and have been expired my Microsoft. [Boolean]$expiredUpdates = $True #Delete updates that are expired and have not been approved for 30 days or more. [Boolean]$obsoleteUpdates = $True # Delete older update revisions that have not been approved for 30 days or more. [Boolean]$compressUpdates = $True #Delete computers that have not contacted the server in 30 days or more. [Boolean]$obsoleteComputers = $True # Delete update files that aren't needed by updates or downstream servers. [Boolean]$unneededContentFiles = $True #EndRegion VARIABLES #Region SCRIPT # Load .NET assembly [void][[login to view URL]]::LoadWithPartialName("[login to view URL]") # Connect to WSUS Server $Wsus = [[login to view URL]]::getUpdateServer($updateServer,$useSecureConnection,$portNumber) # Perform Cleanup $CleanupManager = $[login to view URL]() $CleanupScope = New-Object [login to view URL]($supersededUpdates,$expiredUpdates,$obsoleteUpdates,$compressUpdates,$obsoleteComputers,$unneededContentFiles) $[login to view URL]($CleanupScope) #EndRegion SCRIPT
Project ID: 10832662

About the project

1 proposal
Remote project
Active 8 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hello I came across this task and have updated your script to make it work for multiple server names. The trick is to wrap the entire script in a function, make it take in a parameter that sets a string array, then go through the array iteratively/or with PS job for parallel to run the clean up part. Happy to share my updated version with some comments in there to explain the process. Since it took such a short time, I'll share it with you if you accept the bid - 10USD seems a bit high, willing to bump down on this
$10 USD in 0 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of GERMANY
Bietigheim-Bissingen, Germany
5.0
7
Payment method verified
Member since Dec 7, 2015

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759) & Freelancer Online India Private Limited (CIN U93000HR2011FTC043854)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.