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

Network

How to turn on Network Discovery in Network and Sharing Center 

September 15, 2022 by Morgan

In Windows OS, the Network discovery feature allows computers and other devices to be discovered on a network. In other …

Read more

Categories Network, Network Shares, PC, System Administration

Computer Browser Service (Missing) is not installed by default

September 15, 2022September 15, 2022 by Morgan

Computer Browser Service is a feature of Microsoft Windows to get a list of computers and shared resources on a …

Read more

Categories Network, PC, System Administration

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

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

Convert SID to Username using C#

March 13, 2020September 10, 2015 by Morgan

In C#, we can use the P-Invoke function LookupAccountSid to resolve user name from sid and we can also use …

Read more

Categories C#, Development, Network, Security, WIn32_API

How to enable or disable Ping service in Windows 2008/2012 R2

March 14, 2020July 23, 2015 by Morgan

Ping is used to check if a remote machine is online or offline. It is a small network packet sent …

Read more

Categories Endpoint Secutiy, Firewall, Network, Remote Administration, Security

C# : Check If Machine is Online or Offline

March 14, 2020July 23, 2015 by Morgan

In C#, We can test if a remote computer is online or offline using Ping service. For security reason, the …

Read more

Categories C#, Firewall, Network, Remote Administration

How to Logoff Remote Desktop User via Command Line

March 14, 2020July 21, 2015 by Morgan

We can logoff a remote desktop user session by using the command line tool Logoff. Logoff command syntax: LOGOFF [sessionname …

Read more

Categories Command Prompt, Network, Remote Administration, Remote Desktop (RDP)
Older posts
Page1 Page2 … 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