Office-Update

21.12.4

Checks for updates of Office 365/2019.

To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.

To create the password file run this command as the user and on the machine that will use the file:

$creds = Get-Credential
$creds.Password | ConvertFrom-SecureStr
Checks for updates of Office 365/2019.

To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.

To create the password file run this command as the user and on the machine that will use the file:

$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Office-Update -RequiredVersion 21.12.4

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(C) Mike Galvin. All rights reserved.

Package Details

Author(s)

  • Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k

Tags

Office 2019 365 Click-to-run C2R updates

Functions

Get-DateFormat Write-Log

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
23.4.28 36,903 4/28/2023
23.2.7 51 2/9/2023
22.7.30 54 7/31/2022
22.6.22 23 6/22/2022
22.5.25 16 6/14/2022
21.12.8 41 12/8/2021
21.12.6 14 12/6/2021
21.12.4 (current version) 13 12/4/2021
20.3.20 152 3/20/2020
Show less