Quantcast
Channel: Virtual Machine Manager – General forum
Viewing all 3230 articles
Browse latest View live

VMM 2012 R2 Template creation fails with sysprep error via the gui, but works in powershell?

$
0
0

I'm in the process of trying to convert an existing gen1 VM (Win Server 2012 R2) to a VM template using VMM 2012 R2 with rollup 1. The creation keeps failing with the following error :-

"Error (2901)The operation did not complete successfully because of a parameter or call sequence that is not valid.Recommended ActionEnsure that the parameters are valid, and then try the operation again."

I've checked that the local administrator account for the machine being converted to a template and it is blank as expected and in an attempt to troubleshoot I've output the template creation script via the VMM GUI and executed the commands in order which appears to have resolved the problem, well the template finishes creation, i'm yet to deploy a machine via it?

# ------------------------------------------------------------------------------
# Create VM Template Wizard Script
# ------------------------------------------------------------------------------
# Script generated on Thursday, April 3, 2014 12:52:15 PM by Virtual Machine Manager

# For additional help on cmdlet usage, type get-help <cmdlet name>
# ------------------------------------------------------------------------------

$VM = Get-SCVirtualMachine -VMMServer localhost -Name "MyTemplate_Template" -ID "98299447-83e1-4d98-a558-a96ebafcf9b5" | where {$_.VMHost.Name -eq "myhost.mydomain.com"}
$LibraryServer = Get-SCLibraryServer -VMMServer localhost | where {$_.Name -eq "my.library.com"}
$GuestOSProfile = Get-SCGuestOSProfile -VMMServer localhost | where {$_.Name -eq "Windows Server 2012 R2"}

$OperatingSystem = Get-SCOperatingSystem -VMMServer localhost -ID "50b66974-c64a-4a06-b05a-7e6610c579a2" | where {$_.Name -eq "Windows Server 2012 R2 Standard"}

$template = New-SCVMTemplate -Name "My Template" -RunAsynchronously -VM $VM -LibraryServer $LibraryServer -SharePath "\\mylibrary.mydomain.com\SCVMM Library\Templates\mytemplatedestination" -GuestOSProfile $GuestOSProfile -JobGroup d2f2f539-85da-4091-ab08-abe739fc4761 -ComputerName "*" -TimeZone 85  -FullName "Administrator" -OrganizationName "My Organisation" -Workgroup "WORKGROUP" -AnswerFile $null -OperatingSystem $OperatingSystem 

Now the only fields that weren't populated when I ran through the gui were FullName and Organization? Before I changed the script these two fields were just set to ""? Is that what has potentially caused the issue are they both required fields?


Cannot set placement path when deploying to a cloud, can't change VMHost Default VMhost Placement Path

$
0
0

So, in this article, it states:

"For a clustered host, either Windows Server-based or VMware-based, the default virtual machine path is a shared volume on the cluster that VMM automatically creates when you add the cluster as a host. When you add a clustered host, you cannot specify additional default paths in the Add Host Wizard. Also, after a host cluster is added, you cannot specify additional default virtual machine paths on thePlacement tab of the host properties."

http://technet.microsoft.com/en-us/library/cc917914.aspx

I also found this forum post, where he conceded that it was just impossible:

http://social.technet.microsoft.com/Forums/systemcenter/en-US/d86eb2ed-c448-4e72-a983-240f28e9cdd4/unable-to-specify-default-vm-placement-path?forum=winserverhyperv

I have a CSV, "C:\ClusterStorage\Volume1\", and within that CSV a folder, in which all my virtual machines live, "C:\ClusterStorage\Volume1\Hyper-V". When I deploy a VM to a host, I can pick the placement path, and select "C:\ClusterStorage\Volume1\Hyper-V", however when I deploy a VM to a cloud, I have no option to pick placement path. I'd like to change my default placement path to be "C:\ClusterStorage\Volume1\Hyper-V", is this possible? I noted that the article said "Also, after a host cluster is added, you cannot specify additional default virtual machine paths on thePlacementtab of the host properties", I figured maybe that meant it was only changeable via powershell, so I executed the following command, and although it didn't throw any errors, it also didn't work:

$VMhost = Get-SCVMHost | ?{$_.name -eq "HOSTNAME.DOMAIN.LOCAL"}
Set-VMHost -VMHost $VMhost -VMPaths "C:\ClusterStorage\Volume1|C:\ClusterStorage\Volume1\Hyper-V"

