Tag: Windows Powershell

PowerShell: Count your Code lines

Microsoft, PowerShell, Windows Server • One Comment

After Coding some lines in a lot of different files you wanna know how much lines you have coded....
Read More Read More: PowerShell: Count your Code lines

Powershell: Simple retry logic

Hosting, Microsoft, PowerShell, Windows Server • 12 Comments

I am working on some larger PowerShell scripts right now and so I needed to create a simple retry logic for sending web request to a...
Read More Read More: Powershell: Simple retry logic

Powershell: if Statement basics

Microsoft, PowerShell • 4 Comments

The if-statement is pretty important if you are creating PowerShell scripts. So I created this post to get some basic information about how...
Read More Read More: Powershell: if Statement basics

Powershell: Get Sharepoint 2010 Site Collection Storage Usage

Microsoft, Office 365, PowerShell, Windows Server • 4 Comments

If you need to get the Storage Usage from a Sharepoint 2010 Site Collection, you can do this with...
Read More Read More: Powershell: Get Sharepoint 2010 Site Collection Storage Usage

Powershell: check variable for null

Microsoft, PowerShell • 31 Comments

If you are working a lot with PowerShell parameters and inputs you need to check if variables have the right value and are not...
Read More Read More: Powershell: check variable for null

Powershell: Send Tweet

Microsoft, PowerShell • 4 Comments

For some reason your Powershell script should send a Tweet. With this function Powershell will send a message to Twitter. function...
Read More Read More: Powershell: Send Tweet

Powershell: Invoke-Expression

Microsoft, PowerShell • One Comment

Using the Invoke-Expression Cmdlet: The Invoke-Expression cmdlet provides one way to run a script...
Read More Read More: Powershell: Invoke-Expression
Close Search Window
Close