Skip to content
MorganTechSpace
  • Home
  • Powershell
  • Office 365
  • Azure AD
  • Exchange Online
  • SharePoint Online
  • Active Directory
  • Contact

WMI

Fix – Get-WmiObject : Access is denied – WMI – PowerShell

September 14, 2022 by Morgan

I have used the Get-WmiObject cmdlet to retrieve the Operating System information. This command works fine for the local machine …

Read more

Categories Powershell, Powershell Remoting, Powershell Tips, WMI

Check if a Software Program Is Installed using PowerShell Script

March 24, 2021February 8, 2018 by Morgan

We can easily check the list of installed applications via Control Panel’s Add or Remove Programs UI. But if you …

Read more

Categories Powershell, Powershell Tips, Registry, WMI

Force WMI to read the 32-bit Registry Hive on a 64-bit Computer

March 11, 2020February 29, 2016 by Morgan

In some cases, the registry settings for installed Applications will be available only in WoW6432Node even in 64-bit machine. So, …

Read more

Categories C#, Registry, WMI

How to read 64 bit registry from 32 bit application using WMI

March 11, 2020February 29, 2016 by Morgan

When we work with 32 Application in a 64 bit machine to read registry value using WMI, we have to …

Read more

Categories C#, Registry, Remote Administration, WMI

Convert Username to SID using VBScript

March 13, 2020October 6, 2015 by Morgan

We can easily convert username to sid by using the WMI service class Win32_UserAccount with VBScript. 1. Copy the below …

Read more

Categories Network, VBScript, WMI

Convert SID to Username using VBScript

March 13, 2020October 6, 2015 by Morgan

We can easily convert object sid value to user friendly username by using the WMI service class Win32_SID with VBScript. …

Read more

Categories Network, VBScript, WMI

Get System Information in C#

March 14, 2020August 27, 2015 by Morgan

In C#, we can get system information like Operation System , Processor Architecture and Drive Details using the built-in class …

Read more

Categories C#, Desktop, System Administration, WMI

C# – Change Service Account Username and Password

March 11, 2020March 16, 2015 by Morgan

In C#, We modify Windows service account username and password using the WMI class Win32_Service and we can also update …

Read more

Categories C#, WIn32_API, Windows Service, WMI

Powershell – Change Service Account Username and Password

December 10, 2021March 4, 2015 by Morgan

In Powershell, we can change Windows Service Account username and password using WMI based powershell cmdlet Get-WmiObject and the WMI …

Read more

Categories Powershell, Remote Administration, Windows Service, WMI

VBScript: Start and Stop Windows Service

March 12, 2020December 26, 2014 by Morgan

You can manage Windows Service through VBScript easily by using WMI Services. You can use the WMI class Win32_Service to get …

Read more

Categories VBScript, Windows Service, WMI
Older posts
Page1 Page2 Next →

Categories

  • Powershell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Office 365 Groups
  • Active Directory
  • Microsoft Graph
  • PnP-PowerShell
  • CSOM

Recent Posts

  • Get Azure AD (Entra ID) App-Only Access Token with PowerShell
  • Working with REST API in PowerShell using Invoke-RestMethod
  • M365 User SignIn Activity – Neither tenant is B2C or tenant doesn’t have premium license
  • How to Join or Concatenate String and Number Using PowerShell
  • Find Location and County by IP Address with PowerShell
  • Microsoft 365
  • Azure AD
  • SharePoint Online
  • Exchange Online
  • Microsoft Teams
  • Microsoft 365 Groups
  • OneDrive for Business
  • Azure AD Authentication
  • Active Directory
  • Exchange Server
  • PowerShell
  • PnP PowerShell
  • Microsoft Graph
  • CSOM
  • VBScript

Follow us

  • Facebook
  • Twitter
DMCA.com Protection Status
  • Privacy-Policy
  • Disclaimer
  • TermsOfUse
  • About
Copyright © 2025 MorganTechSpace