Exploiting our Citrix farm with Grafana

Good, I leave you a post where we see how we can exploit the information stored by Citrix in its databases. As I imagine you know, Citrix stores in a database the records of what happens on our Citrix farm, but that is true, as much as you pay, as much as you get, that is, which depends on the Edition we have, Citrix will store information in those databases for 1 week, or 1 month or 1 year. Here we will see how to make our own panels with Grafana and without date limits!

A podcast for IT – How to enable remote work in the company

You have at your disposal the second episode of A Podcast for YOU, where Fede Cinalli and I will give continuity to the first talk we had. Basically because we fall short of expectations, And one thing was that companies could use it and another what has happened this week, that all companies close due to the coronavirus except for the fundamental ones and those that can telework, is your company out? So we have been forced to comment a bit on what options there are and what companies are doing today…

Integrating Nextcloud with Active Directory

Well, something that is usually very interesting for organizations, is to be able to integrate Nextcloud with our Active Directory, This way we can allow our users to log in with their domain account and avoid remembering different passwords. It will also come in handy when it comes to managing them, we can also synchronize the Active Directory groups for whatever we need,

Nagios – Checking the status of Users in Active Directory

When we have enough users in our organization, or above all, When they are a bit of moles, we can try and control your Active Directory accounts, to prevent and monitor possible failures, This is, We will be able to control whether user accounts are disabled, Your passwords have expired or are close to expiring, as well as if they have become blocked, among other options.

Data Migration between 2 Untrusted domains (Subinacl)

In some not very frequent cases we find domain migrations in which we do not have permissions to manage the current domain completely and only access to OUs where we manage only the users within them. In the event that we need “Becoming independent” and migrate the data to a new domain, we will not be able to use Microsoft's common tools such as FSMT since they require a trust relationship to be able to pass the permissions. The first thing we must have is to create the same users and groups on the new server. To do this, we have two options: Create them by hand or use a tool such as ldifde that will allow us to export them from the OUs we have permissions to a text file and import them into the new domain. As there is no trust relationship, we will not have the same SIDs in the users of the domain 1 and mastery 2 so when performing […]