I have another cluster with multiple CSV's, one is a RAID 10 for increased performance, if I want to differentiate one cloud to be a high performance cloud, I see no way to specify that VMs created in one cloud would go into one CSV, and that another cloud would go into the standard CSV? There must be a way to do this? Is my onlysolution to remove my nodes one at a time and re-add them after modifying the placement path?

I need to change this, because if I deploy VMs into a cloud, with multiple CSV's,I must be able to pick a CSV, otherwise this functionality seems unusable? What if I had Five CSV's for various purposes, and five clouds, would I have to destroy the cluster to fix this?

An unknown error occurred while executing the PowerShell script:

$
0
0

Hello all,

Not the most descriptive title, granted. I'm hoping this may prompt the next version toprovide additional valuable content.

Kindly requesting any help on this problem. I'm running VMM 2012 R2 version 3.2.7668

When I try to look at properties of an existing Private Cloud, I get this error, only if I "look" at certain attributes. If I stay away from the specific attributes, everything is hunky dory. For reasons unknown, after I get this error, I have to exit and go back into VMM in order to get anything else to run.

The text in the error dialogue box is not entirely applicable because I was connected to the VMM server and will connect again, when I exit/relaunch.

An unknown error occurred while executing the PowerShell script:

The connection to the VMM management server scvmm2.mmmmmm.com was lost.
Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.

Try the operation again. If the issue persists, contact Microsoft Help and Support.

ID: 27235

This is what I get in Events

Warning 4/9/2015 3:27:04 PM PowerShell (Microsoft-Windows-PowerShell) 4100 Executing Pipeline

Log Name:      Microsoft-Windows-PowerShell/Operational
Source:        Microsoft-Windows-PowerShell
Date:          4/9/2015 3:27:04 PM
Event ID:      4100
Task Category: Executing Pipeline
Level:         Warning
Keywords:      None
User:          mmmmmm\paufra
Computer:      tools-francis.mmmmmm.com
Description:
Error Message = The connection to the VMM management server scvmm2.mmmmmm.com was lost. (Error ID: 1610)
 
Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
Fully Qualified Error ID = 1610,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.GetSCReplicationGroupCmdlet
Recommended Action = Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.


Context:
        Severity = Warning
        Host Name = Default Host
        Host Version = 4.0
        Host ID = 94963cd4-5979-4786-9da2-c8814de8c7c3
        Host Application = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmAdminUI.exe
        Engine Version = 4.0
        Runspace ID = 359d7a46-3752-4929-8c09-0de4152d10e4
        Pipeline ID = 16
        Command Name = Get-SCReplicationGroup
        Command Type = Cmdlet
        Script Name =
        Command Path =
        Sequence Number = 91
        User = mmmmmm\paufra
        Shell ID = Microsoft.PowerShell


User Data:


Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-PowerShell" Guid="{A0C1853B-5C40-4B15-8766-3CF1C58F985A}" />
    <EventID>4100</EventID>
    <Version>1</Version>
    <Level>3</Level>
    <Task>106</Task>
    <Opcode>19</Opcode>
    <Keywords>0x0</Keywords>
    <TimeCreated SystemTime="2015-04-09T22:27:04.993655700Z" />
    <EventRecordID>285</EventRecordID>
    <Correlation ActivityID="{48059811-1A63-41E1-9057-7498D0E4FC20}" />
    <Execution ProcessID="2344" ThreadID="4076" />
    <Channel>Microsoft-Windows-PowerShell/Operational</Channel>
    <Computer>tools-francis.mmmmmm.com</Computer>
    <Security UserID="S-1-5-21-4008432563-1984933819-4238309236-2721" />
  </System>
  <EventData>
    <Data Name="ContextInfo">        Severity = Warning
        Host Name = Default Host
        Host Version = 4.0
        Host ID = 94963cd4-5979-4786-9da2-c8814de8c7c3
        Host Application = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmAdminUI.exe
        Engine Version = 4.0
        Runspace ID = 359d7a46-3752-4929-8c09-0de4152d10e4
        Pipeline ID = 16
        Command Name = Get-SCReplicationGroup
        Command Type = Cmdlet
        Script Name =
        Command Path =
        Sequence Number = 91
        User = mmmmmm\paufra
        Shell ID = Microsoft.PowerShell
</Data>
    <Data Name="UserData">
    </Data>
    <Data Name="Payload">Error Message = The connection to the VMM management server scvmm2.mmmmmm.com was lost. (Error ID: 1610)
 
Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
Fully Qualified Error ID = 1610,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.GetSCReplicationGroupCmdlet
Recommended Action = Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
</Data>
  </EventData>
</Event>

