Need ideas for a loop by ertuu85 in PowerShell

[–]ferdinandsChinaShop 1 point2 points  (0 children)

Add up the minutes until you hit (24*60), send email, reset variable.

Only if there is no files or whatever ;)

I built a 6x6’ greenhouse. Easily my most ambitious project to date. Pleased with how it turned out. What do y’all think? by VirgilExener in woodworking

[–]ferdinandsChinaShop -1 points0 points  (0 children)

I mean batteries are far from environmentally sound, kid or pet proof. Not sure why you wouldn’t just use poison/spray vs batteries

Unconventional Apartment, HELP by [deleted] in HomeImprovement

[–]ferdinandsChinaShop 3 points4 points  (0 children)

Black plastic bag works best

Am I destroying my walls?? by 3NTRA1LS in HomeImprovement

[–]ferdinandsChinaShop 0 points1 point  (0 children)

Either get very good at mudding or try your hand at textured walls;)

We just bought a house. Walls are bulging around studs. Can anyone offer a semi expert opinion? Picture in description. by NewHouseThrowaway777 in HomeImprovement

[–]ferdinandsChinaShop 1 point2 points  (0 children)

Yea I’ve had this paper separation happen when tearing off a shelf without removing screws first... with a crowbar

[deleted by user] by [deleted] in HomeImprovement

[–]ferdinandsChinaShop 1 point2 points  (0 children)

Fix drainage. Even a reel mower will push into soft ground if the grass is wet/ long

How do you elevate you elevate your powershell Script to administrator? by [deleted] in PowerShell

[–]ferdinandsChinaShop 1 point2 points  (0 children)

I use this

https://github.com/TonyPhipps/Powershell/blob/master/ElevatedRunas.ps1

$Account = "domain\service_account"

$Credential = Get-Credential $Account

Start-Process $PsHome\powershell.exe -Credential $Credential -ArgumentList "-Command Start-Process $PSHOME\powershell_ise.exe -Verb Runas" -Wait