Quantcast
Channel: Powershell – Jacques Dalbera's IT world
Browsing latest articles
Browse All 85 View Live

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


PowerShell

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

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 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

Powershell – runas system account

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

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

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

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


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


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
Browsing latest articles
Browse All 85 View Live