Skip to content

xDSCResources for interacting with the Windows Operating System

License

Notifications You must be signed in to change notification settings

krjhitch/xWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xWindowsUserRights Example

configuration 'UserPrivs' {
    Import-Module -ModuleName xWindows

    node 'localhost' {
        xWindowsUserRights 'DebugRights' {
            Privilege = 'SeDebugPrivilege'
            Members   = 'Builtin\Administrators'
        }
    }
}

xWindowsSecurityOptions Example

xWindowsAudit Example

About

xDSCResources for interacting with the Windows Operating System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published