- Need detailed "Situation - Action - Result" answers - weakest part of my responses were the "Result" portions
- posit the answers in SAR format; "the situation was...", "the action I took was...", "the results were..."
- problem solving, planning prioritization, obsticles, work within a team to accomplish a goal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Project = EIQV_COARELEASEMGMT OR Project = KFTV_COFEEREPAIR) | |
AND Status = Closed | |
AND Bucket = SimplexRepair | |
AND Resolved > startOfYear() | |
AND (Type = Bug OR Type = AdHoc) | |
AND (Summary ~ "Optix Repair" OR Summary ~ "Simplex Repair") | |
AND (Summary !~ "Admin Tool" OR Summary !~ "D&SS") | |
ORDER BY Created DESC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Chrome app location | |
$App = "${env:ProgramFiles(x86)}\Google\Chrome\Application\chrome.exe" | |
# Chrome user data location | |
$UserFolder = "${env:LOCALAPPDATA}\Google\Chrome\User Data\Default" | |
# Chrome datastores | |
$CacheData = @( | |
'Cookies' | |
'Web Data' |
rundll32 keymgr.dll,KRShowKeyMgr
rundll32 sysdm.cpl,EditEnvironmentVariables
rundll32.exe shell32.dll,Control_RunDLL access.cpl
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")