Tools

Intune Device add and Remove Deployment

I have developed a “Intune Device add and Remove Tool”. Its a freeware tool that anyone can used in there production or personal purpose.

Tool Pre-requisites- 

  • PowerShell module microsoft.graph should be install on your System.
  • You have to login with Intune/Entra account in tool

Tool Features –

  1. Add Devices to the Group.
  2. Add Users to the Group.
  3. Get Group Membership.
  4. Get group details like membership count and Group query.
  5. Remove Devices from the group.
  6. Remove Users from the group.

SCCM Collection Creation Tool

    SCCM Collection Creation Tool will help  you to create collection without login to SCCM console. You need to copy tool on SCCM Server to run it. It will automatically detect the Site Code and Server.

Tool will perform below listed actions.

  1. Create New Collection with Include or exclude membership.
  2. Add machines to existing collection.
  3. Include or exclude collection membership with new or old collection.
  4. Create collection with Installed Software version.

You can download this tool from my GitHub.

https://github.com/harvansh007/SCCM-Automation/blob/master/SCCM_Collection_Creation_Tool.zip

Here is video to explain the tool. – SCCM Collection Creation Tool

Service Manager Tool

   Service Manager Tool will help you to check your machine service status and stop or restart the service remotely.

Toll will help you to manage services remotely.

1. Check Service Status.

2. Start Service.

3. Stop Services.

4. Restart Services.

5. Kill Process.

You can download this tool from my GitHub.

https://github.com/harvansh007/Service-Manager-Tool