I encountered the following message when trying to change a password for a managed account: Error deploying administration application pool credentials. Another deployment may be active. An object of the type Microsoft.SharePoint.Administration.SPAdminAppPoolCredentialDeploymentJobDefinition named "job-admin-apppool-change" already exists under the parent Microsoft.SharePoint.Administration.SPTimerService named "SPTimerV4". Rename your object or delete the existing object. The error message is self explanatory - Rename your object or delete the existing object. I choose the latter. Powershell to the rescue. $job = Get-SPTimerJob -Identity "job-admin-apppool-change" $job.Delete() Reset the password and all should be good.
I recently (successfully) completed the CISM exam and its a bit of a monster. Here are a few of my takeaways from the experience: * Read the questions very carefully. This can be a (mental) challenge as the time goes by but I found it was the little things in the exam questions that made the difference. * Choose your most effective study technique. Some people like courses, some people like books. I like using sample exams and examing the answers to understand not only the correct answer, but also why the other options were wrong. I have found this approach highly effective over my 20+ certifications across Microsoft, Google, AWS and now ISACA. I used the following study material: https://www.udemy.com/course/certified-information-systems-security-professional-cissp-k (Paid) https://www.udemy.com/course/certified-information-security-manager-cism-tests/ (Paid) https://examposter.com/isaca/cism-certified-information-security-manager/cism-part-01/ (Free) https://www.itexams.com/exam...
Comments
Post a Comment