Edvaldo Guimrães Filho
-
Configuring SQL Server Ports for SharePoint: Firewall Rules and Best Practices
Configuring SQL Server Ports for SharePoint: Firewall Rules and Best Practices Introduction Microsoft SharePoint, whether deployed as a farm on-premises or in a hybrid setup, relies heavily on Microsoft SQL Server for its data storage and retrieval operations. SQL Server… Continue reading
-
Configuring SQL Server Port Access for SharePoint Environments: A Technical Guide
Configuring SQL Server Port Access for SharePoint Environments: A Technical Guide Introduction In a Microsoft SharePoint environment—whether on-premises or hybrid—Microsoft SQL Server plays a critical role as the data backbone. SharePoint stores its configuration, content, service applications, and search data… Continue reading
-
Advanced Governance in Microsoft 365: Combining Sensitivity Labels, Retention Policies, and Insider Risk Management
Advanced Governance in Microsoft 365: Combining Sensitivity Labels, Retention Policies, and Insider Risk Management As regulatory demands increase and insider threats become more sophisticated, organizations must move beyond basic data classification. Microsoft 365 provides an integrated suite of Information Governance,… Continue reading
-
Sensitivity Labels for Microsoft Teams and SharePoint: Site and Group Classification at Scale
Sensitivity Labels for Microsoft Teams and SharePoint: Site and Group Classification at Scale As collaboration expands across cloud-based environments, controlling access and applying consistent governance to Microsoft Teams and SharePoint Online has become a key aspect of enterprise security. With… Continue reading
-
Automating Data Classification: Sensitivity Labels with DLP in Microsoft 365
Automating Data Classification: Sensitivity Labels with DLP in Microsoft 365 As data volumes continue to grow, manual classification of sensitive content is no longer sufficient. Microsoft 365 offers auto-labeling capabilities integrated with Data Loss Prevention (DLP) to ensure that sensitive… Continue reading
-
Defining Sensitivity Labels in Microsoft 365: A Foundation for Robust Information Protection
Defining Sensitivity Labels in Microsoft 365: A Foundation for Robust Information Protection Information protection is at the core of any modern enterprise’s security strategy. As organizations face increasing regulatory requirements and evolving cyber threats, managing and securing data across various… Continue reading
-
Mastering Data Protection with Microsoft 365 Governance
Protecting Enterprise Data with Microsoft 365 Information Governance In today’s cloud-first, hybrid work environment, information governance and data protection are essential pillars of an organization’s compliance strategy. Microsoft 365 offers a comprehensive set of tools and services under its Microsoft… Continue reading
-
Packaging and Deploying a Custom Top Navigation Menu in SPFx
Packaging and Deploying a Custom Top Navigation Menu in SPFx This final part of our series walks through how to: Step 1: Create the TopMenu SharePoint List A. Create the list manually (GUI) Navigate to your site (e.g. https://sharepoint.com/sites/site) and:… Continue reading
-
Building the NavigationMenu React Component for SPFx Top Placeholder
Building the NavigationMenu React Component for SPFx Top Placeholder In the previous article we implemented a SharePoint Framework (SPFx) Application Customizer that injects a React component into the Top placeholder of the SharePoint page. Now, let’s dive into the core… Continue reading
-
Creating a Custom Top Navigation Menu in SPFx with Application Customizer
Creating a Custom Top Navigation Menu in SPFx with Application Customizer In this technical article, we explore how to implement a custom top navigation menu in SharePoint Online using an SPFx Application Customizer. The code provided demonstrates how to inject… Continue reading
-
Mastering Information Protection with Microsoft Purview
Claro! Abaixo está um artigo técnico completo em inglês baseado no conteúdo do módulo da Microsoft Learn “Foundations of data security and compliance in Microsoft Purview”, com expansão dos conceitos técnicos, análise de mercado e links relevantes. Foundations of Data… Continue reading
-
Marco Civil da Internet (Lei nº 12.965/2014)
Marco Civil da Internet (Lei nº 12.965/2014): Análise Técnica Artigo por Artigo O Marco Civil da Internet, estabelecido pela Lei nº 12.965, de 23 de abril de 2014, é o principal marco regulatório sobre o uso da Internet no Brasil.… Continue reading
-
LGPD: Understanding Brazil’s General Data Protection Law in Detail
LGPD: Understanding Brazil’s General Data Protection Law in Detail The Lei Geral de Proteção de Dados Pessoais (LGPD), or General Data Protection Law of Brazil, is the primary legislation regulating the processing of personal data in Brazil. Enacted through Law… Continue reading
-
LGPD: Entenda a Lei Geral de Proteção de Dados Pessoais do Brasil
LGPD: Entenda a Lei Geral de Proteção de Dados Pessoais do Brasil A Lei Geral de Proteção de Dados Pessoais (LGPD), instituída pela Lei nº 13.709/2018, é a principal legislação brasileira voltada à proteção de dados pessoais. Inspirada no Regulamento… Continue reading
-
Key Concepts of Data Security and Governance: Classification, Protection, and Control
Key Concepts of Data Security and Governance: Classification, Protection, and Control In an era of remote work, cloud computing, and escalating cyber threats, data security and governance are no longer optional—they are mission-critical. Organizations face increasing pressure to ensure that… Continue reading
-
Understanding Data Security: Importance and Best Practices
Understanding the Key Concepts of Data Security and Governance In today’s digital landscape, data is the most valuable asset for any organization. Whether it’s customer information, financial records, intellectual property, or internal communication, protecting and governing this data is not… Continue reading
-
Mastering Microsoft 365 Information Governance
🛡 Introduction to Microsoft 365 Information Governance: Protect What Matters In today’s cloud-first, data-saturated world, effective information governance is more than a best practice—it’s a business imperative. Microsoft 365 provides a comprehensive suite of tools to help organizations manage the… Continue reading
-
How to Install a WordPress Server on Hyper-V Using Apache (Step-by-Step Guide)
How to Install a WordPress Server on Hyper-V Using Apache (Step-by-Step Guide) Introduction In this guide, you’ll learn how to create a fully functional WordPress server inside a virtual machine using Hyper-V, the Apache web server, MySQL as the database,… Continue reading
-
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365
Technical Article: Implementing Hybrid Authentication with ADFS, SharePoint On-Premises, and Microsoft 365 Objective This technical article documents the full journey and configuration steps required to implement a hybrid authentication solution using: The goal is to enable Single Sign-On (SSO) between… Continue reading
-
Provisioning SharePoint Lists and Libraries with SPFx: A Complete Technical Guide
Provisioning SharePoint Lists and Libraries with SPFx: A Complete Technical Guide Provisioning SharePoint components like lists and document libraries directly within your SPFx (SharePoint Framework) solution can significantly streamline your deployment process. Instead of manually creating resources post-deployment or relying… Continue reading
-
10 Ways to Get Current Site Collection URL Using SPFx
10 Examples of Retrieving the Current Site Collection Context and URL in SharePoint Online using SPFx SharePoint Framework (SPFx) is a powerful tool for creating client-side web parts and extensions in SharePoint Online. One common requirement when developing SPFx solutions… Continue reading
-
Configuring Environment Variables for SPFx Development
Configuring Environment Variables for SPFx Development When developing SharePoint Framework (SPFx) solutions, it’s often useful to configure environment variables to manage settings like the SharePoint site URL for testing. This guide will explain different ways to set environment variables in… Continue reading
-
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination
Enhancing SharePoint List Fetching: Additional Fields, Filters, and Pagination Retrieving SharePoint list items is essential in many SPFx solutions. However, in real-world scenarios, you may need to: Code Enhancement The updated function allows:✅ Specifying additional fields using $select✅ Applying filters… Continue reading
-
Retrieve SharePoint List Items with SPFx HttpClient
Here is an English text for your technical blog: Fetching SharePoint List Items Using SPFx HttpClient When working with SharePoint Framework (SPFx), retrieving data from a SharePoint list is a common requirement. The following TypeScript function demonstrates how to fetch… Continue reading
-
Dynamic SharePoint Navigation Menus Using SPFx and React
Creating a SharePoint Application Customizer with Dynamic Navigation Menus In this blog post, we will walk through the process of creating a SharePoint Application Customizer that dynamically fetches navigation data from SharePoint lists, and renders custom menus based on this… Continue reading
-
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient
Como Obter Itens de uma Lista no SharePoint Usando SPFx e HttpClient Ao desenvolver soluções para o SharePoint Framework (SPFx), é comum precisar buscar itens de listas do SharePoint. Neste artigo, vamos explorar uma maneira eficiente de fazer isso utilizando… Continue reading
-
Implementing Dynamic Menus in SPFx Application Customizer
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Dynamic Menus in SPFx: Overcoming PnPjs Limitations
Implementing Dynamic Menus in SPFx Application Customizer In this article, we explore a practical solution for implementing dynamic menus in a SharePoint Framework (SPFx) Application Customizer. We attempted to use PnPjs but encountered issues due to the nature of the… Continue reading
-
Reliable Data Fetching in SPFx Application Customizer
Fetching SharePoint List Items in an SPFx Application Customizer: The Reliable Solution Introduction When developing a SharePoint Framework (SPFx) Application Customizer, developers often need to fetch data from SharePoint lists. Initially, we attempted to use PnPjs to retrieve list items,… Continue reading
-
Understanding the Navigation Menu Component in React
Technical Article: Understanding the Navigation Menu Component in React Introduction In this article, we will explore a React component that creates a dynamic navigation menu. This component uses TypeScript for type safety and SCSS for styling. We will break down… Continue reading
-
Generating Random Dates and Strings in Excel
Generating Random Dates and Strings in Excel: A Comprehensive Guide Excel is a powerful tool for data analysis and manipulation, and one of its strengths lies in its ability to generate random data. In this article, we’ll explore how to… Continue reading
-
Visualize Business Unit Performance with Power BI Charts
Visualizing Business Unit Data Using a Clustered Column Chart in Power BI Introduction Analyzing business performance across different units and over time is crucial for making informed decisions. This tutorial will demonstrate how to create a clustered column chart in… Continue reading
-
Create a 10-Year Sales Table in Power BI with DAX
Creating dynamic sales data is a common requirement when building reports or dashboards in Power BI. In this article, we will walk through the process of generating a sales table for a 10-year period (from 2015 to 2025), with a… Continue reading
-
Creating Dynamic Sales Reports in Power BI Using DAX Introduction Power BI is a powerful tool for data visualization and analysis, and with DAX (Data Analysis Expressions), you can create dynamic calculations for better insights. In this article, we will… Continue reading
-
Guia Completo da Cafeteira Moka e Moagem Perfeita
A Ciência da Extração do Café: Cafeteira Moka e Outros Métodos A moagem do café é um fator crucial que influencia diretamente o sabor, o aroma e a qualidade da bebida. Cada método de extração requer uma granulometria específica para… Continue reading
-
A Comprehensive Guide to GitHub Pages: Creating and Hosting Your Website with Jekyll
A Comprehensive Guide to GitHub Pages: Creating and Hosting Your Website with Jekyll What is Jekyll? Jekyll is a static site generator that takes text files, such as Markdown or HTML, and transforms them into a website. It is deeply… Continue reading
-
Guide to Custom Domains and Hosting for WordPress and GitHub Pages
How to Acquire a Custom Domain and Hosting Alternatives for WordPress or GitHub Pages Offering a custom domain to your client can provide a more professional and personalized image for their website. If they don’t have an IT team available… Continue reading
-
GitHub Pages: Easy Custom Domain and Content Security
How to Set Up a Custom Domain with GitHub Pages and Protect a Specific Area GitHub Pages is a powerful and free platform provided by GitHub for hosting static websites. It allows you to transform your GitHub repository into a… Continue reading
-
Secure Your WordPress Content: A Step-by-Step Guide
“How to Protect Content on Your WordPress Site: A Comprehensive Guide” Introduction: If you’re running a WordPress website and want to restrict access to certain content, there are several ways you can protect your pages or posts. Whether it’s for… Continue reading
-
A Comprehensive Guide to WordPress Themes: Free vs Premium
Understanding WordPress Themes: Importance, Selection, and Comparison WordPress themes play a crucial role in defining the appearance, functionality, and user experience of a website. A well-chosen theme can enhance performance, improve SEO, and create a professional look tailored to the… Continue reading





























