Blog

Blog

Articles techniques, guides pratiques et retours d’expérience sur PowerShell, .NET, Active Directory et l’automatisation IT.

Tag
Catégorie

Saisissez une requête pour rechercher dans toute la section Blog.

Install-module : The ‘install-module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded.

blog

Install-module : The ‘install-module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded.

I’ve been working last few hours trying to set up my laptop for PowerShell Conference, and one of the tasks is to get my modules up and running. To my surprise on Window…

import-moduleinstall-modulepowershellpowershellget
How I didn’t know how powerful and fast hashtables are

blog

How I didn’t know how powerful and fast hashtables are

I’ve been using PowerShell for a long while now using Hashtables, OrderedDictionary, and other types of data types in PowerShell, but I never paid attention to how power…

active directoryhashtablelearnpowershellspeed
What do we say to writing Active Directory documentation?

blog

What do we say to writing Active Directory documentation?

Document Active Directory with PowerShell using PSWinDocumentation, Dashimo, Documentimo, and Excelimo to keep environment knowledge current.

dashimodocumentationdocumentimoexcelexcelimopowershell
The only PowerShell Command you will ever need to find out who did what in Active Directory

blog

The only PowerShell Command you will ever need to find out who did what in Active Directory

While the title of this blog may be a bit exaggeration, the command I’m trying to show here does it’s best to deliver on the promise. What you’re about to witness here i…

active directoryadeventsevents viewerpowershellpswinreporting
Does having Format-Table or Format-List in the middle of the pipeline makes sense?

blog

Does having Format-Table or Format-List in the middle of the pipeline makes sense?

Recently there was this discussion on PowerShell Group on Facebook about issue posted by one user. While the subject doesn’t matter for this post, few people commented o…

Format-ListFormat-Tablepowershell
The curious case of $null should be on the left side of equality comparisons PSScriptAnalyzer

blog

The curious case of $null should be on the left side of equality comparisons PSScriptAnalyzer

If you’re using VSCode with Powershell extension, you probably got used to PSScriptAnalyzer giving you all kind of tips on optimizing things. It makes your code better.…

$nullpowershellPSScriptAnalyzer
Preparing Azure App Registrations permissions for Office 365 Service Health

blog

Preparing Azure App Registrations permissions for Office 365 Service Health

As you may have seen in my other post, there’s a simple, PowerShell way to get Office 365 Health Service data for you to use any way you like it. But before you can use…

azurehealthoffice 365powershell
PowerShell way to get all information about Office 365 Service Health

blog

PowerShell way to get all information about Office 365 Service Health

Office 365 is an excellent cloud service. But like any service, there’s some infrastructure behind it that has to be cared for. Since this is Cloud, Microsoft does this…

healthoffice 365powershellpswindocumentation
Meet Emailimo – New way to send pretty emails with PowerShell

blog

Meet Emailimo – New way to send pretty emails with PowerShell

Meet Emailimo, a PowerShell module for building readable HTML emails with tables, links, colors, and cleaner templating than hand-written markup.

cssemailimohtmljavascriptjsmailing
Out-HtmlView – HTML alternative to Out-GridView

blog

Out-HtmlView – HTML alternative to Out-GridView

One of the most comfortable output’s in PowerShell to work and analyze data is Out-GridView. It’s handy as you can search, sort and have things done quicker than trying…

cross-platformpowershellpowershell 6powershell 7powershell core