I thought about how to automate AD sites with PowerShell – and found a solution. At the end of this article, I provide a complete script to create sites in […]
Many know that you can use .Net-classes in Powershell directly. These are then compiled into terms. But what many do not know is that it is also possible to use […]
A lot of log files need to be analyzed during an Active Directory migration. In case there is a log, you mostly have to write an email, update a database […]
Some PowerShell scripts have to build a temporary drive connection. For example to get a file from a share. I like to use the “New-PSDrive” commandlet for that. Unfortunately, this […]
During an Active Directory migration, all clients – as far as they won’t be reinstalled – have to be transferred into the target domain. For this process, Quest Migration Manager […]
I was looking for a possibility of a fast LDAP search with PowerShell for a daily report. I wanted to create the following report automatically: How many users have been […]
Lately I could gather some new information and I would like to share it with you. QMMEX connection problems Part I, was about the circumstances that may hinder a successful […]
Dell/Quest Migration Manager for Exchange QMMEX is probably the leading tool for the migration of Active Directory objects and Exchange mailboxes. For the Exchange migration – mostly everything works automatically. […]
You can automate recurrings tasks with interactive PowerShell scripts. How to query input values? How to make PS scripts interactive? An introduction to Read-Host, Confirm, PromptForChoice and Prompt
You can edit Multi Value Attributes with the PowerShell. But if you use the usual techniques, existing content will be deleted. Some small changes in the script line are the […]