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

Desktop

How to Enable Local Users and Groups Management in Windows 11/10

September 15, 2022 by Morgan

Local User and Group Management (lusrmgr.msc) console is a built-in tool to manage local users and groups. Windows consider this …

Read more

Categories Desktop, PC, System Administration

How to open Local Users and Groups console on Windows 10/11

September 16, 2022September 15, 2022 by Morgan

Local Users and Groups management console (lusrmgr.msc) is a utility tool for managing local users and groups in Windows. Using …

Read more

Categories Desktop, PC, System Administration

Change local system user account password using Powershell

March 2, 2020May 29, 2019 by Morgan

We can use the Get-LocalUser cmdlet to get local user account details and use the Set-LocalUser cmdlet to update local …

Read more

Categories Desktop, PC, Powershell, System Administration

Check if machine is 64 bit or 32 bit in C# ?

March 13, 2020January 28, 2016 by Morgan

We can easily check this by using IntPtr size. If IntPtr.size is 4 then machine running on 32 BIT OS …

Read more

Categories C#, Desktop, PC

Get currently logged in user c#

March 13, 2020January 25, 2016 by Morgan

We can easily find current username in C# by using either by Environment class or WindowsIdentity.   Environment.UserName – Return …

Read more

Categories C#, Desktop, Development, Network

How to make a Program run on Startup in Windows

March 13, 2020October 7, 2015 by Morgan

Programs or shortcuts placed in the Startup folder will run automatically open whenever Windows starts. Follow the below steps to …

Read more

Categories Desktop, PC, System Administration

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# : Get Special Folder Path (Desktop, StartMenu, Program data)

March 14, 2020July 8, 2015 by Morgan

In C#, we can get the path of a special folder, such as Desktop, Program Files, Programs, Start Menu and …

Read more

Categories C#, Desktop, File System, PC

How to find a computer is joined to an Active Directory domain or not

March 12, 2020January 6, 2015 by Morgan

We can easily find whether a computer is joined to an Active Directory domain or not by various methods. In …

Read more

Categories Active Directory, Command Prompt, Desktop, Network

Create Desktop Shortcut using C#

March 12, 2020January 4, 2015 by Morgan

 In C#, you can easily create desktop shortcut icon using Windows Script Host library. In this article, I am going …

Read more

Categories C#, Desktop, Shortcut
Older posts
Page1 Page2 … Page4 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