Windows PowerShell: Generate Battery Report
Lately I created an advertisement to sell my old laptop via an online portal/marketplace. One potential buyer asked me, how the condition of the...
Export Active Directory Groups and their Members from a specific Organizational Unit as CSV...
I wanted to share a simple but effective PowerShell script with you. It is especially useful, if there are a lot of groups distributed...
SharePoint Online Management Shell: Restore A Deleted Site or OneDrive storage
If you are also using SharePoint or OneDrive Online - welcome! It is a great Software as a Service (SaaS) cloud tool from Microsoft...
Get Inactive Computers In Active Directory From Specific Organizational Unit With PowerShell
From time to time you might want to clean up your Active Directory by moving or removing inactive Computer Objects. But why should you...
Robocopy: How to Copy Massive Amounts of Data reliably
Introduction
Last time I had the task to copy massive amounts of data between two file share systems. With massive amounts I talk about Terabytes...
Copy Active Directory groups from one user to another
Last time I had the situation that an employee switched from one department to another, thus all security groups need to get updated. If...
Generate ACL Report of File Share with PowerShell to CSV
I think all of you who are administrating file servers, file shares and their permissions, maybe also together with colleagues, will know this situation....
Sending an email within a PowerShell script
Imagine you need to inform an user about something which had already been automated in a PowerShell script. You do not want to start...