PowerShell27 [M365] Disabling Exchange Online(plan1) [Scenario]A customer is using email server from out of Microsoft service and having two mailboxs created by Business Standard license would bring confusion to the end users. The business wants to remove Exchange Online(plan1) license from all users [Objectives]Fetching user list who has Exchange Online(plan1) then remove the license [Remediation]Manipluated PowerShell script as following # MS 그래.. 2026. 2. 25. [PowerShell] Creating M365 Accounts Bulkily via PowerShell [Requirements]A customer purchased bundle of M365 licenses and they want to create 30+ users.To avoid human error and reduntant tasks, PowerShell script can be manipulated. [OS] N/A [Development Language]PowerShell [IDE]Visual Studio Code/PowerShell extension** PowerShell 7 does not support PowerShell ISE [Setting]Installing modules# Installation Install-Module Microsoft.Graph -Scope CurrentUser.. 2026. 2. 24. [PowerShell] SmartBill Port Configuration [Requirements]- For Korean customers implementing E-Tax and VAT module addon, Powershell script setting up port open is beneficial to reduce set up time and eliminate human errors. [OS] Windows 10 [Development Language]PowerShell [IDE]PowerShell ISE [Setting]#Enable firewall settingSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass [Code]function Add-FirewallRules { param( [Par.. 2025. 11. 18. [PowerShell] Remote Session Connection Issue Remediation [Scenario] - After replacing Exchange server, account creation script did not work - The error message is "Please connect to Rotorks On-Premise Exchange (Please connect to Rotorks On-Premise Exchange)" which seems a customized error message [Objectives] - Examine related PowerShell scripts and remediate them [Remediation] - Go to the Azure automation account where account creation script belong .. 2024. 3. 12. 이전 1 2 3 4 ··· 7 다음 반응형