ContributionsMost RecentMost LikesSolutionsConfluence Page Back up to Google Cloud Storage Hi, We have some confluence pages in some of the spaces which we need to take back up on regular basis to GCS. So , has anybody done something similar to this? Re: Creating users in Active Directory Hi @tae.kim and @Rod were you able to solve the issue ? My use case is actually same : userpassword needs to be set and user needs to be forced to change it at the time of first login? Re: Remove users from Active Directory group? Any update on this thing ? Re: Powershell command execute Snap Hi @Rod , can you please let me know how did you fix the above issue? How could you trigger PowerShell command from SnapLogic ? I have a requirement which is in line with this. Re: Remove users from Active Directory group? Hi @jervin , My requirement is also same . Can you please help @mmbabel ? Re: Remove users from Active Directory group? No. I am getting error that it is not valid distinguished name . Re: Remove users from Active Directory group? Hi @mmbabel , I want to remove some particular member(CN=Member_Name,OU=Users,OU=Office_Location,OU=company_name,DC=corp,DC=Company_Short_Name,DC=com) from a particular Distribution List(DL) [CN=Distribution_List_Name,OU=Distribution Lists,DC=corp,DC=Company_Short_Name,DC=com]. How is this possible through this Active Directory Disable Snap? Here , there is only option is to give Distinguished Name . But in this case , what will be the distinguished name ? Re: How to put string concatenation inside the JSON Generator snap body? yes @gowdhaman008 I know these things .I have tried in that way also . Same error is coming . I have tried with this : "{ "remove": { "index": $CURRENT_IDX, "alias": ${_IDX_ALIAS}$Suffix_batch } }" My main issues is for the concatenate part . That is giving the trouble . The following is working just fine 🙂 "{ "remove": { "index": $CURRENT_IDX, "alias": ${_IDX_ALIAS} } }" How to put string concatenation inside the JSON Generator snap body? Hi Guys , My scenario is following : I need to pass the whole Json inside the JSON generator snap .I have checked the velocity documnets that concate works by just appending ,like $a$b will concate the content of $a and $b . But in this case it is not working . Json_input.zip (383 Bytes) Here the “_” are for pipeline parameters and $ is for the variables coming from previous mapper . Please help regarding this . Re: How to execute curl command using snaps This type of sample curl comand : "curl -v http://localhost:8093/query/service -d ‘statement=SELECT text FROM tweets WHERE rating = $1 AND when > $2&args=[ 9.5, “1-1-2014”]’ "