Welcome to Dirteam.com/ActiveDir.org Blogs Sign in | Join | Help
 
 
in Search

Browse by Tags

All Tags » Powershell
Showing page 2 of 3 (21 total posts)
  • How to Create an Active Directory User Provisioning System

    This blog will detail how I created an Active Directory (AD) user provisioning tool with PowerShell.  It probably won’t be what you expect; the amount of front end entry is almost non-existent. The key to consistency within your enterprise is to take as much of the human element out of the picture as possible.  Without proper edit and ...
    Posted to Paul Bergson (MVP - Directory Services) (Weblog) by pbbergs on April 28, 2011
  • RODC - Password Replication Policy and Password Cache Management

    With the advent of Read Only Domain Controllers (RODC) remote offices no longer have to present a risk for your Active Directory (AD) enterprise secrets.  RODC's by default do not cache ANY user or computer passwords.  This can present a problem if there is a loss of connectivity between the remote site's RODC and a Read Write ...
    Posted to Paul Bergson (MVP - Directory Services) (Weblog) by pbbergs on September 22, 2010
  • (Web)Press review

    During preparation to TEC sessions and during TEC I noted some topics to blog about in a future so I hope that I will find time to blog about them soon. I noted also some URLs to tools which are out there so today’s post is some kind of web press release. Patch management. If you have ever wondered how to deploy updates maybe You will get ...
    Posted to Tomek's DS World (Weblog) by tomek on September 17, 2009
  • ILM fix in Exchange 2007 roll-up 9

    Exchange 2007 support in ILM 2007 has some tough history behind it. Lets not talk about painful past :). Even that this configuration (ILM and Exchange 2007) was available since Rollup 4 package with some fixes in Rollup 5 it wasn’t perfect. In some scenarios it still failed with MA export error caused by simple fact that update-recipient cmdlet ...
    Posted to Tomek's DS World (Weblog) by tomek on July 17, 2009
  • Quest’s AD cmdlets 1.2 are available.

    One of the cool cmdlets that was added is Get-QADMemberOf. I am excited to get playing with these. More info can be found on Dmitry’s blog here. You can download them here.
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on April 9, 2009
  • Log Parser and PowerShell

    David Muegge has a great set of blog posts going related to using Log Parser with PowerShell. Check them out with the links below. http://muegge.com/blog/?p=62 (Log Parser and PowerShell – Part I) http://muegge.com/blog/?p=65 (Log Parser and PowerShell – Part II)
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on February 23, 2009
  • Get PC Serial Number via PowerShell

    This is a pretty cool one liner that is of tremendous help. You can get the serial number of most PCs via PowerShell remotely. This includes Dell service tags. Command: Get-WMIObject -Class ''Win32_BIOS'' -Computer computername | select SerialNumber   Example: Get-WMIObject –Class ...
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on November 4, 2008
  • Getting Mailbox Size for Multiple Users on Exchange 2007

    Recently, while doing a migration between Exchange 2007 servers, I needed to find out the size of the mailboxes so I could distribute the transfer load to off hours. PowerShell to the rescue. There is a lot to this one liner, but you can customize it for your use. Get-Content "c:\data\users-to-move.txt" ...
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on October 29, 2008
  • Random PowerShell Cmdlet Fun

    I wanted to see what additional PowerShell cmdlet’s I had installed on my computer. I found out that get-pssnapin does the job! Just run the following in your PowerShell window: get-pssnapin –registered You should get an out put like this: PS C:\tools> get-pssnapin –registered Name        : ...
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on July 25, 2008
  • Exchange 2007 and GAL synchronization

    I've decided to give a try to new  Live Writer and blog about ILM\IIFP and Exchange 2007 support. One of common ILM\IIFP usage scenario is GAL synchronization between different forests. This is pre-configured MA delivered with ILM and IIFP which allows to synchronize contacts between Exchange 5.5/2000/2003. Unfortuantelly this solution ...
    Posted to Tomek's DS World (Weblog) by tomek on May 31, 2007
Powered by Community Server (Personal Edition), by Telligent Systems