Force all WSUS clients to check-in and pickup approved updates immediately in PowerShell

Problem:

After approving updates in WSUS and wanting to then install them you have to either wait 24 hours which is the default interval (this can be changed in a GPO) or you can manually run wuauclt.exe /detectnow  and wuauclt.exe /reportnow.  How can we run this on all servers in the domain?

Continue reading “Force all WSUS clients to check-in and pickup approved updates immediately in PowerShell”

How to create AWS JSON policies using the policy generator

Setup an AWS SES Bounce dashboard monitor with daily email reports-logo

This is a quick post to mention the very useful AWS policy generator.  There are many times you will need to generate JSON based policies when using AWS. You can write the code yourself or you can just let the policy generator do it for you.

Continue reading “How to create AWS JSON policies using the policy generator”

Setup an AWS SES Bounce dashboard monitor with daily email reports

Setup an AWS SES Bounce dashboard monitor with daily email reports-logo

This post will take you through some steps to setup an AWS SES (Amazon Web Services Simple Email Service) dashboard and daily reporting tool.  If you are moving any production systems over to SES you will need a method of keeping track of email bounces.  If you do not stay on top of it Amazon will suspend your account.

Continue reading “Setup an AWS SES Bounce dashboard monitor with daily email reports”

Get the user of a computer from the computers description in PowerShell

This is a quick script to show you how to get the user of a particular computer from the description field in Active Directory.  This will only work of course if you have filled in the user of the computer in the description field.

Continue reading “Get the user of a computer from the computers description in PowerShell”

Update an AWS IAM Policy using PowerShell

This is a script I wrote to update an AWS IAM policy using the AWS PowerShell toolkit.  It is used in conjunction with AWS SES or Simple Email Service to allow easy editing of the list of email addresses that a particular IAM account is allowed to send from.

Continue reading “Update an AWS IAM Policy using PowerShell”