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

VBScript

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

Check if User is member of AD Group using VBScript

March 14, 2020July 16, 2015 by Morgan

In this article, I am going to write vbscript code to find an Active Directory user is member of an …

Read more

Categories Active Directory, AD Management, VBScript

VBScript: How to Create and Write text in CSV file

March 14, 2020July 15, 2015 by Morgan

You might have come across the need of export text content to CSV file in vbscript. We can create and …

Read more

Categories CSV, File System, VBScript

VBScript: Invalid Character 800A0408 compilation error in Line 1 Char 1

March 14, 2020July 13, 2015 by Morgan

Problem I am receiving the vbscript error “Invalid Character 800A0408 compilation error at Line 1 Char 1” while running a …

Read more

Categories VBScript

VBScript Resolve IP Address to Hostname

March 14, 2020July 13, 2015 by Morgan

In this article, I am going write vbscript code to resolve computer name from IP address and vbscript code to …

Read more

Categories DNS, Network, Remote Administration, VBScript

VBScript to Check if Machine is Online or Offline

March 14, 2020July 10, 2015 by Morgan

In this article, I am going write vbscript sample to check if a given computer is online (up) or offline …

Read more

Categories DNS, Network, Remote Administration, System Administration, VBScript

Change Service Account Information using VBScript

March 14, 2020June 18, 2015 by Morgan

We can easily manage Windows Service account through vbscript by using the WMI class Win32_Service. Use the below vbscript code …

Read more

Categories Services, VBScript

Change Service Account Password using VBScript

March 14, 2020June 18, 2015 by Morgan

We can easily manage Windows Service through vbscript by using the WMI class Win32_Service. Use the below vbscript code to …

Read more

Categories Services, VBScript

VBScript – Create File and Create Folder

March 16, 2020June 3, 2015 by Morgan

In vbscript, we can create a new textfile and directory using FileSystemObject. The FileSystemObject contains the functions CreateFolder and CreateTextFile …

Read more

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