Comments
-
I dont claim to be a powershell guru and Im sure this has faults but here is what I came up with. If you have something better Im all ears.: param ($samaccountname) import-module activedirectory #remove the user from all groups #Get-ADPrincipalGroupMembership $samaccountname Get-ADPrincipalGroupMembership $samaccountname |…
-
Google fu documentation.solarwinds.com/.../soft-delete-a-user.htm
-
Thanks 8paul, how / where in ARM do I interact with this feature?
-
Someone can delete this......
-
Thanks to @"8paul", I had to add <IsChangeable type="System.String">true</IsChangeable> to my pnServer.config.xml ! It works now! <changeConfiguration> <activeDirectory> <PropertiesToLoad type="System.String">proxyAddresses</PropertiesToLoad> <PropertiesDetails> <proxyAddresses> <TypeInfo>System.String[]</TypeInfo>…
-
Id love to see the .json you used in the fat client so I can try it on the same attribute you used.
-
Looks like it has been working right along but the server health message was stuck and wasnt reporting any new imports even though they were happening. After restarting the service, that stuck failed import message went away.
-
On the AD Property Selection tab, edit an existing or add a new property and set its type to MultiValueText or TextArea. Now try to double click on the new property or edit it and generator will crash. Also, on the AD Properties Rules Configuration tab, there is no method or variable for adding a carriage return or line…
-
Caused by duplicate lookup tables in the template. Like the doctor says, dont do that. The template generator could protect us. And ARM should handle this a little more gracefully. "LookupTables": [ { "Name": "LookupTable1", "Definition": { "Type": "LookupTable", "LookupTableId": "1", "LookupTable": { "CrashARM": "test" }…
-
Hmm, I got an error on my first template. TargetInvocationException. It crashed the Access Rights Manager GUI. Fault bucket 1938613526167988668, type 5 Event Name: CLR20r3 Response: Not available Cab Id: 0 Problem signature: P1: app8Man.exe P2: 20.2.6.4944 P3: 604785d6 P4: mscorlib P5: 4.8.4250.0 P6: 5f2a052c P7: 339 P8:…
-
Great info! Thank you 8paul! And thank you for the tool. I came across the templates yesterday after posting and already managed to get the health check import process stuck by creating two templates with the same GUID lol. It has stopped watching that directory or checking altogether. I have since deleted the offending…
-
Not having seen the previous design, I cant compare or contrast the two but I can say this shows great promise and relieves me of having to meticulously track every single [ { ' ".! Thank you!