The next step on our journey to an alternative configuration is setting the NIC to use DHCP I will keep cheating for now and specify the NIC – on my machine I now it is the NIC whose Win32_NetworkAdapterConfiguration has an Index of 7 $index = 7 Get-WmiObject...
I often saw scripts that did something like this function test1 { param ( [string] $computername ) if ( ! $computername ) { $computername = $env:COMPUTERNAME } Get-WmiObject -Class Win32_OperatingSystem -ComputerName $computername } A function, or script...
Bonsoir à tous, Microsoft Assessment and planning Toolkit 7.0 Beta est dsiponible ! Cet outil (MAP Toolkit) 7ième version offre aux entreprises des outils pour évaluer et préparer le déploiement à Windows, notamment à Windows 8 et Windows Server 2012...
Pessoal, Não esqueça de se programar, avisar seus clientes, gerentes, pares e interessados, o evento para o lançamento oficial do System Center 2012 no Brasil é sexta-feira agora: Sheraton WTC Avenida Nações Unidas...
Das ist mal wieder ein Blogartikel, damit ich selber nächstes Mal nicht wieder so lange suchen muss ;-) Mir fiel die Tage plötzlich auf, dass ich im Eventlog unseres Printservers unter Windows Server 2008 R2 keine Einträge mehr von der Quelle “PrintService...
2012-05-16 Malware + ClaroMultimedia + Win32.Autorun.ie ++ Win32.Downloader.bdld + Win32.FraudLoad.edt + Win32.Renos Trojans ++ Conficker.rtk ++ Win32.Graftor.6078 + Win32.IRCBot + Win32.Mabezat + Win32.OnLineGames.down + Win32.OnLineGames.gen + Win32...
What is Cen Protect? The Malwarebytes research team has determined that Cen Protect is a fake anti-malware application. These so-called "rogues" use intentional false positives to convince users that their systems have been compromised. Then...
Cloud Computing Security Benefits Dispel Adoption Barrier for Small to Midsize Businesses: http://www.microsoft.com/en-us/news/Press/2012/May12/05-14SMBSecuritySurveyPR.aspx Now before you read the report... read the fine print of how many people they...
I'm getting increasingly concerned in regards to the level and quality of Microsoft support. I have personally set up support cases for folks on this thread - http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/kb2686509-repeatedly...
I have mentioned computer names a few times. One oddity is accessing the local machine. There are three options dot . localhost $env:COMPUTERNAME There are a number of occasions when . and localhost fail. For example PS> Get-EventLog -List -ComputerName...
Following on from the previous post I performed the same tests on PowerShell v3 The behaviour is the same except that Test-Connection -ComputerName . -Count 4 –AsJob now give the 4 pings when you receive the job information
Exchange 2010 Unified Messaging can be used to create a disaster information message for employees. Typically you will have a dedicated phone number for this purpose and will advertise this number to employees on a regular basis. When a disaster occurs...
I have been working on a C# project on Windows where the use of Alternate Data Streams seemed appropriate, but found out to my dismay that the .NET framework simply doesn't support them. Alternate Data Streams are a feature of... Read More...
I am a bit busy with upcoming presentations, all of which are free to attend Monday 21st May - Black Marble Webinar ‘How to Kick start your ALM Process ‘ Tuesday 22nd May – Typemock Webinar ‘Using Typemock Isolator to speed up the development of...
I am a bit busy with upcoming presentations, all of which are free to attend Monday 21st May - Black Marble Webinar ‘How to Kick start your ALM Process ‘ Tuesday 22nd May – Typemock Webinar ‘Using Typemock Isolator to speed up the development of...
Pessoal, Finalmente o Cumulative Update 6 para SCOM 2007 R2 foi lançado. Além de trazer muitas correções também adiciona o suporte para novas versões de AIX e Solaris. A ordem sugerida de instalação...
Ya hace algunas semanas que tenemos entre las manos la Consumer Preview de Windows 8, tanto en su versión cliente como en la versión servidor (Server 2012). Si he de ser sincero, cuando vi por primera vez el nuevo interfaz metro, con la...
From a comment in the blog: (Cristian not me) I wrote a VB Script to fix two problems while running microsoft security update KB2686509 HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout\Scancode Map and HKLM\SYSTEM\CurrentControlSet\Control\Keyboard...
I’ve playing around with Test-Connection because I wanted to set up a long running WMI based job and I thought that pinging a machine lots of times would be a good way to do it. Test-Connection uses the Win32-PingStatus class. I started with this PS>...
Previously, we asked you if you use the Windows command prompt and many of you answered by saying you do not. For those that do use the command line interface (CLI), many use it infrequently. In this guide: we’ll go through the basics of the command...