You can send emails via Mimecast instead of 365 , so you don’t need a licensed 365 user. Login and enable SMTP Email submissions for that user […]
Tag: powershell
Update Teams settings using GPO and desktop-config.json file
You can target the following powershell below to update items in desktop-config.json such as disableGpu\openAtLogin\registerAsIMProvider\runningOnClose(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”disableGpu”:false’, ‘”disableGpu”:true’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”openAtLogin”:true’, ‘”openAtLogin”:false’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json
How to append the date on the name of the end of a file in powershell
Calculating Veam Previous Job Rate of Change as well as Averaging History in Powershell
Report % Rate of change from the last Backup Job Run However one result is not a fair estimate of rate of change , and I don’t […]
How to report on current Azure MFA registrations in your organisation
Login to Azure Active Directory. Locate Usage & insights , under MonitoringSelect “Users registerd for Multi-Factor Authentication” Can also be done in powershell : https://dirteam.com/sander/2020/05/14/todo-optimize-the-azure-multi-factor-authentication-methods-used-throughout-your-organization/https://www.cyberdrain.com/monitoring-with-powershell-monitoring-the-used-mfa-type-for-o365-azure/
How to get WordPress Pastcode Plugin to highlight a new language syntax
I have been using this plugin to https://wordpress.org/plugins/pastacode/ highlight some of my programming. I write a bit in Powershell however this is not a supported markup. This is […]
Powershell – How to report on Windows Updates for a server over a yearly Period
For auditing purposes you will need to report on the updates install on a server and the install status. Below is a powershell script that does just […]
Powershell to Find Snapshot File
[pastacode lang=”markup” path_id=”b8d027b954f570961ff4f92a25f363ce” file=”snapshotfind.ps1″ highlight=”” lines=”” provider=”gist”/]
Poweshell Script for Intune to Change Office Work/Excel and Powerpoint Autorecover location to OneDrive
You will need to update the CompanyName to yours
Powershell script to change\set Registry Key Permissions with Subkeys for a User
Powershell script to set Registry Key Permissions with Subkeys for a User ( Needs to be run as admin as its changing things in HKCU:\Software\Policies
How to Use Powershell to Mail Merge Outlook Signature for Users out of Active Directory
Script 1 Script 2 Script 3 https://github.com/raymix/PowerShell-Outlook-Signatures