Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.UsrMgr_DeleteLocalUserAccount(string userName)

Parameters

userName

Local user to delete - can be a SID.

Example

$cs.UsrMgr_DeleteLocalUserAccount('capauser')
or
$cs.UsrMgr_DeleteLocalUserAccount('S-1-5-21-3559337461-1037079836-4233830826-1109')

returns nothing

  • No labels