Tag Archives: mcsa training

New Netsh Commands in Windows 7 and Server 2008 R2

Wireless LAN (WLAN) Commands

One new feature of Windows 7 and Windows Server 2008 R2 is Wireless Hosted Networks. It lets you create a virtual wireless access point (AP) with your wireless adapter, even when connected to a wireless network. Once you enable Internet Connection Sharing (ICS), others can connect to your virtual AP with the encryption key and access the Internet.

$99 Life time access to Microsoft MCTS Certification, MCTIP Certification and over 2000+Exams

You can create and manage Wireless Hosted Networks with Netsh:

  • netsh wlan set hostednetwork: Define the settings for the Wireless Hosted Network, using the following optional parameters:
    mode = { allow | disallow }
    – ssid =
    WirelessNetworkName
    key = YourDesiredPassword
    keyUsage = { persistent | temporary }
  • netsh wlan refresh hostednetwork: Set a new WPA2-PSK encryption key. Enter the command followed by the new key.
  • netsh wlan start hostednetwork: Enable and start broadcasting the Wireless Hosted Network.
  • netsh wlan stop hostednetwork: Disable and stop broadcasting the Wireless Hosted Network.
  • netsh wlan show hostednetwork: Print the settings of the Wireless Hosted Network, including a list of connected users.
  • netsh wlan export hostednetworkprofile: Save the Wireless Hosted Network profile as an XML file, using the following parameters:
    Folder = PathandFileName
    Name = WirelessProfileName (as shown when using the netsh wlan show profiles command)


Figure 1:
Setting up and starting a Wireless Hosted Network.

Here are some new WLAN commands to show or print the value of other settings:

  • netsh wlan show allowexplicitcreds: Shows if the computer is allowed to use stored user credentials for 802.1X authentication when a user isn’t logged on to the computer.
  • netsh wlan show createalluserprofile: Shows if users can create wireless profiles for all users, rather than just for their own Windows account.
  • netsh wlan show onlyusegpprofilesforallowednetworks: Displays if only the wireless profiles of Group Policy are allowed when Group Policy is implemented.

Here are a couple more new miscellaneous Netsh WLAN commands:

  • netsh wlan set allowexplicitcreds: Specify if the computer is allowed to use any stored user credentials for wireless 802.1X authentication when a user isn’t logged in, using the following parameter:
    allow = { yes | no }
  • netsh wlan set profiletype: Specify whether only the current user or all users can use the given wireless network profile, using the following parameter:
    name = ProfileName
    – profiletype = { all | current }
  • netsh wlan set blockperiod: Specify the number of minutes (0 – 60) a user must wait to retry after unsuccessfully connecting to a wireless network.
  • netsh wlan reportissues: Create a report in the C:\Windows\Tracing directory for troubleshooting wireless networking issues.

Local Area Network (LAN) Commands

There are only two new Netsh LAN commands, which are the wired version of the two new Netsh WLAN commands:

  • netsh lan set allowexplicitcreds: Specify if the computer is allowed to use any stored user credentials for wired 802.1X authentication when a user isn’t logged in, using the following parameter:
    allow = { yes | no }
  • netsh lan set blockperiod: Specify the number of minutes (0 – 60) a user must wait to retry after unsuccessfully connecting to a wired network.

Windows Filtering Platform (WFP) Commands

The Windows Filtering Platform (WFP) is a new architecture that debuted in Windows Vista and Windows Server 2008. It gives software developers much more access and control over the TCP/IP stack.

Microsoft added a diagnostic tool for the WFP in Windows 7 and Windows Server 2008 R2. It can help you troubleshoot issues with Windows Firewall and IPsec. It runs diagnostic tests and creates a report in XML format. Here are the diagnostic capture commands:

  • netsh wfp capture start: Begins the capturing, and continues until you enter the stop command, with the following optional parameters:
    cab = { on | off }: Specify if the two output files should be  compressed into a .cab file. When not specified, it is set to on.
    traceonly = { on | off }: State if only event tracing data should be captured, reducing the output file size. When not specified, it is set to off.
    keywords = { none | bcast | mcast | bcast+mcast }: Set the type of network traffic to capture. Unicast network traffic is always included, even when set to none. bcast means broadcast traffic and mcast is multicast traffic.
    file = PathAndFilename: Specify the path and filename (without extension) to write the output files.
  • netsh wfp capture status: Shows if a capture session is currently active.
  • netsh wfp capture stop: Stops the capturing session.


Figure 2:
Starting and stopping the capturing.

