<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3319943105463935769</id><updated>2011-07-30T08:52:58.428-07:00</updated><title type='text'>My Active Directory PowerShell Blog</title><subtitle type='html'>How to perform common Active Directory Management and Reporting Tasks Using PowerShell</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-8377586734312916804</id><published>2010-05-13T22:16:00.000-07:00</published><updated>2010-05-13T22:16:33.404-07:00</updated><title type='text'>Active Directory PowerShell CmdLets for Computer Account Management</title><content type='html'>Active Directory PowerShell offers the following cmdlets for computer account mangement -&amp;nbsp;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;New-ADComputer &lt;/strong&gt;– Creates a new Active Directory computer&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADComputer &lt;/strong&gt;– Removes an Active Directory computer&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADComputer &lt;/strong&gt;– Modifies an Active Directory computer&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Add-ADComputerServiceAccount &lt;/strong&gt;– Adds one or more service accounts to an Active Directory computer&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADComputerServiceAccount &lt;/strong&gt;– Removes one or more service accounts from a computer&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div&gt;&amp;nbsp;You can use these cmdlets to create, manage and delete computer accounts with relative ease. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-8377586734312916804?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/8377586734312916804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_7249.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/8377586734312916804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/8377586734312916804'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_7249.html' title='Active Directory PowerShell CmdLets for Computer Account Management'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-7831530342459538589</id><published>2010-05-13T22:08:00.000-07:00</published><updated>2010-05-13T22:08:49.902-07:00</updated><title type='text'>Active Directory PowerShell CmdLets for Security Group Management</title><content type='html'>Active Directory PowerShell offers the following cmdlets for security group mangement - &lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Get-ADGroup &lt;/strong&gt;– Gets one or more Active Directory groups&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New-ADGroup &lt;/strong&gt;– Creates an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADGroup &lt;/strong&gt;– Removes an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADGroup &lt;/strong&gt;– Modifies an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Add-ADGroupMember &lt;/strong&gt;– Adds one or more members to an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADGroupMember &lt;/strong&gt;– Gets the members of an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADGroupMember &lt;/strong&gt;– Removes one or more members from an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Add-ADPrincipalGroupMembership &lt;/strong&gt;– Adds a member to one or more Active Directory groups&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADPrincipalGroupMembership &lt;/strong&gt;– Gets the Active Directory groups that have a specified user, computer, or group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADPrincipalGroupMembership &lt;/strong&gt;– Removes a member from one or more Active Directory groups&lt;/li&gt;&lt;/ol&gt;You can use these cmdlets to create, manage and delete&amp;nbsp;security groups&amp;nbsp;with relative ease.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-7831530342459538589?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/7831530342459538589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_6117.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/7831530342459538589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/7831530342459538589'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_6117.html' title='Active Directory PowerShell CmdLets for Security Group Management'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-9017812212776077517</id><published>2010-05-13T22:04:00.000-07:00</published><updated>2010-05-13T22:09:07.558-07:00</updated><title type='text'>Active Directory PowerShell CmdLets for User Account Management</title><content type='html'>Active Directory PowerShell offers the following cmdlets for user account mangement&amp;nbsp;- &lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Disable-ADAccount&lt;/strong&gt; – Disables an Active Directory account &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Enable-ADAccount&lt;/strong&gt; – Enables an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Unlock-ADAccount&lt;/strong&gt; – Unlocks an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADAccountControl&lt;/strong&gt; – Modifies user account control (UAC) values for an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Clear-ADAccountExpiration&lt;/strong&gt; – Clears the expiration date for an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADAccountExpiration&lt;/strong&gt; – Sets the expiration date for an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADAccountPassword&lt;/strong&gt; – Modifies the password of an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New-ADUser &lt;/strong&gt;– Creates a new Active Directory user&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Remove-ADUser&lt;/strong&gt; – Removes an Active Directory user&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Set-ADUser&lt;/strong&gt; – Modifies an Active Directory user&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div&gt;You can use these cmdlets to create, manage and delete user accounts with relative ease. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-9017812212776077517?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/9017812212776077517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_13.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/9017812212776077517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/9017812212776077517'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for_13.html' title='Active Directory PowerShell CmdLets for User Account Management'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-7473722708454832817</id><published>2010-05-13T21:50:00.000-07:00</published><updated>2010-05-13T21:50:56.536-07:00</updated><title type='text'>How to Specify the Base and the Scope of your Search when using Active Directory PowerShell</title><content type='html'>As you may know, under the hood all these Active Directory PowerShell cmdlets do is perform LDAP queries against the Active Directory. If you're familiar with LDAP, then you know that there are at least two essential pieces of information that are required - the &lt;strong&gt;Base &lt;/strong&gt;of the query, which is the object at which the query is rooted, and the &lt;strong&gt;Scope &lt;/strong&gt;of the query, which could be either the single object (base) that is specified or just the object and its immediate children (one level) or the entire tree of objects (tree) that is rooted at the specified objects. &lt;br /&gt;&lt;br /&gt;In the case of these Active Directory Power Shell cmdlets, this is no difference. You need to specify the base and the scope of a cmdlet query as well. &lt;br /&gt;&lt;br /&gt;The scope of your search can be set to &lt;strong&gt;Base&lt;/strong&gt;, &lt;strong&gt;OneLevel&lt;/strong&gt;, or &lt;strong&gt;SubTree&lt;/strong&gt;. As alluded to above, &lt;strong&gt;Base&lt;/strong&gt; searches the current path/object, &amp;nbsp;&lt;strong&gt;OneLevel &lt;/strong&gt;searches the specified object and its immediate children of the path/object and&amp;nbsp;&lt;strong&gt;SubTree &lt;/strong&gt;searches the current path/object and ALL its children (i.e. including all grand-children all the way down to each leaf object).&lt;br /&gt;&lt;br /&gt;As for the Base itself, it refers to the specific Active Directory object at which to target the search.&lt;br /&gt;&lt;br /&gt;So for example, the cmdlet command &lt;em&gt;Get-ADUser -LDAPFilter “(name=Scotty*)” -SearchBase “OU=Executives,OU=Accounts,DC=Contoso,DC=com” -SearchScope OneLevel, &lt;/em&gt;the cmdlet would enumerate all user accounts directly in the Executives OU whose name begins wit h Scotty. &lt;br /&gt;&lt;br /&gt;Note that in this example, if there were an OU within Executives called say Assistants, and it too contained a user whose name started with Scotty, that user account would not be returned as a part of the search.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-7473722708454832817?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/7473722708454832817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/how-to-specify-base-and-scope-of-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/7473722708454832817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/7473722708454832817'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/how-to-specify-base-and-scope-of-your.html' title='How to Specify the Base and the Scope of your Search when using Active Directory PowerShell'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-6691389978169730553</id><published>2010-05-13T21:35:00.000-07:00</published><updated>2010-05-13T21:51:18.282-07:00</updated><title type='text'>How to Specify the Target of your Search when using Active Directory PowerShell</title><content type='html'>The Active Directory PowerShell cmdlets can be used to specify either a single Active Directory object or multiple Active Directory objects whenever a cmdlet is used.&lt;br /&gt;&lt;br /&gt;You can specify an object when using&amp;nbsp;a Power Shell cmdlet in various ways. For example, you could specify the DN of an object, or its GUID, or its SamAccountName, or for that matter its SID. These cmdlets cn automatically identify a target object based on what you specify a long as you have specified one of the common attributes used to identify an object, such as its DN, GUID, SID, sAMAccountName or&amp;nbsp;Name automatically. &lt;br /&gt;&lt;br /&gt;(Its no rocket science actually. Its simply that under the hood the cmdlet will try to search for objects using a combination of attribute names along with the value specified, incorporating some basic intelligence ofcourse in that it has the ability to distinguish a GUID from a SID etc., and it uses the results of such searches to identify the object.)&lt;br /&gt;&lt;br /&gt;In addition to being able to specify the value of a common attribute, it also lets you specify an LDAP filter, which it then dynamically calculates to determine the target. For example you could use the cmdlet Get-ADUser -LDAPFilter “(name=Scotty*) and in this case it would return a list of all domain user accounts whose name starts with Scotty.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-6691389978169730553?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/6691389978169730553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/how-to-specify-scope-of-your-search.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/6691389978169730553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/6691389978169730553'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/how-to-specify-scope-of-your-search.html' title='How to Specify the Target of your Search when using Active Directory PowerShell'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-8277328929534023273</id><published>2010-05-13T19:19:00.000-07:00</published><updated>2010-05-13T21:55:34.066-07:00</updated><title type='text'>Active Directory PowerShell CmdLets for Generating Active Directory based Reports</title><content type='html'>Microsoft PowerShell for Active Directory offers 76 cmdlets by default. Of these 76 cmdlets, 23 cmdlets are for retreiving information from an Active Directory and could theoretically be used to obtain data that could then be rolled up into an IT management or an IT security report. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_yNiGXXihLSU/S-yzNRUM2xI/AAAAAAAAAAg/H2QB8Vq-Io8/s1600/ADPowershell2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_yNiGXXihLSU/S-yzNRUM2xI/AAAAAAAAAAg/H2QB8Vq-Io8/s320/ADPowershell2.jpg" wt="true" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;These 23 cmdlets are –&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Search-ADAccount&lt;/strong&gt; – Gets Active Directory user, computer, and service accounts&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADAccountAuthorizationGroup&lt;/strong&gt; – Gets the Active Directory security groups that contain an account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADAccountResultantPasswordReplicationPolicy&lt;/strong&gt; – Gets the resultant password replication policy for an Active Directory account&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADComputer&lt;/strong&gt; – Gets one or more Active Directory computers&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADComputerServiceAccount&lt;/strong&gt; – Gets the service accounts that are hosted by an Active Directory computer&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADDefaultDomainPasswordPolicy&lt;/strong&gt; – Gets the default password policy for an Active Directory domain&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADDomain&lt;/strong&gt; – Gets an Active Directory domain&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADDomainController&lt;/strong&gt; – Gets one or more Active Directory domain controllers, based on discoverable services criteria, search parameters, or by providing a domain controller identifier, such as the NetBIOS name&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADDomainControllerPasswordReplicationPolicy&lt;/strong&gt; – Gets the members of the Allowed List or the Denied List of the RODC PRP&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADDomainControllerPasswordReplicationPolicyUsage&lt;/strong&gt; – Gets the resultant password policy of the specified ADAccount on the specified RODC&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADFineGrainedPasswordPolicy&lt;/strong&gt; – Gets one or more Active Directory fine-grained password policies&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADFineGrainedPasswordPolicySubject&lt;/strong&gt; – Gets the users and groups to which a fine-grained password policy is applied&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADForest &lt;/strong&gt;– Gets an Active Directory forest &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADGroup &lt;/strong&gt;– Gets one or more Active Directory groups&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADGroupMember &lt;/strong&gt;– Gets the members of an Active Directory group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADObject &lt;/strong&gt;– Gets one or more Active Directory objects&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADOptionalFeature &lt;/strong&gt;– Gets one or more Active Directory optional features&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADOrganizationalUnit &lt;/strong&gt;– Gets one or more Active Directory OUs&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADPrincipalGroupMembership &lt;/strong&gt;– Gets the Active Directory groups that have a specified user, computer, or group&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADRootDSE &lt;/strong&gt;– Gets the root of a domain controller information tree&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADServiceAccount &lt;/strong&gt;– Gets one or more Active Directory service accounts&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADUser &lt;/strong&gt;– Gets one or more Active Directory users&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Get-ADUserResultantPasswordPolicy &lt;/strong&gt;– Gets the resultant password policy for a user&lt;/li&gt;&lt;/ol&gt;These cmdlets can be used to obtain information from your Active Directory regarding a variety of resoures ranging from user accounts to fine grained password policies.&lt;br /&gt;&lt;div&gt;You can always obtain additional information on these cmdlets by typing &lt;strong&gt;Get-Help &lt;cmdlet&gt;&lt;/strong&gt;into PowerShell, where &lt;cmdlet&gt;is the name of the cmdlet you want more information on. This command will give you the basic help for the cmdlet. &lt;br /&gt;&lt;br /&gt;To view examples for a specific cmdlet, simply type &lt;strong&gt;Get-Help&amp;nbsp;&lt;cmdlet&gt; -examples &lt;/strong&gt;into PowerShell, where &lt;cmdlet&gt;is the name of the cmdlet you to see examples for. &lt;br /&gt;&lt;br /&gt;Finally, if you want to see the full help file for the cmdlet, type &lt;strong&gt;Get-Help&amp;nbsp;&lt;cmdlet&gt; -full &lt;/strong&gt;into PowerShell, where&amp;nbsp;&lt;cmdlet&gt; is the name of the cmdlet you want full help information for.&lt;br /&gt;&lt;br /&gt;Additional information on some of these cmdlets will follow in additional blogposts.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-8277328929534023273?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/8277328929534023273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/8277328929534023273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/8277328929534023273'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-powershell-cmdlets-for.html' title='Active Directory PowerShell CmdLets for Generating Active Directory based Reports'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_yNiGXXihLSU/S-yzNRUM2xI/AAAAAAAAAAg/H2QB8Vq-Io8/s72-c/ADPowershell2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3319943105463935769.post-1513167972357930114</id><published>2010-05-13T18:50:00.000-07:00</published><updated>2010-05-13T18:50:10.570-07:00</updated><title type='text'>Active Directory Administration with Windows PowerShell</title><content type='html'>Microsoft Windows PowerShell is a command-line shell and scripting language that can help IT adminstrators perform system administration easily and efficiently. &lt;br /&gt;&lt;br /&gt;The Active Directory module for Windows PowerShell in Windows Server 2008 R2 is a Windows PowerShell module (named ActiveDirectory) that consolidates a group of cmdlets.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_yNiGXXihLSU/S-ysEOI8hFI/AAAAAAAAAAY/3poXX2VgOJw/s1600/ADPowershell.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_yNiGXXihLSU/S-ysEOI8hFI/AAAAAAAAAAY/3poXX2VgOJw/s320/ADPowershell.jpg" wt="true" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;IT administrators can use these AD cmdlets to manage numerous aspects of IT management related to Active Directory including account management, group management, OU management, password policy management and domain management. &lt;br /&gt;&lt;br /&gt;The Active Directory Module for Windows PowerShell in Windows Server 2008 R2 build 7100 (Release Candidate) includes 76 cmdlets. &lt;br /&gt;&lt;br /&gt;It is available by default on Windows Server 2008 machines and can be installed on Windows 7 machines using the Remote Server Administration Tools (RSAT) feature. &lt;br /&gt;&lt;br /&gt;When you install the Active Directory module, Windows PowerShell and the Microsoft .NET Framework 3.5.1 are installed by default. &lt;br /&gt;&lt;br /&gt;To start it, simply click on &lt;strong&gt;Start&lt;/strong&gt;, then select &lt;strong&gt;Administrative Tools&lt;/strong&gt;, then click on &lt;strong&gt;Active Directory Powershell&lt;/strong&gt;. &lt;br /&gt;&lt;br /&gt;In additional posts, I will cover a variety of other aspects of the Windows PowerShell for Active Directory&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3319943105463935769-1513167972357930114?l=ad-powershell-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ad-powershell-blog.blogspot.com/feeds/1513167972357930114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-administration-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/1513167972357930114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3319943105463935769/posts/default/1513167972357930114'/><link rel='alternate' type='text/html' href='http://ad-powershell-blog.blogspot.com/2010/05/active-directory-administration-with.html' title='Active Directory Administration with Windows PowerShell'/><author><name>Scottie</name><uri>http://www.blogger.com/profile/13876443600024287339</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_yNiGXXihLSU/S-ysEOI8hFI/AAAAAAAAAAY/3poXX2VgOJw/s72-c/ADPowershell.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