SCVMM running on different domain than remote SQL Database - Cannot login to console.

$
0
0

We migrated to a new domain but most legacy apps would have been trouble to migrate.. so we have a two way trust. 

Old SQL server with VirtualMachineDB is running on old domain. When I look at the users with access to the DB I find a VMMServer account that has login name as (OldDomain)\ServerName$ 

I'm getting MSSQLSERVER event ID 18456 with the User: (NewDomain)\ServerName$ 

When I attempt to login to the Admin Console I get the generic error ID: 2601     SQL Error Code: 4060

So I would like to know how to create or add this ServerName$ account into SQL or if it's even possible. 

Help me Technet Experts.. you're my only hope!

Error 2409 in VMM 2012

$
0
0

Hi

I have the following setup:

3 Node Hyper-V 3.0 (Server 2012) Cluster

2 Node SOFS Cluster (Server 2012)

VMM 2012

I am trying to clone a virtual machine in VMM, when I come to selecting the path for the virtual machine I select one of the folders on our SOFS and click next but get the following error:

The Specified path is not a valid folder path on hostname.domain.local

Specify a valid folder path on hostname.domain.local which the virtual machine will be saved on

ID: 2409

There is a super-duper helpful KB here which basically says put the VM on highly available storage rather than the local drive on the HV host - I am using a SOFS share which is highly-available.  I can't find much information beyond that pertaining to this error...

Steps I have taken to troubleshoot:

  • Tried a different Hyper-V Host
  • Tried a different SOFS Share
  • Restarting VMM
  • Tried making a VM rather than cloning

Last week I was creating VMs to my heart's content.  I have not installed any updates or changed and configurations since last week.

Many thanks

SCVMM2012R2 Baremetal Deployment Error

$
0
0

Good afternoon,

We are attempting to do a baremetal deployment of Hyper-V hosts through VMM however, i'm receiving an error which I cannot make much sense of.

The server boots in to PXE and is able to discover it's inventory, it seems to have trouble uploading the inventory file to the VMM server.

The error is: 803d0013 "The body of the received message contained a fault."

Relevant bits from the log file:

05D8.0684::04/03-13:21:56.855#00:RegUtils.cpp(281): RegGetVariantValue [Software\Microsoft\Microsoft System Center Virtual Machine Manager Agent\Settings]\[BareMetalRegistrationService]
05D8.0684::04/03-13:21:56.855#00:NativeWSChannel.cpp(20): ==>WSUtility::NativeWebServiceChannel::NativeWebServiceChannel
05D8.0684::04/03-13:21:56.855#00:NativeWSChannel.cpp(20): <--WSUtility::NativeWebServiceChannel::NativeWebServiceChannel
05D8.0684::04/03-13:21:56.855#00:NativeWSChannel.cpp(133): ==>WSUtility::NativeWebServiceChannel::RegisterClient
05D8.0684::04/03-13:21:56.855#00:NativeWSChannel.cpp(376): ==>WSUtility::NativeWebServiceChannel::CreateCertTokenMessageSecurityBinding
05D8.0684::04/03-13:21:56.965#00:NativeWSChannel.cpp(376): <--WSUtility::NativeWebServiceChannel::CreateCertTokenMessageSecurityBinding
05D8.0684::04/03-13:21:56.965#00:NativeWSChannel.cpp(543): ==>WSUtility::NativeWebServiceChannel::CreateSSLTransportSecurityBinding
05D8.0684::04/03-13:21:56.965#00:NativeWSChannel.cpp(543): <--WSUtility::NativeWebServiceChannel::CreateSSLTransportSecurityBinding
05D8.0684::04/03-13:21:59.528#00:NativeWSChannel.cpp(207)[0000000002A4E9: ThrowOnFailure : 803d0013. Operation attempted WSHttpBinding_IPhysicalMachineRegistrationService_RegisterPhysicalMachine( get(m_wsProxy), identifier, data, get(m_wsHeap), 0, 0, 0, get(m_wsError))
05D8.0684::04/03-13:21:59.528#00:exceptions.cpp(97)[0000000002A4E9: CarmineException::CarmineException: CarmineError: 1051488,  hr: 0x803d0013
05D8.0684::04/03-13:21:59.528#00:NativeWSChannel.cpp(580): Failure: errorCode=0x803d0013
05D8.0684::04/03-13:21:59.528#00:NativeWSChannel.cpp(601): The body of the received message contained a fault.
05D8.0684::04/03-13:21:59.544#00:NativeWSChannel.cpp(133): <--WSUtility::NativeWebServiceChannel::RegisterClient

