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

PC

PowerShell : Check if user is member of local Adminstrators group

March 5, 2020October 4, 2017 by Morgan

We can find whether the given user is member of local Administrators group or not by accessing ADSI WinNT Provider. …

Read more

Categories PC, Powershell, Powershell Remoting, Powershell Tips, Security

Check if an user is member of a local group using PowerShell

March 5, 2020October 4, 2017 by Morgan

We can easily find a local user is member of a local group by accessing ADSI WinNT Provider. In this …

Read more

Categories PC, Powershell, Powershell Remoting, Powershell Tips, Security, System Administration

Get Serial Number of a Remote Computer with PowerShell

March 11, 2020February 17, 2016 by Morgan

The serial number can be useful to identify computer hardware for inventory purpose, which is often written on a small …

Read more

Categories BIOS, PC, Powershell, Remote Administration, System Administration

What is DataStore.edb and is it safe to delete?

March 11, 2020February 11, 2016 by Morgan

What is DataStore.edb? The DataStore.edb file is some kind of log file, it keeps the history of Windows updates and …

Read more

Categories File System, PC, 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

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

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

Run a Program as Different User

March 13, 2020April 28, 2014 by Morgan

Running a Program as different user is one of the easiest way to impersonate a Program/Application with some other user’s …

Read more

Categories Command Prompt, Network, PC, User Logon

Get List of Network Computer Names in C#

September 15, 2022April 15, 2014 by Morgan

In this article, I am going to write C# code to get a list of network computer names using NetServerEnum …

Read more

Categories C#, LAN, Network, PC, Server

Pin Program to Taskbar via Group Policy

March 16, 2020April 4, 2014 by Morgan

Description    In this article, I am going write step-by-step guide for how to Pin a Program to Taskbar via …

Read more

Categories Desktop, GPO, PC, Shortcut, VBScript
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page5 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