Skip to content →

Category: Automation

Spotting influencers and VIPs in LinkedIn with PowerShell – Part 1: “The How To”

Liking, commenting, tagging, bookmarking or defining something as favorite are all common on-line activities these days. However, most of us don't realize the depth of information we leave behind each time we perform them and what we can actually do with that information.

This is perfectly understandable in a world that hides all those details behind APIs that regular people can't use. Fortunately, this is no longer the case anymore. Today I would like to show you how to leverage the Social Media Scripting Framework to extract meaningful information from those that connect with you or your brand in LinkedIn.…

Leave a Comment

“Less is more” … Have we achieved it on this new release of the Framework?

Back in 2013, I shipped the Social Media Scripting Framework for the first time. I was excited about it, but, at the same time, I realized that there were some things that, clearly, were too complicated. There is still a lot of work to do to make it even more simple and more capable. This is, definitely, not over. Anyway, I would like to spend some time showing you how the new updates have simplified the way you interact with the framework and how to get the most of it.…

Leave a Comment

Say hello to the Social Media Scripting Framework!

It’s been a while since my last post. And there has been a reason for it, actually. I’ve been working on a new project, the Social Media Scripting Framework: a PowerShell-based environment that abstracts the complexities of modern Social Media Channels from the PowerShell command-line.

There is not question that Social Media Technologies have opened the door, not only to new ways of interaction and relationship, but also to new ways to evaluate and measure them. However, after looking at the current ecosystem of tools and solutions for a while, I’ve observed that many of them, and sometimes all of them, follow similar structural patterns.…

6 Comments

Taking the Social Media Interconnection Map to the Next Level

Sooner or later we all end up having our own instance of a Social Media mashup. Our Interconnection Map will, hopefully, fulfill our needs and evolve with us and with time. However, no matter how complex it is, it will only address our more basic integration or automation needs.

The attention economy and relationships in the on-line world are heavily driven or influenced by the content we share. Unfortunately, content curation can be very time consuming. In other words, if we have to fight for audience attention, it is very likely that we start pushing our available resources to the limits:

  • maybe we are focused on some knowledge areas, but let many others uncovered.
Leave a Comment

Watch out! Twitter is no longer a trusted Social Media Hub

That Twitter wants to exercise more control over their user’s experience and, hence, its whole ecosystem, it is not new. Until now, Twitter’s moves in this direction haven’t had major and practical impact on how we were used to consume the service. For example:

Ok, I admit that this second one, represents a threat for some users and developers in the medium term.…

3 Comments

Social Media Interconnection Map for 2012

Last year I started looking at ways to handle the amount of Social Media presence in a reasonable way. Then, I came up with a Social Media Interconnection Map and a set of design rules, principles and guidelines that we could take into account shall we wanted to build our own.

Unfortunately, everything moves insanely fast in the technology space and so many things have changed since that first proposal. In fact, I have had to adapt my original design several times over the past months due to a number of reasons:

  1. new players have emerged or exploded: Google+, Pinterest, Tumblr, Posterous, Instagram, SlideShare, LinksAlpha, ifttt, dlvr.it
2 Comments

Interconnecting Social Media Services

It’s a fact that the number of Social Networking Services is becoming so high that it is increasingly difficult to manage them appropriately. Of course, there is no need nor obligation to have an account on each of them.

It is also true that we all have preferences and these preferences change with time. Consequently, we can’t find everybody on the same place, be either physical or digital. Here is when we start considering on becoming part of the communities our friends, relatives, colleagues, workmates, or, simply, “interests” belong to.…

6 Comments

The role of PowerShell in IT-aware Services and Applications

Several months ago, I happened to share a nice conversation about the potential of PowerShell as part of the IT/Enterprise Architecture. Then I discovered that the benefits of architecting IT-aware Applications are still widely unknown or misunderstood. That’s the reason I would like to share my thoughts on this subject pointing out the special role that PowerShell can play in this field.

IT-aware Services and Applications

IT-aware Services and Applications incorporate the necessary instrumentation so that IT and Operations Teams can control, monitor, diagnose and operate them using the same semantics that the business uses in addition to the classic IT constructs and abstractions.…

Leave a Comment

Configuring your Personal NMAgent Session Store

OrganizingSessionsToday I would like to explain a little bit what Session Stores are for the NMAgent and, therefore, what a Personal Session Store is. A Session Store is a database table that holds the information from your Agent Sessions when you have tell him to do so. Every run command invocation fires a new Agent Session and you have the option to persist the results in a database if you issue the -save parameter as well on the CLI.

Since version 4.54b0 you can choose your Session Store and define its name on your Profile Settings.…

Leave a Comment

Massive and Distributed Folder Hard-Linking

Some weeks ago, we have run into capacity issues in a server farm that provides services to a Computational Grid. This farm run Windows applications and, due to historical reasons, those applications were hosted on the system drive. That configuration have worked for some time, but, finally, we faced the need to move the whole solution to a different local drive. The question, then, was plan simple: how can we accomplish this task without affecting both the application behavior and the production service?

Leave a Comment