-
Notifications
You must be signed in to change notification settings - Fork 4
Set WmiPermission
wim-beck edited this page Feb 28, 2017
·
2 revisions
Sets the WMI permissions required for FIM SSPR.
Set-WmiPermission [-Principal] <String> [-Computers] <Array> [<CommonParameters>]
Sets the WMI permissions required for FIM SSPR. Written by Brad Turner (bturner@ensynch.com) Blog: http://www.identitychaos.com Inspired by Karl Mitschke's post: http://unlockpowershell.wordpress.com/2009/11/20/script-remote-dcom-wmi-access-for-a-domain-user/
Property | Value |
---|---|
Type | String |
Required | true |
Position | 1 |
Default value | |
Accept pipeline input | false |
Property | Value |
---|---|
Type | Array |
Required | true |
Position | 2 |
Default value | |
Accept pipeline input | false |
Set-WmiPermission -Principal "DOMAIN\FIM PasswordSet" -Computers ('fimsyncprimary', 'fimsyncstandby')