
LazyAdmin
1000 FOLLOWERS
Everything about Office & Microsoft 365, SharePoint, PowerShell, Smart Home, SysAdmin, and Home networks. Written by a SysAdmin with more than 15 years of experience.
LazyAdmin
2d ago
Mail merge is a powerful feature in Outlook that allows you to easily create and send personalized emails to a large number of recipients. Whether you need to send out a mass email to customers or employees, mail merge makes it easy to personalize the ... Read moreHow to send emails with Mail Merge in Outlook
The post How to send emails with Mail Merge in Outlook appeared first on LazyAdmin ..read more
LazyAdmin
4d ago
SharePoint Online is a great tool to store and share files, collaborate on projects, and communicate with team members. However, as the amount of data stored in SharePoint Online grows, you will probably run out of storage space. You can buy additional storage in SharePoint ... Read moreHow to Archive SharePoint Online?
The post How to Archive SharePoint Online? appeared first on LazyAdmin ..read more
LazyAdmin
1w ago
PowerShell Arrays are used to store a collection of items. They are a fundamental part of PowerShell, or any programming language because they allow you to store and structure a collection of items into a single variable. We can then use the array to perform ... Read moreHow to Use PowerShell Array – Complete Guide
The post How to Use PowerShell Array – Complete Guide appeared first on LazyAdmin ..read more
LazyAdmin
2w ago
Microsoft Viva Insights (formerly MyAnalytics) is designed to boost your user’s productivity by giving them insights into their work habits. This sounds great, but most users want to disable the daily Microsoft Viva Insights Emails. Deleting the Viva emails every day doesn’t really boost your ... Read moreHow to Disable Microsoft Viva Insights Email
The post How to Disable Microsoft Viva Insights Email appeared first on LazyAdmin ..read more
LazyAdmin
1M ago
Bitlocker helps to protect your data but sometimes can also prevent you from accessing your data. In these cases, you will need to enter the Bitlocker Recovery Key to unlock the data on your hard disk. But where do you find the recovery key? Good ... Read moreHow to Find your Bitlocker Recovery Key
The post How to Find your Bitlocker Recovery Key appeared first on LazyAdmin ..read more
LazyAdmin
1M ago
When outputting data from PowerShell you often need to concatenate two or more strings or variables. Joining strings in PowerShell is primarily done using the + operator. But there are other ways to concatenate strings as well. The problem with joining strings or variables in ... Read moreHow to Concatenate a String in PowerShell
The post How to Concatenate a String in PowerShell appeared first on LazyAdmin ..read more
LazyAdmin
1M ago
With Get-Date we can get the current date and time which is often used in PowerShell scripts to timestamp the output or in combination with logging. But besides timestamping, we can also use dates to compare or calculate the age of files, or in filters ... Read moreGet-Date – How to get and use Dates in PowerShell
The post Get-Date – How to get and use Dates in PowerShell appeared first on LazyAdmin ..read more
LazyAdmin
2M ago
As a sysadmin, I try to automate as much as possible of my daily tasks. One of the biggest time savers for me was when I started using PDQ Deploy back in 2016. Before that we were installing the software manually, using images (which were ... Read moreGetting Started with PDQ Deploy & Inventory
The post Getting Started with PDQ Deploy & Inventory appeared first on LazyAdmin ..read more
LazyAdmin
2M ago
A ransomware attack is pretty much the nightmare of every system administrator. Every day new companies become victims of successful ransomware attacks, causing downtime, data, and reputation loss. To protect our environments, we make off-site backups, beef up the security on our endpoints, and tighten ... Read moreThe Importance of Cyber Security Awareness
The post The Importance of Cyber Security Awareness appeared first on LazyAdmin ..read more
LazyAdmin
3M ago
Robocopy is a great command-line utility that is used to copy, mirror, or move large amounts of data quickly and efficiently from one location to another. The power of Robocopy is that it comes with tons of options/switches that you can use to fine-tune and ... Read moreRoboCopy – Ultimate Guide with Examples
The post RoboCopy – Ultimate Guide with Examples appeared first on LazyAdmin ..read more