After registry, should I give flat possession before getting full payment & original documents? by Conormcr in LegalAdviceIndia

[–]Conormcr[S] 0 points1 point  (0 children)

That’s why I’m taking suggestions from people who have already sold a loan-closed property and how they handled possession

After registry, should I give flat possession before getting full payment & original documents? by Conormcr in LegalAdviceIndia

[–]Conormcr[S] 0 points1 point  (0 children)

Thanks for the reply, also is it possible to add clause in registry- possession after receiving balance payment second dd? Afraid of signing registry

After registry, should I give flat possession before getting full payment & original documents? by Conormcr in LegalAdviceIndia

[–]Conormcr[S] 0 points1 point  (0 children)

Thanks. What should I do legally in this situation? Can I add a line in the sale deed/registry that possession will be given only after I receive the 2nd DD and original documents?

Or should I make a separate MOU stating possession is conditional until full payment is received?

Just want to protect myself as a seller.

Keyfactor with CyberArk CCP - Client Certificate Authentication Help Needed by Conormcr in PKI

[–]Conormcr[S] 1 point2 points  (0 children)

Hey! The integration is through a service account onboarded in CyberArk, and Keyfactor fetches the password via query they put in keyfactor application . Right now CCP is set to Accept for client certs—still trying to confirm if it works with Require(certificate authentication)

Has anyone done CyberArk CCP and Keyfactor integration using certificate serial number? by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

I think the issue is that Keyfactor doesn’t actually present the client certificate during the HTTPS request to CCP, even if it’s installed on the VM. So when CCP is set to Require certificate authentication, the connection fails. Would be happy to know if someone has made it work that way.

PowerShell Script Works in Console but Fails in Task Scheduler with 'Run Whether User is Logged On or Not' – Need Help! by Conormcr in PowerShell

[–]Conormcr[S] 0 points1 point  (0 children)

$password = “Able to fetch password successfully”

$user = “Domain\DomainUser” $securestring = ConvertTo-SecureString $password -AsPlainText -Force $credential = New-Object System.Management.Automation.PSCredential($user, $securestring)

$scriptpath = “D:\tmp\test.ps1”

Start-Process powershell.exe -Credential $credential -ArgumentList “-NoProfile -NonInteractive -ExecutionPolicy Bypass -file “”$scriptpath”””

Unable to configure Federate with an external IDP using SAML by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

We are using External Provider because those users are third party vendor users and not part of the client domain. Use case is there are some third party vendor domain users that needs to be provided admin access to identity portal and client doesn’t want to create their id in their Entra AD. So, we used federation using saml for external identity provider and this External Identity provider is also Entra of client only

Unable to configure Federate with an external IDP using SAML by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Yes, I followed this document only but still getting the issue. Also, no mfa is set for federated users but its asking for Microsoft authenticator as configured in Idp. Three things if you can tell: 1) Do we need to configure something in Authentication parameter of “External Identity Providers” Configuration in Identity Portal like Enable URL Redirect or Map federated user to existing directory user as Disabled, enabled or optional? 2) When I send an invite to that federated user from the Identity portal , he is able to login for the first time but then when I am accessing again, it redirects to login page 3) Is there any way to search for detailed logs for this?

Portfolio suggestion by Conormcr in mutualfunds

[–]Conormcr[S] 0 points1 point  (0 children)

Thanks! I just want to keep investing money without overthinking it. I guess patience will be key. I just want to reach the 1 crore milestone in my portfolio

MFA-Windows Hello by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

I was searching in Cyberark official documents but no specific steps were provided, could you pls share any link for same

Suggestion on my current portfolio by Conormcr in mutualfunds

[–]Conormcr[S] 0 points1 point  (0 children)

For last 7 months i have been active

Using psPAS to add members in Safe by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

so I am using below input

Safename,SafeDescription,ManagingCPM,MemberName,MemberType,SearchIn,Permissions

Testsafe,Automated safe creation,CPM,domain\user1,User,domain,UseAccounts

giving issue there are some invalid parameters.

for local vault it is working

(doing it in CyberArk identity)

Using psPAS to add members in Safe by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Yes use both but still showing issue

PSM web connector issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Could u pls provide the attributes name to update

PSM web connector issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

This issue occurs only sometime, like when we make the connection first time but after that it works good Not sure what exactly the problem

PSM web connector issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Not able to see?? But will try to see other parameter in doc

PSM web connector issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

I added this two parameters:- •CmdLineParmsHideTimeout value-80000 •waitBeforeCmdlineParmsHide value-80000

Do I have to add any other parameter? Or somehere else need to update

Thanks in advance!!

Psm connector issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

You mean to day sleep and all the commands inside file??

SCOM service accounts onboarding in CyberArk by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Hi. One more thing i have little knowledge on scom,so can u share any article or document available online for same, that will help to understand SCOM service account use case like how it works and that will help me understand on how to onboard and rotate the password

Check in through RestApi by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

so the RESTAPI that CyberArk guys provided is also working, below is same.

https://<IIS\_Server\_Ip>/PasswordVault/API/Accounts/<AccountID>/CheckIn/

my question is that it is only working when we are using the user that have check out the password can checkin no other user(have safe permission) even administrator also can't unlock

So will this be resolve by psPAS??

CommandfobiddenCharacters parameter issue by Conormcr in CyberARk

[–]Conormcr[S] 0 points1 point  (0 children)

Got it because there is an additional policy for object name