Skip to content

Short powershell script to move contact objects from one specified pool to another.

Notifications You must be signed in to change notification settings

bigfordy1983/movePoolObjects.ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

<# .Synopsis This Script is designed to Move Contact objects between one pool and another, making DR pool failovers more manageable.

.Parameters
-Pool1: Mandatory, this is the user whose settings you are mirroring FROM
-Pool2: Mandatory, this is the user whose settings you are mirroring TO

.Example
PS C:\> .\MovePoolObjects.ps1 -Pool1 "pool1.contoso.com" -Pool2 "pool2.contoso.com" -Location "contoso"

#>

About

Short powershell script to move contact objects from one specified pool to another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published