Find Jobs
Hire Freelancers

Customizing my PowerShell Script

$10-30 USD

完了済み
投稿日: 8年近く前

$10-30 USD

完了時にお支払い
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
プロジェクト ID: 10832662

プロジェクトについて

1個の提案
リモートプロジェクト
アクティブ 8年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
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 0日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

GERMANYのフラグ
Bietigheim-Bissingen, Germany
5.0
7
お支払い方法確認済み
メンバー登録日:12月 7, 2015

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。