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

Morgan

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

Set Send As Permission Office 365 using Powershell

March 13, 2020January 21, 2016 by Morgan

We can set or grant send as permission for an office 365 mailbox using the powershell cmdlet Add-RecipientPermission . Note: …

Read more

Categories Exchange Online, Mailbox, Office 365, Powershell, Powershell Remoting

Graph API: Insufficient privileges to complete the operation

March 13, 2020January 20, 2016 by Morgan

I have created an Azure AD application and used in my own application to connect Azure AD Graph API. When …

Read more

Categories Azure AD, Graph API, Microsoft Graph, Office 365

How to Install and Connect Exchange Online PowerShell module

September 29, 2022January 20, 2016 by Morgan

The Exchange Online PowerShell module uses modern authentication and works with multi-factor authentication (MFA). This module can be used to …

Read more

Categories Exchange Online, Office 365, Powershell, Powershell Remoting, Powershell Tips

Nuget-Install-Package : The specified path, file name, or both are too long

March 13, 2020January 19, 2016 by Morgan

Problem Today, I have downloaded a graph api sample project from Microsoft site, then opened the project solution from Downloads …

Read more

Categories Development, Nuget, Package Manager, Visual Studio

How to Install and Connect Azure AD PowerShell

March 13, 2020January 13, 2016 by Morgan

Azure Active Directory PowerShell is a module that provides cmdlets to manage Office 365 Users and all other Azure AD …

Read more

Categories Azure AD, Exchange Online, Office 365, Powershell, Powershell Remoting, Powershell Tips

Office 365 License Vs Usage Report with Powershell

June 9, 2022December 31, 2015 by Morgan

Office 365 introduced the new reporting powershell cmdlet Get-LicenseVsUsageSummaryReport to retrieve a summary report that identifies the number of active …

Read more

Categories Azure AD, Exchange Online, Office 365, Office 365 License
Older posts
Newer posts
← Previous Page1 … Page38 Page39 Page40 … Page82 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