I have searched and searched but have been unable to find a solution. Any help would be greatly appreciated.

SCVMM 2012 Cluster Validation Error

$
0
0

We manage a Hyper-V cluster in SCVMM 2012 (RTM). When running a cluster validation on the cluster (rightclick the clustername - validate cluster) the command Test-SCVMHostCluster is executed. Almost immediately the erro 25300 appears:

Error (25300)
Cluster validation failed because of error: The computer '<Server DNS name>' does not have the Failover Clustering feature installed. Use Server Manager to install the feature on this computer..

Recommended Action
Refer cluster documentation to resolve the issue.

I am sure the clustering feature is installed. The Host functions perfectly.

How to troubleshoot this?


You know you're an engineer when you have no life and can prove it mathematically

Hyper-V - NVGRE - Mixing network virtualised and VLAN tagged network cards

$
0
0

Hello,

Interested in some feedback on a proposed solution to introduce network virtualisation/VPN in a staged fashion to a Hyper-V 2012R2 Estate.

If we have a virtual machine with 1 x NIC (connected to a VLAN tagged network)

<VM> ----- < NIC TAGGED WITH VLAN > ---- < PUBLIC IP>

We can add a second NIC (utilising NVGRE/Network Virtualisation)

<VM> ---  < NIC #1 TAGGED WITH VLAN> ---- < PUBLIC IP>

                < NIC #2 TAGGED WITH NVGRE/Private Network> ---- < PRIVATE IP>

This permits the machine to utilise both public facing internet connectivity and also access backend resources via its NVGRE/Private network.

We'd then proceed to have site-to-site VPN's terminating on the NVGRE aware VPN gateway.  Virtual machines default gateway would point out of the public Vlan tagged NIC - and we would install static routes on the machine to route traffic towards on-premise network via the VPN gateway (within the virtual network)

Is anyone aware of any reasons why such a solution wouldn't scale/ any issues this would cause?

I can't find any definitive information which suggests this isn't supported and potentially gives us a way to role out/enable NVGRE to our existing customer base without migrating everyone to NVGRE.


VMM R2 - cluster host member icons - some have two tabs/tickets attached, while others done

$
0
0

Hi,

Could someone advise what the different icons mean please?

If you look at the attached image, you will see that some hyper-V hosts have t tickets/tabs attached, while the other cluster members do not.

We have a number of managed hyper-V clusters, the one in the image is the only example of this issue.

I say issue, because at the moment the hyper-V hosts are not targeting the correct library to pull down templates and services etc.

All hyper-V hosts are running windows 2012 R2 datacentre.

Regards

Matthew


 

Vmm Protection Error, Unable to perform the live migration due to cloud protection issue for G2 system..Error (23833)

$
0
0
Error (23833)
The selected cloud does not support protection, or the recovery point objective requested for the virtual machine xxxx (30 seconds) is not within the range that the cloud supports.


Recommended Action
Select a different cloud, enable protection for the cloud, or change the requested recovery point objective for the virtual machine to a value greater than or equal to NO_PARAM seconds, and then try the operation again.

Updating the VM Template

$
0
0

Hello All,

We're using SCVMM 2012 R2 with UR5.

If I want to update the Windows of any template VHDX, I have to attach it with a new VM, then I have to manually run Windows Updates. Then detach the VHDX from VM. Then place it in the VMMLibrary. It's very hectic and I've to do it every month.

Is there any method I can use to automatically update the VHDX.

Will Virtual Machine Servicing Tool (VMST) 3.0 help me? I've tried it yet, but I read that it's not supported with SCVMM 2012 R2.

Please help and advice.

Thank you.

Regards,

Hasan Bin Hasib

Error deploying VM from template: Error (2912) NO_PARAM: NO_PARAM.

$
0
0

Error (2912)
An internal error has occurred trying to contact an agent on the FRAAVBVIRT02.VCORE.AVANADE.LOC server: NO_PARAM: NO_PARAM.
Unknown error (0x80072f0d)

Recommended Action
Ensure the agent is installed and running. Ensure the WS-Management service is installed and running, then restart the agent.

This happens for more then one template. The host was restarted before the deployment attempt. The service is running. Any ideas?

Alex

Unable to See Logical Network in Cloud

$
0
0

Hello All,

            I am unable to see the Logical Network in my Cloud's properties. I can only see the default Network that was already in place before VMM installation. It is essentially the Network that is configured on the Hyper-V Failover Cluster. So, what could I be missing.

VMM Usage Report

