Anything About IT

Learning, Building, Sharing

PowerShell - Retrieve System Startup Time Information

The below script gathers the following system startup time information from a local or remote client. - Computername - Last Wakeup time (from Sleep, H...

PowerShell - Creating Dummy files

Here’s a function I wrote to create a large dummy file either filled with zero’s or random characters. The -Target parameter must be eitehr a file inc...

PowerShell - Using the WordPress Rest API

I just found out that meanwhile (since October last year) the Rest API for wordpress now also works on self-hosted wordpress sites. So i can now acces...

PowerShell - Creating Scheduled Tasks with PowerShell version 3

I am currently working on a script where I need to create a scheduled task that runs a powershell script at a given time. With PowerShell 4.0 a schedu...

PowerShell - Get Stock Quote Information

The below script makes use of a webservice hosted by webserviceX.net and provides stock quote information. ``` <# .Synopsis Retrieve stock information...

PowerShell - Retrieve App-V 4.6 Package Information

Today we’ve been looking at App-V 4.6 package settings before and after migrating them from ConfigMgr 2007 to ConfigMgr 2012, so after opening the App...