Quantcast
Channel: Powershell – Jacques Dalbera's IT world
Browsing index pages (87 articles)

Image may be NSFW.
Clik here to view.

Windows forensic: Sysmon

New: Sysmon will be integrated in  Windows 11 and Windows Server 2025: https://rootpilot.fr/windows-11-sysmon-natif-kb5079473-guide-2026/...

View Article


Send Mail attachment via PoSH Graph

I recommend this excellent article if you want to send mail attachment via PowerShell Graph: https://blog.icewolf.ch/archive/2025/07/08/send-mail-with-attachment-via-microsoft-graph/

View Article


What is the impact if I change the default UPN in Entra ID ?

Introduction: Azure Basics: Azure AD User Pricipal Name – UPN A side effect of updating a user principal name is that the user’s primary SMTP address also changes. This is because of the dual write...

View Article

Azure AD user bulk password reset using PowerShell

I selected for you this internet article which explain easily how to use PoSH to reset Azure AD users password in bulk mode Bulk Password Reset of Microsoft 365 Users using PowerShell

View Article

Powershell errors handling: try/catch ErrorVariable…

In Powershell, how to trap the results of a command to perform specific actions? Resource about PS error handling techniques: https://livebook.manning.com/book/powershell-in-depth/chapter-30/22...

View Article


Mail-enabled security group in PowerShell

This article to create mail-enabled Azure AD security group using PowerShell: A mail-enabled security group can be used to distribute messages as well as to grant access permissions to Azure AD and...

View Article

How to audit a Windows Registry value ?

Here is the steps to audit a windows registry value: https://4sysops.com/archives/audit-changes-in-the-windows-registry/ Activate registry auditing Open Regedit (Start > Run > Type Regedit and...

View Article

Free Tools for System and Network or DB Administrators

Free tools for Windows sysadmin – list of anti spyware softwares: https://www.clubic.com/telecharger/windows/antispyware/ – visual route and visual whois:...

View Article


Powershell – runas system account

Script to runas system account in PoSH: https://github.com/DarkCoderSc/PowerRunAsSystem

View Article


Powershell 101

The aim of this post is to explain some basic tips and tricks about the usage of powershell in a real world: For reference to well-known PowerShell web sites, go to my Web links on this web site or...

View Article

Just in time administration

JIT or JEA: https://github.com/PowerShell/JEA https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/overview?view=powershell-7.2 Prequisites: Just Enough Administration is a feature...

View Article

PowerShell

Overview: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2 Download:...

View Article

Microsoft Graph / Graph API

Introduction: The Microsoft Graph APIs exposes RESTful services. This makes it very flexible because REST is compatible with almost any modern platform programming languages. The exchange format is...

View Article


AD – Troubleshooting and understanding Windows Trusts

Note: New terminology for AD2003-2008/r2 Domains Trusted domain: outgoing trust Trusting domain: incoming trust Tip: Kerberos between forest trust Kerberos Authentication Sequence Across Trusts Tip:...

View Article

Powershell remoting how-to ?

How to use Powershell remoting ? Main reference: About remoting https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/running-remote-commands?view=powershell-7.1...

View Article


PowerShell Remoting with SSH – SFTP (and SSH) using Powershell

PowerShell remoting with SSH: https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/running-remote-commands?view=powershell-7.1...

View Article

How to move Azure VM to another resource group ?

How to move Azure VM to another resource group: You do not need to stop the VM in order to move it and it should continue to run during the move....

View Article


Automate and manage Azure AD tasks with th Microsoft Graph PowerShell

Introduction: Automate and manage Azure AD tasks at scale with the Microsoft Graph PowerShell SDK – Microsoft Tech Community ” To get started using the Microsoft Graph PowerShell SDK, review our...

View Article

PowerShell Against All Azure Subscriptions

When you go from one Azure subscription to two, three, or hundreds it is no longer trivial to run a single command against all your subscriptions in PowerShell.  I was working with one subscription...

View Article

Controlling windows updates with PowerShell

Install the PSWindowsUpdate Module Before updates can be pushed out to devices, the module that informs PS of the cmdlets available must be installed on each Windows computer first (see the section...

View Article
Browsing index pages (87 articles)


Latest Images