Showing results for June 2015 - PowerShell Team

Jun 29, 2015
0
0

Use DSC to manage WMI namespace security

Steve Lee
Steve Lee

Almost 6 years ago, I wrote some PowerShell scripts in a multi-part series explaining WMI namespace security and also how to manage them using PowerShell. If you're not familiar with WMI namespace security, I recommend reading the blog posts above or even as a refresher. I received some feedback fairly recently about some issues and this presented...

PowerShellDSCWMI
Jun 23, 2015
0
0

DSC Resource Kit flourishes as open source

PowerShell Team
PowerShell Team

We are excited to announce the recent updates which were made to DSC Resource Kit since open sourcing it on GitHub! We were working hard on improving coverage and robustness of DSC as well as saw incredible engagement from the community in the recent months. That effort resulted in adding 32 new DSC resources across 8 modules and fixing bugs in 22 ...

PowerShellDSCDesired State Configuration
Jun 22, 2015
0
0

Want to write a DSC resource where only a single instance can be configured?

Travis Plunk
Travis Plunk

I've heard from a few DSC resource authors that they need a method to implement a resource that has a single instance; a singleton. The problem they encountered is a DSC resource must define a Key property but singleton resources generally should not have a key because there is only one instance that can be updated. The problem can been seen...

PowerShellDSCDesired State Configuration
Jun 17, 2015
0
0

Azure DSC Extension v2.0 released

PowerShell Team
PowerShell Team

NOTE: For information on OS support, and other features, please refer to our release history. Today we are releasing version 2.0 of the Azure DSC Extension, with improvements for DSC configurations that reboot the VM, and fixes for ARM deployments. We are releasing this version as a major version change, instead of a minor revision, because you ma...

Jun 9, 2015
0
2

PowerShell ♥ the Blue Team

PowerShell Team
PowerShell Team

(Warning: Long blog post ahead! If you’d like to read (or share) this as a whitepaper, you can download it here: “Scripting Security and Protection Advances in Windows 10”). At Microsoft, we invest an enormous amount of time and energy managing world-class cloud services and incredibly large enterprise networks. Security is critical for all of th...

Jun 3, 2015
0
5

Looking Forward: Microsoft Support for Secure Shell (SSH)

PowerShell Team
PowerShell Team

[UPDATE]: Read more about our detailed plans, roadmap, and where you can play with the in-progress code here. As Microsoft has shifted towards a more customer-oriented culture, Microsoft engineers are using social networks, tech communities and direct customer feedback as an integral part on how we make decisions about future investments. A popu...

PowerShellSSHOpen Source