Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Setting up Local Administrator Password Solution (LAPS)
- Changing Ownership of File or Folder Using PowerShell
- Speedy Network Information Query Using PowerShell
- Locating Mount Points Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Building a TCP Server Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Using a ScriptBlock Parameter With a PowerShell Function
- Beginning with PowerShell and Word
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Tag Archives: scripts
Report on Group Policy Objects that have Logon Scripts
Recently, I was asked to generate a report on Group Policy Objects (GPO) that are using logon scripts and also to determine the type of logon script being used. Of course the logical approach is to use PowerShell to make … Continue reading
Setting IIS log locations with PowerShell
In my previous post, I showed you how to query for the location of IIS log files using ADSI and connecting to remote systems. In this post, I will show you some code that will allow you to set the … Continue reading
Locating IIS Logs with PowerShell
It has been a while since I last posted here at my blog. Work, holidays that required travelling across a state, getting married and a honeymoon in Cozumel, Mexico have kept me plenty busy during the last month and a … Continue reading
Password Generator
During my time as a help desk/service center rep, we had a tool which would generate a password via a form and button and then was able to print out the form to give to each customer to take with … Continue reading