Tag: Powershell

Windows Management Framework 3.0 “This update is not applicable to your computer” error

Windows Management Framework 3.0 (Includes PowerShell 3.0, WMI & WinRM for downlevel Win7, 2008, & 2008 R2) is now available here http://www.microsoft.com/en-us/download/details.aspx?id=34595.  For those getting a “This update is not applicable to your computer” error when trying to install it

error

Update your  Microsoft .Net Framework 4 first. Get it here http://www.microsoft.com/en-us/download/details.aspx?id=17851

dotnet4

After the update the install should complete fine.

2012/09/05 | By | 8 Replies More

Powershell Ping Subnet Gui form

This powershell script with GUI Lets you ping an entire subnet or just a range. Run it by entering .PingSubnetGuiForm.ps1′or use the compiled executalbe file Ping Subnet Gui Form.exe included in the zip file download to run without having to launch powershell.

  1. Enter the first three octets in the Subnet box
  2. Then enter the start and end range
  3. Adjust any variables and whether to show only pingable and host names,
  4. Press the Ping button.

Be patient pinging an entire subnet can take time, especially if there are many offline systems.

Download Button5

 

2012/05/28 | By | Reply More

Group Membership Tool – Lets you add , remove or list the members in a group

This powershell script with GUI Lets you add, remove or list local group members on a remote computer. Run it by entering .’group membership tool with gui.ps1′or use the compiled executalbe file group membership tool with gui.exe included in the zip file download to run without having to launch powershell.

  1. Enter the Computer name to check groups on
  2. Select the group name from the drop-down menu or type one of your own.
  3. Enter the username to add or remove from the groups

group menbersip tool

3-18-2012-8-34-17-PM

Download Button5

2012/03/19 | By | 2 Replies More