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

C#

Get all Workflow Associated Lists in SharePoint 2013

March 11, 2020March 9, 2016 by Morgan

You can easily get all the lists and document libraries that are associated with workflow in a SharePoint farm server. …

Read more

Categories C#, CSOM, SharePoint, Workflow

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

Get all sites and subsites in SharePoint Online using C#

March 11, 2020February 22, 2016 by Morgan

We can easily get the list of all sites and sub sites of all site collections from a Office 365 …

Read more

Categories C#, CSOM, Office 365, SharePoint Online

Get list of site collections with CSOM in SharePoint Online

March 11, 2020February 19, 2016 by Morgan

We can easily get the list of all site collections from a Office 365 tenant using SharePoint’s client object model …

Read more

Categories C#, CSOM, Office 365, SharePoint Online

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

Check string is ip address in c#

March 13, 2020January 27, 2016 by Morgan

In C#, we can validate a given string is a valid ip address or not by using IPAddress.TryParse method. The …

Read more

Categories C#, Development, Network

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

Get Active Directory User’s GUID and SID in C#

March 13, 2020January 23, 2016 by Morgan

We can find an Active Directory User’s GUID and SID in C# by using the UserPrincipal class which exists under …

Read more

Categories Active Directory, C#, Development

Get the Current User’s Active Directory GUID and SID in C#

March 13, 2020January 23, 2016 by Morgan

You can get an Active Directory User’s GUID and SID in C# by using UserPrincipal class. The UserPrincipal class exists …

Read more

Categories Active Directory, C#, Development
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page12 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