Skip to content
  • Home
  • About Me
  • Contact
Dowst.Dev
Dowst.Dev
PowerShell Weekly
Dowst.Dev
Dowst.Dev
PowerShell Weekly
  • Home
  • About Me
  • Contact
DateTimeGeneral

End of Week

$date.Date.AddDays(7-($date).DayOfWeek.value__).AddMilliseconds(-1)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Last Day of Week

$date.Date.AddDays(6-($date).DayOfWeek.value__)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

First Day Of Week

$date.Date.AddDays(-($date).DayOfWeek.value__)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

End Of Year

(Get-Date $date.Date -day 1 -Month 1).AddYears(1).AddMilliseconds(-1)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

Last Day Of Year

Get-Date $date.Date -day 31 -Month 12
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

First Day Of Year

Get-Date $date.Date -day 1 -Month 1
Matthew DowstMar 27, 2019
Read More
GeneralMath

Sum a list of numbers

$sum = $NumberArray | Measure-Object -Sum $sum.Sum
Matthew DowstMar 18, 2019
Read More
GeneralMath

Minimum value from list of numbers

$sum = $NumberArray | Measure-Object -Minimum $sum.Minimum
Matthew DowstMar 18, 2019
Read More
GeneralMath

Maximun value from list of numbers

$sum = $NumberArray | Measure-Object -Maximum $sum.Maximum
Matthew DowstMar 18, 2019
Read More
GeneralMath

Average a list of numbers

$sum = $NumberArray | Measure-Object -Average $sum.Average
Matthew DowstMar 18, 2019
Read More
1617181920


My name is Matthew Dowst and I am a father, author, blogger, Microsoft MVP in PowerShell and Azure Hybrid & Migration. And I am an enthusiast of all things PowerShell and DevOps.


Practical Automation with PowerShell
Now available on Amazon and all major book retailers

Categories

  • Active Directory
    • Groups
    • User
  • Automation
  • Azure
    • Intune
  • Collaboration
  • General
    • Array
    • Conditional Statements
    • DateTime
    • Forms/Prompts
    • Fun
    • Math
    • Tools
  • Platforms
    • SharePoint
  • PoshBytes
  • Security
    • Credentials
    • Remoting
  • Storage
    • Files
    • Folders
    • Shares
  • Strings
    • Combine Strings
    • Convert to String
    • Create String
    • Numbers
    • Regex
    • Replace String
    • Search String
    • Split String
    • String Casing
  • Systems
    • Networking
    • Performance
    • Registry
  • Uncategorized

Tags

array azure AzureAutomation conditions credential Credentials date-formats datetime dns else epoch Files Folders form friday-fun guid hardware if int ip-address join logic logs math password performance Permissions port prompt regex registry remote replace rounding search security Shares split string substring time-zones unix User webrequest wmi

Follow Me

  • About Me
  • Contact Me
  • PowerShell Weekly Archive
Copyright © 2026 - Yuki Westa Blog Theme By WP Moose