Updating Policy-Instances

Updates Policy Instances to the software revision of the associated Policy objects.


Examples:


Hint: The execution of these examples requires a connected PowerShell drive.


In the first example, the Policy Instance $MyPolicyInstance is updated:


Update-EmdbPolicyInstance -PolicyInstance $MyPolicyInstance


You can also pipe the -Policy and -PolicyInstance parameters:


Get-EmdbPolicyInstance -Path 'emdb:\rootDSE\Managed Users & Computers\WIN10-01' | Update-EmdbPolicyInstance