Contact Us
If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.
neil@powersyncpro.com
Article
Last Month
You have made a change in PSP which requires a “What If” review and approval before the job can complete. For example When you make changes to a sync profile, or many other places in PSP, there is a failsafe to ensure you will not cause unintended changes to your environment. You need to review the “what if” report to ensure that the changes y
If you would like to remove AIP (Azure Information Protection) from your workstation you need to obtain the correct information to populate into your runbook to remove AIP from the device. Here is the Migration Agent Runbook option for AIP. To obtain the correct information, you'll need to run the following cmdlets with Global Admin in both your
legacyExchangeDN has to be written as an x500 address in the proxyAddresses attribute in the target directory to maintain replyability and calendaring when also migrating mailbox data. legacyExchangeDN is written implicitly by PowerSyncPro Directory Synchronisation as part of default processing when Mail-Enable is selected. Default processing PSP wi
There are two places which are distinctly separate which have the possibility of a certificate, one compulsory and one optional: Compulsory: Secure Migration Agent Communication, this is a certificate which is you generate in PowerSyncPro Migration Agent Server configuration which supersedes the PreSharedKey (PSK) when the device is registered, th
PowerSyncPro can bidirectionally copy the RC4 hash between Active Directory (AD) domains to allow the user to log on with the same password on both sides. If a Microsoft Tenant is involved to another tenant and AADC is used to sync AD to Azure AD. We can do a bidirectional sync here to allow Self Service Password Reset (SSPR) to be used in a targ
In rare circumstances your tenant may be missing important components to enable token creation when creating a package file for use in PowerSyncPro Migration Agent. You will likely be changing the join state of your Windows devices when using Windows Imaging and Configuration Designer (WICD). The errors can be “Bulk Token Retrieval Failed” "AADS
You want to export (make changes) in your environment however, you see “No License for Domain” PSP is in a fully featured simulation mode. In other words, you have not purchased a license. or, the directory you are connecting to is not part of your license. or, you have not installed the license all features are available to you apart from Export
At the startup or completion of your runbook you can run a script under SYSTEM. You will need to package the script within a zip file for it to execute. There are lots of options here, if you wish to run powershell to create a folder here is an example Create a file called “ cmdline.cmd ” this will be run using command prompt. (it must be name
Before you start Please ensure you have read the PowerSyncPro – Prerequisites document and installation guide, and are building a supported scenario for PSP. PowerSyncPro TM Directory Synchronisation Prerequisites https://downloads.powersyncpro.com/current/PSPSync-Prerequisites.pdf Installation Guide https://downloads.powersyncpro.com/curren
targetvalue is calculated as the result of a complex expression or simple expression, it cannot be manipulated within the code of the expression you have created. So you would not be able to use targetvalue.split for example. You can use code on other attributes, and also use code on the sourcevalue, like for example source.split. So whilst you ca
Enable the AD Recycle Bin if it is not already enabled Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -Target [your forest] Create a Global Security Group e.g. “Restore_Objects” Add the PSP Service Account to this Group Run the following commands (replacing “Restore_Objects” with the group name you created) dsacls "dc
PowerSyncPro should be implemented by a certified Partner to ensure your project is successful. This is important as you are configuring identity and devices which are the bedrock of your environment. Please contact us so we can put you in contact with a certified partner for your geography, or if you already have a partner, we are happy to on boa
PowerSyncPro Migration Agent 1. Migrates Windows 10/11 devices2. Migrates between Active Directories and/or Microsoft 365 tenants (AAD Join states)3. Re-permission Windows User profiles4. Reconfigure Microsoft Desktop Applications: Outlook, Teams, OneDrive, OneNote, Office Apps - reconfigure any application as it also has custom scripting capabili
If you find SMTP domains are not flowing from source to target in an attribute like proxyaddresses, you need to add the domains into “SMTP Domains”. If your smtp domain is not listed it will not flow. One exception is that the mail attribute will always become the primary SMTP entry in proxyAddresses. Domains are removed before mappings. He
You can use the common commands below to create and use a gMSA for your PowerSyncPro Dirsync Server installation For detailed gMSA information please reffer to this article Getting Started with Group Managed Service Accounts in Windows Server | Microsoft Learn Update the highlighted sections according to your environment and setup. Install AD
In active directory, an attribute value can have many states. Null and blank (is empty) are two different states for an attribute value. PowerSyncPro can handle this circumstance, by combining both states to ensure you have the flexibility when you want to use Null independently on a different expression. For example, if you want to employeeID a
A robust and more reliable way to identify the userAccountControl state in scoping is by using its property flags in your complex expression. For example, if you want to scope on the userAccountControl attribute to 0x0202 in hexadecimal (0x002 + 0x0200) in decimal, it's 514 (2 + 512) = ACCOUNTDISABLE, you would use the decimal value 2. (you can re
Event viewer & agent reporting Application Event viewer is your friend here, look for any errors, problems are likely to be there on the device. Within the server navigation in Migration Agent, use the reports section to review where there might be problems “Agents”: Is the device registered “Agent logs”: see granular information on the progre
Error: Category: AgentBase EventId: 0 Error calling GetAzureAdJoinInformation Exception: System.ComponentModel.Win32Exception (1): Incorrect function. Cause: You have installed the migration agent on a machine which is not joined to an Azure/Entra domain or an Active directory domain. Currently we do not support WORKGROUP based migrations. If you