Browse by Tags
All Tags » Scripting ( RSS)
-
|
One of the things that has bugged me for a long time is how to create a PowerShell-based activity using QIK CLI, but also enable the use of switch parameters.It wasn’t until today that I really turned my attention to the problem because it was something...
|
-
|
Uma iniciativa que está sendo encabeçada por Yuri Diógenes (Sr. Technical Writer para o Time de Windows Security) junto à comunidade IT e que já está surtindo efeito com diversas contribuições é o TechNet WIKI. A divulgação junto à comunidade IT no Brasil...
|
-
|
Please join us at the next ICAB Live Meeting on Thursday and Friday of this week, featuring Microsoft Scripting Guy Ed Wilson . Ed will present at the following times: Thursday, 10 March: 1200 Pacific time (UTC -8) - Americas Thursday, 10 March: 1600...
|
-
|
I've been doing lots of PowerShell scripting lately, and though all my test servers have a group policy assigned to enable the right PowerShell remoting settings, I get a lot of questions about scripts not working, or people forgetting to enable remote...
|
-
|
Dnes se podíváme na modul, který se nechal inspirovat z jiných jazyků a používá se nejčastěji na automatizaci buildu (nebudu zde kostrbatě překládát anglické dobře známé pojmy...
|
-
|
Možná jste se už dostali do situace, kdy jste měli najednou místo správy sítě udělat interní Wiki, aplikaci na evidenci služebních aut či něco podobného. Občas se těžko vysvětluje, že správce sítě...
|
-
|
Preparando alcune sessioni per degli eventi che faremo nei prossimi mesi, sto cercando di sviluppare alcuni script PowerShell a supporto di alcune demo. Mi sono così trovato a cercare moduli PowerShell che mi potessero semplificare il compito e mi sono...
|
-
|
In my continuing work on building a private cloud offering with Hyper-V and System Center, I started work on a scenario today where the “fabric” management infrastructure is in a different Active Directory forest than the fabric hosts. This would be something...
|
-
|
I do not know about you but I LOVE PowerShell, especially the Group Policy cmdlets. Unfortunately, I didn’t have too many opportunities to really use them - but luckily got a chance in preparation for a presentation where I would demo a script that...
|
-
|
Issue 24 of the Microsoft Architecture Journal focuses on virtualization. My paper, From Virtualization to Dynamic IT , has been published in this issue. My thesis: Virtualization is a critical infrastructure-architecture layer that is required for achieving...
|
-
|
Windows PowerShell 2.0 offers a new cmdlet that makes it easy to send e-mail from a script . Follow our daily tips on: Twitter | Facebook | blog | Web | RSS Share this post: Read More...
|
-
|
Learn about the new debugging cmdlets that make it easier to debug scripts in Windows PowerShell 2.0 . Follow our daily tips on: Twitter | Facebook | blog | Web | RSS Share this post: Read More...
|
-
|
V dubnu oficiálně uvedeme na trh dlouho očekávanou verzi produktu Microsoft Visual Studio 2010 . Při té příležitosti jsme pro vás připravili dvě akce nabité obsahem i kvalitními přednášejícími. První je technická konference „Microsoft Visual Studio 2010"...
|
-
|
Icons automatisch z.B. von der command line auf dem Desktop erzeugen ist gar nicht so trivial. mklink ist ideal für Verzeichnisse um dagegen Verknüpfungen zu Programmen zu erstellen bietet sich z.B. die Powershell an. “CreateIconOnDesktop.ps1:” $wshShellObject...
|
-
|
This comes up quite often, so I thought I share a method I came up with to enumerate open ports in VBScript using netstat. Basically the script, which is available here on TechNet Script Center , runs “netstat –a –n” and parses the output into the...
|
-
|
I recently had a customer request on how to enumerate maintenance windows within a site. The script was used to provide descriptions that match those created by the ConfigMgr console. The script can also be used as an example of how to convert...
|
-
|
Cd %SystemRoot%\system32\wbem\ wmic nicconfig where "caption like '%Local Area Connection%'" call EnableStatic ("192.168.2.5"), ("255.255.255.0") Anm: Sucht nach Adapter mit dem ungefähren Namen „Local Area Connection...
|
-
|
I was recently asked a question about PowerShells ability to read in an XML configuration file at a Virtual Academy I ran last week. One of the strengths of PowerShell is its ability to perform lots of time saving tasks … one of which is reading in an...
|
-
|
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:"";...
|
-
|
Windows PowerShell is something I’ve talked about and emphasized in many of my presentations on Windows Server 2008 R2 and Windows 7 . Windows PowerShell is a management technology designed for ease of use by both system administrators and developers...
|
-
|
Nella mia inbox oggi ho trovato quattro messaggi, di persone diverse, con un unico tema: dove trovare esempi di script per la gestione di Hyper-V da linea di comando. Credo sia quindi il caso di segnalare un paio di utili risorse: Esempi di script sul...
|
-
|
The Virtual Hard Disk Getting Started Guide is 61 pages of great info outlining all the relevant scenarios, configurations, and options for using VHD files. This was release about 3 weeks ago but I missed it at the time due to training and TechReady9...
|
-
|
Seeing as PowerShell is included by default in Windows 7, and also because you get the PowerShell icon on your quick launch bar by default, I try to use that over the de rigueur cmd.exe command interpreter that we have all had since the dawn of time. ...
|
-
|
Recently, I have had a bunch for requests for more detail on installing a Windows Agent or upgrading a Agent from the command line. So here you go!! Use Case Command Fresh Install and set specific action account msiexec.exe /i \\path\Directory\MOMAgent...
|
-
|
There’s a good technical post over on Chris Adam’s blog about how to dynamically provision customized virtual machines by using System Center Virtual Machine Manager and unattend.xml. The unattend.xml file is used in combination with a sysprep’d image...
|
More Posts Next page »
|
|