Skip to content

awakenwithamber/Awaken-Again-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Awaken-Again-2

https://app.netlify.com/projects/ambers-alchemy-apothecary/agent-runs/6a0fdb7a3a1b4a34ea66e9e1?session=6a0fdb7a3a1b4a34ea66e9e3 Invoke-DscResource -Name PowerToysConfigure -Method Set -ModuleName Microsoft.PowerToys.Configure -Property @{ Awake = @{ Enabled = $false Mode = "TIMED" IntervalMinutes = "10" } } https://github.com/web-platform-tests/wpt/tree/master/console fix-root-for-lint

Expected CSV columns:

FirstName, LastName, SamAccountName, UPNSuffix, Department,

Title, Manager, OfficePhone, TargetOU, Groups (semicolon-separated)

Example row:

Jane,Doe,jdoe,contoso.com,Engineering,Senior Engineer,adoe,555-0101,

OU=Engineering;OU=Users;DC=contoso;DC=com,DL-Engineering;SG-VPN

Method 1: Check the window title — it says "Administrator" when elevated

Method 2: Check programmatically

$currentUser = [Security.Principal.WindowsIdentity]::GetCurrent() $principal = [Security.Principal.WindowsPrincipal]$currentUser $principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) https://github.com/web-platform-tests/wpt/tree/master/console

Releases

No releases published

Packages

 
 
 

Contributors