Two persistent options for the diagnostic capturing can be set with the netsh wfp set options command, using the following parameters:

  • netevents = { on | off }: Specify if network events should be included in the diagnostics output. The default value is on.
  • keywords = { none | bcast | mcast | bcast+mcast }: Set the type of network traffic to capture. Unicast network traffic is always included, even when set to none. bcast means broadcast traffic and mcast is multicast traffic.
  • Information about the current WFP and firewall configuration, filters, and network events that’s set when Windows first starts can be displayed with netsh wfp show, using the following commands:
  • netsh wfp show appid: Show the device-based application path for a file, using the following parameter:
    file = PathAndFilename: Define the file path using the standard, i.e. C:\folder\subfolder.
  • ·         netsh wfp show boottimepolicy: Displays the WFP policy and filters that’s set when Windows first starts, before the Windows Firewall with Advanced Security service is loaded, using the following optionally parameter:
    – file = PathAndFilename: Specify where to write the output. If not specified, the filename is btpol.xml. If you enter a dash (-) for the file value, it is written only to the console.
  • netsh wfp show filters: Shows the currently active WFP filters. You can specify the output file (or print to the console) and limit results with the following parameters:
    file = PathAndFilename
    protocol = IPProtocolNumber
    localaddr = IPv4orIPv6Address
    remoteaddr = IPv4orIPv6Address
    localport = PortNumber
    remoteport = PortNumber
    appid = PathAndFileName
    userid = { SID | UserName }
    dir = { in | out }
    verbose = { on | off }
  • netsh wfp show netevents: Displays the list of network traffic events. You can specify the output file (or print to the console) and limit results with the following parameters:
    file = PathAndFilename
    protocol = IPProtocolNumber
    localaddr = IPv4orIPv6Address
    – remoteaddr = IPv4orIPv6Address
    localport = PortNumber
    remoteport = PortNumber
    appid = PathAndFileName
    userid = { SID | UserName }
    timewindow = secondsprevious
  • netsh wfp show options: Shows the value of the netevents or keywords settings, with the following parameter:
    optionsfor = { netevents | keywords }
  • netsh wfp show security: Displays the security descriptor of a selected item, using the following parameters:
    type = { callout | engine | filter | kesadb | ipsecsadb | layer | netevents | provider | providercontext | sublayer }
    guid = GUID
  • netsh wfp show state: Shows the current functioning state of the WFP and IPsec, using the following optionally parameter:
    file = PathAndFilename: Specify where to write the output. If not specified, the filename is wfpstate.xml. If you enter a dash (-) for the file value, it is written only to the console.
  • netsh wfp show sysports: Displays the TCP and UDP ports currently used by the TCP/IP protocol stack, and the remote procedure call (RPC) subsystem, using the following optionally parameter:
    file = PathAndFilename: Specify where to write the output. If not specified, the filename is sysports.xml. If you enter a dash (-) for the file value, it is written only to the console.

Network Trace Commands

Netsh in Windows 7 and Windows Server 2008 R2 features trace commands to help you diagnose and trace network-related issues. Here are three commands you need to know to use the diagnosis tool:

  • netsh trace show scenarios: Lists the network components you can perform traces and diagnosis on.
  • netsh trace show scenario: Shows the information for the specified scenario, including the attribute(s) for the you can use to perform the diagnosis, using the required parameter:
    name = ScenarioName: Specify the name of the desired scenario.
  • netsh trace diagnose: Starts a diagnostic session that tries to detect the root cause and repair the issue, using the following parameters:
    scenario = ScenarioName (Required)
    namedAttribute = AttributeValue (Required)
    saveSessionTrace = { yes | no }
    report = { yes | no }
    capture = { yes | no }


Figure 3:
Running a FileSharing diagnosis to see why the LAPTOP computer isn’t accessible.

Here are the commands to perform network traces:

  • netsh trace start: Begins a trace session, using the following optional parameters:
    scenario = Scenario1,Scenario2
    globalKeywords = keywords
    globalLevel = level
    capture = { yes | no }
    report = { yes | no }
    persistent = { yes | no }
    traceFile = Path\Filename
    maxSize = MaxFileSizeInMB
    fileMode = { single | circular | append }
    overwrite = { yes | no }
    correlation = { yes | no | disabled }
    provider = ProviderIdOrName
    keywords = KeywordMaskOrSet
    level = level
    – provider = Provider2IdOrName
    – keywords = Keyword2MaskOrSet
  • netsh trace Stop: Stops the trace session.


Figure 4:
Starting and stopping a trace on the WLAN.

The trace convert and trace correlate commands can help you manipulate the trace files. Plus you might look into the following that can display more information related to tracing and diagnosis:

  • netsh trace show CaptureFilterHelp
  • netsh trace show globalKeywordsAndLevels
  • netsh trace show helperclass
  • netsh trace show interfaces
  • netsh trace show provider
  • netsh trace show providers
  • netsh trace show status

