User Management Slideshow

  1. <?xml version="1.0" encoding="utf-8" ?> 
  2. <CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"
  3.     <CodeSnippet Format="1.0.0"
  4.         <Header> 
  5.             <Title>Get Local User</Title> 
  6.             <Shortcut>lusr</Shortcut> 
  7.             <Description>Gets a reference to a local user account</Description> 
  8.             <Author>Dr. Tobias Weltner</Author> 
  9.             <SnippetTypes> 
  10.                 <SnippetType>Expansion</SnippetType> 
  11.             </SnippetTypes> 
  12.         </Header> 
  13.         <Snippet> 
  14.             <Declarations> 
  15.             </Declarations> 
  16.             <Code Language="PowerShell"
  17. <![CDATA[$user = [ADSI]"WinNT://./Administrator"]]> 
  18. </Code> 
  19. </Snippet> 
  20. </CodeSnippet> 
  21. </CodeSnippets> 
 
Loading...
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.