Posts

MIcrosft Windows Intune Step by Step #5

Enrolling and managing Devices You can use Intune to manage desktops, laptops, and other devices running Windows as mobile devices. Use Microsoft Intune to manage computers running supported operating systems using the Intune computer client software. Windows Vista or later is supported ( Domain-joined/Workgroup ) computers. Install the Intune computer client The first step in managing computers with Intune is to install the client. The client software can be installed when a computer is enrolled into management by the Intune service in one of the following ways: ·          Manually deploy the Microsoft Intune client software. an administrator downloads the Intune client software and manually installs it on each system. To download the Intune client software, open the Intune administration console and, in the Client Software Download area, download the client software package. After the client software is ...

MIcrosft Windows Intune Step by Step #4

Image
Adding and Managing Policies Click: Add Policy Following number of policies you can create Select as per requirement For ex. : Here I am selecting windows firewall policy Select Template: You can select recommended setting or Custom one Click: Create Policy Window will prompt you to select computers to deploy this policy Select Computers and click ADD Once Done, Deployed Policies can be located in Configuration Policies Cheers……

MIcrosft Windows Intune Step by Step #3

Image
Adding and Managing Users and Groups Note : Only Users can be created only in Account Console and Only Groups can be created in Intune Console Log in to Account console and Go to Users Clicking on + sign, Users can be created and added proving details with roles.  Delete and password reset options are also can be done from here. Global Administrator is a role with full rights and by default user used for subscription will be added and will be having this role. Also Users can be added with different role. Bulk user can be created using CSV file in following format… Creating Groups in Intune Got to : Groups  Right Click : Create Group Provide Group Name and select: Parent Group Select Users Review  Details and Click Finish Created Group can be seen in drop down and added User too Cheers!!!!

MIcrosft Windows Intune Step by Step #2

Image
Exploring Management Consoles There will be 2 management consoles, Which allows you to use various features Account console :   This allows managing users, groups, and domains for Microsoft services which are available online. Provides option to Check the status of your subscriptions, Add new subscriptions and activate new user accounts Admin Console Below Admin pane, Allows you to login in different services/Tools Logging in Intune Click on Intune and log in using credentials  Cheers!!

MIcrosft Windows Intune Step by Step #1

Image
HI Folks , This  post is about Microsoft Intune. I have been hearing about this and thought to give a shot... So what is Windows Intune? Microsoft Intune provides mobile device management, mobile application management, and PC management capabilities from the cloud. Using Intune, organizations can provide their employees with access to corporate applications, data, and resources from virtually anywhere on almost any device, Windows Intune is online service with web console that allows you to manage your clients over the Internet.   Subscription is needed to be taken. It is a mobility solution…. Registration is required in order to use Windows Intune and can be done on below link http://www.microsoft.com/en-us/server-cloud/products/microsoft-intune/default.aspx#fbid=CmV-Y09UnRn 30 days trial is also available from Microsoft Once registration is done, you will be asked to log in to Intune Web Console Cheers!!... ...

Computer’s Model Type from a WMI Query

HI Guys, Recently I was working on OSD and came on a point where i had to apply a specific script/Action/Task Sequence step to specific set of laptops. I achieved this with Computer Model p roperty, Which gives you model information of workstations If You  want to filter driver installs as part of your OSD deployment using a WMI Query and a  SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “%<MODEL>%” statement. To know what your computer model is : run a WMIC command and type in the following command: CSProduct Get Name This will output the model name and you can insert this into your SELECT statement. Cheers!!

Deal with Software deployment 1603 error code

Hi Folks Below link is really helpful for dealing with 1603 error code so thought to share…. https://support.microsoft.com/en-us/kb/834484 Following also could be the possible causes 1 .        Presence of higher version of same application. 2.        Specific installation sequence is required for Application and Prerequisites. 3.        Windows installer service is corrupted. In this case unregister windows installer service and register back. 4.        Higher Windows installer version is required, at least should be 3.0 or Higher. 5.        Insufficient access permissions . Cheers.....