Skip to content

A script that takes Powershell queries to gather information on your local or remote Windows machines.

Notifications You must be signed in to change notification settings

rermert/CompInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

CompInfo

A script that uses Powershell queries to gather information on your local or remote Windows machines.

Installation

Download and extract the zip file.

Usage

  1. Launch PowerShell
  2. Navigate to the directory where CompInfo.ps1 is located: PS> cd C:\my_path\...\ (enter)
  3. Execute the script: PS> .\CompInfo.ps1

Notes/Debugging

  1. If you haven't ran a Powershell script before you may run into the following error: "execution of scripts is disabled on this system" or something similar. To fix this, open Powershell and run the following command: Set-ExecutionPolicy RemoteSigned
  2. If you are trying to query a remote machine, the following must be true:
    1. You are querying a windows machine
    2. The machine is currently on and a user is logged in
    3. The machine is connected to the RPC server
  3. For any further questions/concerns please open a new issue

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
readme

About

A script that takes Powershell queries to gather information on your local or remote Windows machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published