PowerShell Log File Monitoring – AD Migration
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...
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...
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 (more…)
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...
The following example shows how to set up users in the Active Directory whose name is saved in a SQL-database with the help of PowerShell. The result of the bulk...
While browsing the Microsoft Script Center I found a really helpful PowerShell script by Alexandre Augagneur. With this script you can get the following information and even export it: When...
How to find out what Exchange version is in use? Try the following PowerShell command: GCM exsetup |%{$_.Fileversioninfo} (more…)
A PowerShell script to analyze and report active and inactive AD objects. How the script was made and what to take care of. (more…)
© 2024 · Active-Directory-FAQ by firstattribute.com