popunder new

https://www.blogger.com/blog/posts/1739890295310631346

Monday, March 19, 2012

Group Membership Tool - Lets you add , remove or list the members in agroup

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 executable 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





Download Button5

Tuesday, March 13, 2012

Display computers status report powershell gui script

This powershell script with built-in GUI allows you to point to a text file list of computers and will then retrieve the following information for each computer in the list.
  • Whether it is pingable
  • Its IP address
  • OS Version
  • Service Pack Version
  • Uptime
  • Last boot time.
Run it by entering  .Display-ComputerStatus.ps1 in powershell or run the self-contained executable file.
Change c:computers.txt to point to your text file containing the computers you are scanning one name per line.
The refresh rate can be set by the user to any interval or you can force a rescan at any time by clicking the Get Status Button.



Download Button5

Tuesday, March 6, 2012

Windows 8 Consumer Preview Keyboard Shortcut Keys and Mouse Keys Movements


Windows 8 Start Screen


 



Need to access new Windows 8 Start screen (pictured above) or toggle between the Start screen and an app? The new Start experience replaces the Start button we had on Windows 95 thru to Windows 7

Keyboard: Tap the Windows Key (WINKEY) on your keyboard, or CTRL + ESC.
Mouse: Mouse into the lower left corner of the screen to display the Start tip, and then click it.


Power Menu







The power menu gives you quick access to many commonly needed windows utilites (see picture)

Keyboard: WINKEY + X.

Mouse: Right-click the bottom left corner

Back to previous app


In Windows 8 you can move "back" to the previous app. You can invoke Back with the following input devices:

Keyboard: WINKEY + TAB (or WINKEY + SHIFT + TAB)

Mouse: Move the mouse cursor to the top left corner of the screen. A thumbnail of the previous app will appear. Click it to go Back.

Switching between windows


Switching between the currently running Metro apps and desktop applications. This  works in both the desktop and Metro. You invoke it as follows:

Keyboard: WINKEY + TAB (or WINKEY + SHIFT + TAB)  OR ALT + TAB (SHIFT +ALT + TAB )


Mouse: Move the mouse cursor into the top left corner of the screen. When the thumbnail of the previous app appears, move down the left edge of the screen.



Switcher provides a vertical list of thumbnails representing all of the running apps and applications and, at the bottom, the Start screen. You can navigate between them until you find the one you want; select it, and that app will move to the forefront.
Switcher also lets you close running apps and applications. To do so, drag it out of Switcher and down to the bottom of the screen. (You can also drag thumbnails out of Switcher to utilize the side-by-side screen sharing feature described below.)

Monday, March 5, 2012