Tuesday, 31 March 2015

SCCM Collection How can I Create systems ending with S or R

SCCM WQL Collection to Create systems ending with S or R in Computer Name

 

 

select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System where SMS_R_System.Name like "_____________E" or SMS_R_System.Name like "_____________R"

 

 

 

Each _ is treated as one character… So you can replace whereever you want with your target name based like … "______E______E

Monday, 30 March 2015

Windows Dos Batch File Script for Security teams

Security scan for a common PC

 

@echo 0ff
mkdir output
@echo on
@echo **************************************************
@echo Tools are currently in progress of gathering System Info
@echo **************************************************
@echo off
tools\reg.exe query HKLM\Software\Microsoft\Windows\CurrentVersion\Run /S > output\startup.txt
tools\reg.exe query HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall /S  > output\uninstall.txt
tools\tasklist.exe /v > output\tasklist.txt
tools\psinfo.exe -d -s -h > output\psinfo.txt
tools\fport.exe > output\fport.txt
tools\ps.exe -ealW > output\ps.txt
tools\netstat.exe -a -b -v > output\netstat.txt
tools\listdlls.exe > output\listdlls.txt
tools\srvinfo.exe > output\srvinfo.txt
tools\dumpel.exe -t -l system -f output\syslog.txt
tools\dumpel.exe -t -l application -f output\applog.txt
tools\dumpel.exe -t -l security -f output\seclog.txt
tools\handle.exe -a > output\handle.txt
tools\ipconfig.exe /all > output\ipconfig.txt
tools\sysinspector.exe /silent /gen=output\sysinspector.
tools\rar.exe a output output
 
rmdir /q /s output
cls
@echo on
@echo ****************************************************
@echo All Tools have been Run Successfully 
@echo Please attach file output.rar to an email and send to Security Team 
@echo Send Attachment to to Security Team Email: 
@echo *****************************************************
@echo off
pause
 

KMS step by step understanding Key Management Service

Today I found KMS related article in this book step by step

Deploying Windows® 7 Essential Guidance from the Windows 7 Resource Kit and TechNet Magazine

Microsoft’s eBook Deploying Windows® 7 Essential Guidance from the Windows 7 Resource Kit and TechNet Magazine combine selected chapters written by industry experts Mitch Tulloch, Tony Northrup, Jerry Honeycutt, Ed Wilson, and the Windows 7 Team with select Windows 7 articles from TechNet Magazine. Sample topics include: Deployment Platform, Planning Deployment, Testing Application Compatability, and 8 Common Issues in Windows 7 Migrations.

IT Management HUB is Live on TechNet
The new Microsoft TechNet IT Management Community Hub is ready for you to participate. Connect, find resources, and get the information you need. Check out webcasts and podcasts from industry leaders, blogs by subject matter experts, community forums and more. And that’s just the beginning.
Tune in to the IT Manager Solution Blueprints and Webcasts
Tune in to the Platform Solution Blueprints webcast and podcast series each month to learn how these blueprints fit into the Microsoft platform and how a platform approach turns tactical decisions into long-term, strategic plans.
TechNet Flash Newsletter: Spotlight on IT Management
Register for the bi-monthly TechNet Flash newsletter to keep an eye on updates to the IT Management section for relevant activities, announcements, downloads, webcasts, podcasts, and events.

Download the Book from http://www.microsoft.com/en-us/download/details.aspx?id=12616

 

It’s free from MS

Use full tools in in WinPE

BCDboot.exe Provides initialization of the boot configuration data (BCD) store, and it enables you to copy boot environment files to the system partition during image deployment.

Bootsect.exe Updates the master boot code for hard disk partitions to alternate between

BOOTMGR and NTLDR. This will enables you to preinstall Windows 7 from Windows XP.


DiskPart.exe
A text-mode command interpreter in Windows 7 that enables you to manage disks, partitions, or volumes by using scripts or direct input at a command prompt.


Drvload.exe
A command-line tool for adding out-of-the-box drivers to a booted Windows PE image. It takes one or more driver .inf files as inputs.
Oscdimg.exe A command line tool for creating an image (.iso) file of a customized 32-bit or 64-bit version of Windows PE. You can burn the .iso file to a CD-ROM.
Dism.exe A command-line tool that can create or do service and modify a Windows PE 3.0 or Windows 7 image.

ImageX.exe A command-line tool that enables you to capture, modify, and apply file-based disk images for rapid deployment. It can also work with other technologies that use .wim files, such as Setup for Windows 7 and Windows Deployment Services.

Winpeshl.ini
The default interface for Windows PE is a command prompt. You can

customize Winpeshl.ini to run our own shell application.


Wpeinit.exe
A command-line tool that initializes Windows PE every time it boots.

Wpeinit replaced the initialization function previously supported by the Factory.exe -winpe

command earlier versions of Windows PE.


Wpeutil.exe a
tool that enables you to run various commands in a

Windows PE session

What is a refresh Computer in Deployment?

What is a refresh Computer in Deployment?

Refresh Computer: The Refresh Computer scenario is similar to the New Computer scenario. The differences are that the destination computer contains a Windows operating system, and this scenario preserves users’ existing files and settings as shown below :

clip_image001

test

This is a test Post from my work desk

Office 365

What tool is used to embed Office 2013 App-V licensing into a manifest?

Integrator.exe

True or False:  Remote Desktop Services support with Office 365 Subscription Licensing is only available with Office 365 ProPlus.