Comments
-
Two more feature requests which basically have the same goal.
-
This feature request, has the same goal as the Feature Demand
-
We use it with 2012 R2 in a active active Configuration Which really increases the need for this feature. It would ease the process of modifying Scope properties. Now you have to ensure that you not forget to replicate the scope changes.
-
Hi Basically it feels like that the impersonation call to powershell exe is ignored, because it can use its own impersonation calls. *guessing off* In fact it seems that it use LogonUser function (Windows) LOGON32_LOGON_NEW_CREDENTIALS Due to the use of the Windows agent, i can run my script directly with local system…
-
im using pspki from codeplex to access a remote PKI, it works flawless when i execute it in a interactive Powershell session. It do not use PSRemoteing. Unfortunately, i do not have the clearance of my company to publish the full script. when i try to get the user context of the script it returns system with whoami.exe…
-
As long as the stored credentials it pulls from the SAM credentials are correct). The script does not retrieve any credentials. the Script should be executed in the context of this credentials. Is that not the way how it should work ? Regards
-
Hi derHally, yes that is the way i follow. another Exapmle is "APM: Component" - orion.apm.components
-
Hi As Jonathan Angliss already mentioned you neither filter on ous nor can you define multple searchbases. However i normally ignore the memberof attribute because it is not complete in a multidomain environement. So that leaves you with two direct answers: * query all objects in the whole domain, and filter den locally in…
-
Hi i guess your problem is that you get a ok, if one or both services are running. Thats the normal -or behavior to get a $true only when only one side of the comparison is true you need to use the -xor comparison operator. 1 -xor 1 = 0 1 -xor 0 = 1 0 -xor 0 = 0 If have understand you right ( i couldn´t find a specifc…
-
Hello, ok i have no way to attach a binary so i post a screenshot ... Basically i have local execution and Run Script under the specified account. Thanks
-
Hello Albert, i have implemented this feature with custom attributes. Those attributes contains the recipients, for the specific objects. ( i use the description fields on groups) In the alert rule i execute a custom script which evalutes this properties. Regards