Blog

Blog

Artículos técnicos, guías prácticas e ideas sobre PowerShell, .NET, Active Directory y automatización de IT.

Etiqueta
Categoría

Escribe una consulta para buscar en toda la sección Blog.

Create a local user or administrator account in Windows using PowerShell

blog

Create a local user or administrator account in Windows using PowerShell

Create a local Windows user or administrator with PowerShell, handle localized Administrators groups, and prepare the account for LAPS-managed passwords.

administratorgpopowershell
Nested Tabs, Diagram Updates, Diagram Events, Calendar Object and more in PSWriteHTML

blog

Nested Tabs, Diagram Updates, Diagram Events, Calendar Object and more in PSWriteHTML

One of the new features I’ve worked on was connecting Diagrams with Tables. Someone suggested, and I thought it would be cool to be able to click on the Diagram node and…

dashimohtmlpowershellpswritehtml
Easy way to create diagrams using PowerShell and PSWriteHTML

blog

Easy way to create diagrams using PowerShell and PSWriteHTML

Create interactive diagrams from PowerShell with PSWriteHTML, without relying on external graph tools or manual HTML wiring.

architecturecssdashimodiagramhtmljs
What do we say to health checking Active Directory?

blog

What do we say to health checking Active Directory?

Health check Active Directory with PowerShell, dcdiag, repadmin, and security-focused reviews so replication, DNS, DHCP, and GPO issues surface early.

active directoryaddhcpdnshealth checkspowershell
Making PowerShellGallery modules Portable

blog

Making PowerShellGallery modules Portable

Download PowerShellGallery modules with their dependencies for portable, offline installs when servers cannot reach the gallery directly.

moduleportablepowershell
Comparing two or more objects visually in PowerShell (cross-platform)

blog

Comparing two or more objects visually in PowerShell (cross-platform)

Compare two or more PowerShell objects visually with PSWriteHTML so property differences are easier to review, share, and export.

comparedashimohtmlout-htmlviewpowershellpswritehtml
Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell

blog

Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell

When you work with HTML, CSS, and JavaScript, you often meet three versions on how those are stored in files – minified, formatted, somewhere in the middle (usually a to…

csshtmljavascriptpowershellpsparsehtmlpswritehtml
Getting Active Directory Last Backup Time using PowerShell

blog

Getting Active Directory Last Backup Time using PowerShell

I shouldn’t be telling you that, but Active Directory Backup is an essential part of your Active Directory setup. When a backup of Active Directory happens, AD is aware…

active directorypowershell
Working with HTML in PowerShell just got better

blog

Working with HTML in PowerShell just got better

PSWriteHTML, Dashimo, and Emailimo add better inline styling and conditional formatting for PowerShell reports, dashboards, and emails.

cssdashimoemailimohtmljspowershell
Testing LDAP and LDAPS connectivity with PowerShell

blog

Testing LDAP and LDAPS connectivity with PowerShell

One of the common ways to connect to Active Directory is thru LDAP protocol. There are a lot of applications that talk to AD via LDAP. By default Active Directory has LD…

active directoryldappowershell