Conclusion:

We discovered the Netsh commands new to Windows 7 and Server 2008 R2. You should now know how to create Wireless Hosted Networks and perform other miscellaneous WLAN and LAN functions. You should also be able to troubleshoot Windows Firewall and IPsec issues and perform network diagnostics and traces. Please, note that we did not discuss the new RAS, NPS, and BranchCache commands, which only apply to Windows Server 2008 R2 and not Windows 7.

What is MCITP Certification?

The MCITP Certification or ‘Microsoft Certified Information Technology Professional’ certification is one of the leading technical certifications from Microsoft. This certification provides a more focused and convenient framework for the IT professionals to showcase their technical expertise in any of their chosen field out of the twelve concentrations. This certification basically verifies a candidate’s understanding and the skill set he possess which are needed for jobs like Database admin or Enterprise messaging admin. One should be able to design, build and optimize the technologies in which he has got the specialization to be able to clear an MCITP certification. Professionals with MCITP credentials are fully capable of taking the necessary technical decisions in order to make successful technology execution projects.


$99 Life time access to Microsoft MCTS Certification, MCTIP Certification and over 2000+ Exams

Getting an MCITP certification implies and validates the fact that you are equipped with required knowledge and relevant experience in utilizing the products and solutions of Microsoft. This certification is an indispensable tool in your profile to give you an edge in today’s constantly changing IT marketplace. Moreover, it will provide you an opportunity to get connected with a huge global network of Microsoft certified professionals and also help in further fine tuning your skills in the domain in which you have the specialization. With an MCITP certification you can easily set yourself apart and highlight your subject of expertise which would make sure that you get the best of the job opportunities.

Few of the most popular concentrations out of the 12 concentration of this certification are Server Administrator, Business Intelligence Developer, Database Developer, Database Administrator, Enterprise Administrator, enterprise Project Management with Microsoft Office Project Server 2007 etc. One has enough options to choose from and become a specialist in any of those fields.

The preparation guides for MCITP certification are readily available nowadays and there are many good providers of the course materials. In addition to the study guides one should also keep in mind that training programs are equally important for this certification. So make sure you enroll yourself into one of those programs which are conducted by certified instructors of the industry who are experts in their respective fields.

If you are looking for MCITP exams training like 70-640 and 70-642. I’d like to advise to make use of practice exams, study guides, self-test engines, certification tutorials developed by Industry leading Exams Expert with 100% passing and money back guarantee in case you fail in your exam. Visit ActualKey for more details.

Prepare For MCSE 2003

It’s broadly accepted that jobs apropos MCSE 2003 are a accepted best both a part of academy acceptance and humans searching to about-face careers, because of the availability of jobs in this acreage and the technology advertising of today’s age. However, abounding administration are searching for assertive affairs certifications in the applicant’s resume become searching added for an interview. One such acceptance is the Microsoft Certified Able (MCF), which includes six altered types of specific acceptance like technology specialist, professional, IT professional, systems administrator, database administrator, and engineer. One who is absorbed in accepting certified for any of them accept to go through IT training aboriginal and again yield a active accomplishment test.


Microsoft MCTS Certification, MCITP Certification and over 2000+

Exams for just $99 Life time access
One of the a lot of accepted tests a part of the six is the Microsoft Certified Systems Architect (MCSE) test. Some alarm it the best accepted and a lot of advantageous test, and assorted affairs are bare if you’re absorbed in demography it. It’s so active that the aggregation created a MCSE cossack affected a few years ago, and now abounding added companies accept followed clothing and accept their own accelerated MCSE cossack camps as well. You can acquisition abounding of them as both online and in-person training, and the fee is about $4000-$6000 for two anniversary courses. Abounding administration will awning the bulk of this chic if you break with the aggregation for a while afterwards you advance yourself. If you wish a beneath structured and beneath big-ticket adjustment advancing for the MCSE Exams, computer training videos are addition abundant way to do it. They usually bulk beneath than $1000 for a set of CDs and books and you can watch them whenever you accept the time. This way is absolute for anyone who already has a job and can not allow to yield time off that job to alternation for addition career.

However, these two means decay time and money! You aswell accept addition option. You can accept your exams taken by proxy. These companies accept a appropriate account for professionals that are absorbed to save some time or money and just wish to get the acceptance action over with bound and after any problems.

Regardless which adjustment of advancing for the MCSE assay you choose, they accept accurate to be acknowledged if the participants pay absorption and abstraction hard. It’s important to accept by the bulk you can allow to spend, how abundant chargeless time you accept free Network+ study guides to do it, and which adjustment you about prefer. Afterwards accomplishing the research, bigger aces what the best way is for you and get started!