Sign in
Active Directory Powershell Blog
Pipelining AD – one object at a time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
AccessControl
ACL
ActiveDirectoryExtension
ADAC
ADProvider
ADWebservice
ADWS
Certificate
CrossForest
Error
Exception
Filter
GroupMembership
Installation
Introduction
Password
Performance
RSAT
Schema
Script
ScriptSnippet
Sites
Tree
Undelete
WKGUID
Archive
Archives
April 2010
(1)
February 2010
(1)
January 2010
(1)
November 2009
(2)
October 2009
(3)
September 2009
(3)
August 2009
(3)
June 2009
(2)
May 2009
(3)
April 2009
(4)
March 2009
(6)
February 2009
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Active Directory Powershell Blog
ACTIVE DIRECTORY POWERSHELL TO MANAGE SITES – Part 1 (New-XADSite)
Posted
over 4 years ago
by
M. Ali
6
Comments
In this opportunity I am going to provide a solution to manage sites in your Active Directory (AD) forest by extending Active Directory PowerShell by implementing functions that allow creation, retrieval, update (moving to a site link, renaming) and deletion...
Active Directory Powershell Blog
Tab completing LDAP attribute names inside Advanced Filters
Posted
over 4 years ago
by
M. Ali
0
Comments
In my previous post about Advanced filter s I showed how to use Powershell variables to represent values inside filters. Example: PS D:\> $JohnSmith = Get-ADUser JohnSmith PS D:\> Get-ADUser -Filter { manager -eq $JohnSmith.DistinguishedName...
Active Directory Powershell Blog
HOW TO CREATE A FUNCTION TO VALIDATE THE EXISTENCE OF AN AD OBJECT (Test-XADObject)
Posted
over 4 years ago
by
M. Ali
2
Comments
In this posting I am sharing a simple but useful function that you might need to use in many of your scripts. This is a function that returns true if a given AD object exists provided its identity. The Identity parameter can receive any ADObject identity...
Page 1 of 1 (3 items)