Network Cables connected to a Switch

Robocopy: How to Copy Massive Amounts of Data reliably

0
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...
Coding

Copy Active Directory groups from one user to another

0
Last time I had the situation that an employee switched from one department to another, thus all security groups need to get updated. If...
Coding

Generate ACL Report of File Share with PowerShell to CSV

0
I think all of you who are administrating file servers, file shares and their permissions, maybe also together with colleagues, will know this situation....
Coding

Sending an email within a PowerShell script

0
Imagine you need to inform an user about something which had already been automated in a PowerShell script. You do not want to start...
Coding

Sending HTML Email with AD User Groups

0
An inquiry, which occurs very often in daily business: "What permissions does a specific user have?" What about sending a HTML Email with AD...
Computer with Source Code

Move Computers From .TXT File To Different OU In Active Directory With PowerShell

0
Imagine the following situation: You want to bulk move Computers to different OU. You already use a tool to check your Active Directory for inactive...
Windows Battery Usage

Windows PowerShell: Generate Battery Report

0
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...
Source Code

Export Active Directory Groups and their Members from a specific Organizational Unit as CSV...

0
I wanted to share a simple but effective PowerShell script with you. It is especially useful, if there are a lot of groups distributed...
Advertisement