NickolajA / ConfigMgrWebService

48 stars 35 forks source link

Add Domain Controller parameter #17

Open Yevrag35 opened 5 years ago

Yevrag35 commented 5 years ago

Adding domain controller parameters to GetADComputer & RemoveADComputer. The user will be able to perform a Get and Remove against the specified DC. I made these after experiencing failures during a Task Sequence in a customer's environment and attempting to escrow the BitLocker key to the computer object. It would fail because the computer joined the domain against one server, and then tried to escrow the key to another DC before the computer object had been replicated to it yet.