I have two Active Directory domains, A and B.
I have a Windows Server ws1 and a windows server ws2, both of which act as domain controllers of their respective domains (A and B).
I have a third Windows server ws3 on which a Powershell script must be run periodically to perform reading operations on domain controller ws1 of A, processing the data obtained from ws1 of A, to perform writing operations on ws2 of B.
NB: Domain A and domain B do not have any type of Trust (not even one-way). They are two domains kept specially segregated. The ws3 machine has visibility towards these machines but it is not part of neither domain A nor domain B.
Is there an easy way to do it?