$
0
0
Is it possible to view a Report for Resource Usage for last 60 days for instance?

SCVMM 2012 R2 High Bandwidth usage

$
0
0

We've got a Windows 2012R2 server running SCVMM 2012 R2, when we add an Hyper-V host (running Windows 2012) we see that vmmservice.exe generates a little bit of traffic to that host; if we wait a few hours the amount of traffic has risen to about 1,5mbit; looked at over a longer period this growth is pretty linear and doesnt seem to stop until we restart the SCVMM server.
It's all traffic going to port 5985 and if i look at the traffic it's all WinRM requests.

Anyone know why this is happening?


All my VM are gone after reboot of iSCSI san. No dc,vmm,db are running.

$
0
0

My Lab enviroment died, after rebooting my Hyperv3 host that acts as a iSCSI san, Library server and NVGRE Gateway. The problem is that I nolonger see any VM on my Hyper-V hosts: "No virtual machines were found on this server".

All my env is virtualized. Domain controller (2 of them), Virtual Machine Manager and Database. I cant access any of them. And all of them are in the SAN (Hyperv3)

No machines are running at all on the hosts. Should the machiens not automatically start up when the hosts are rebooted? 

Hyperv1: Normal host
Hyperv2: Normal host
Hyperv3: Used for iSCSI san, Library server and NVGRE Gateway.

Any idea how I get back on track?

VMM 2012R2 - Update from RTM Version to UR5?

$
0
0

Hi all, we've got the RTM version of SCVMM 2012R2 running in our environment (3.2.7510.0) and am looking to get this software up to date. I see that UR5 was released in February. Is it wise to update right to UR5 or should I step through the rollups? What precautionary steps should I take before doing the rollup installs? Backup the VMM database? Anything else? Any feedback appreciated.

"Failed while applying switch port settings" in Network virtualized env.

$
0
0

When deploying a VM I am getting the below Error message.

The problem occurs when deploying a VM in a Network virtualized env. In a non Network virtualized env it works just fine.

Been at this for a long time and need a more set of eyes on this issue.

Error (12700)
VMM cannot complete the host operation on the hyperv2.wap.local server because of the error: The operation failed.

Failed while applying switch port settings 'Ethernet Switch Port Security Settings' on switch 'vSwitch-wap': One or more arguments are invalid (0x80070057).
Unknown error (0x8005)

Recommended Action
Resolve the host issue and then try the operation again.

Anyone got any idea?

Creating Cluster Fails

$
0
0

When using VMM 2012 R2 to create a cluster we are receiving this error.  It goes all the way to step 1.5 Create Cluster and then throws this error.  In the past we have created clusters with Failover Clustering and added them back into VMM but would really like to get VMM to do what it says it can do.

Error (25325)
The cluster creation failed because of the following error: The network name '' is already used in the network..

Recommended Action
Please refer to cluster documentation for resolving cluster problems.

Is VMM trying to write to DNS?  We have a DNS name reserved for the cluster address in Infoblox already.  What other steps should we try?  Our storage is coming from our SAN (IBM V7000) with Fiber and the hosts have the latest SDDDSM installed. I am stumped currently.

Attention All System Center Gurus! Time to SPRING Into Action!

$
0
0

April fools out of the way, now let's find an April genius!

The name "April" is derived from the Latin verb "aperire", meaning "to open", as it is the season when trees, flowers AND MINDS start to open! And.. I can't wait to OPEN and read this month's community contributions! (groan, tenuous link!)

Things are indeed heating up around TechNet. The Wiki has become a shining example of what the community has to offer, and talent is SPRINGING FORTH from all corners of our garden of knowledge. 

If you can find the time to enrich us with your latest revelations, or some fascinating facts, then not only will you build up a profile and name for yourself within the gaze of Microsoft's very own glitterati, but you will be adding pages to the most respected source for Microsoft knowledge base articles. This could not only boost your career, but would benefit generations to come!

So don't be an April fool. Please realise the potential of this platform, realise where we are going, and join us in growing this community, learning more about you, and opening the minds of others!

All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.

Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!

This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!

HOW TO WIN

1) Please copy over your Microsoft technical solutions and revelations toTechNet Wiki.

2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)

3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.

If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!

Winning this award in your favoured technology will help us learn the active members in each community.

Feel free to ask any questions below.

More about TechNet Guru Awards

Thanks in advance!
Pete Laker


#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over toTechNet Wiki, for future generations to benefit from! You'll never get archived again, and you could win weekly awards!

Have you got what it takes o become this month's TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

Viewing all 3230 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>