Quantcast
Channel: Technology Stronghold
Browsing latest articles
Browse All 10 View Live

How to setup Debug Mode in Windows PowerShell Desired State Configuration (DSC)

If you work on custom DSC resources then debug mode is very handy for you because you may need to re-import your updated DSC resource again and again. Without re-import (force import) the DSC uses...

View Article



PowerShell – Script to run one-time full deduplication including...

I wrote a simple script to run full deduplication. It is handy when you need one-time deduplication including garbage collection and scrubbing job. $ErrorActionPreference = 'Stop' Function...

View Article

How to stop (terminate) processes on a remote server using PowerShell and CIM...

My friends asked me simple question: How to stop (terminate) processes on a remote server? Of course you can use: Invoke-Command -ComputerName RemoteServer or Invoke-Command -Session...

View Article

PowerShell Windows User Group event for DevOps – September 2015 in Czech

I would like to thank you very much for attending our PowerShell Windows User Group (WUG) event. Current event: PowerShell for DevOps aka PowerShell Hidden treasures (Czech language) Btw. did you know...

View Article

Modify disk classifications in Virtual Machine Manager (VMM) using PowerShell

Do you need to modify large number of disk classifications in System Center Virtual Machine Manager (SCVMM)? It is very simple in PowerShell. Get-SCVMHost -VMMServer MyVMMserver -ComputerName MyHyperV...

View Article


PowerShell User Group event – February 2016 in London in Rackspace

Placeholder for PowerShell User Group in London in Rackspace Slides and code from presentation: github.com/rudolfvesely

View Article

Pass-through wired or wireless (Wi-Fi) NIC to VM using Hyper-V Discrete...

Hyper-V Discrete Device Assignment (DDA) was developed for attaching (passing through) video adapters into virtual machines. This feature exists on other hypervisors (for example VMDirectPath I/O...

View Article

PowerShell User Group event – June 2016 in London in Rackspace

I would like to thank you all for attending PowerShell User Group in London in Rackspace. Please find PowerShell Pester code from my session on GitHub. Thank you Josh Atwell for your first session and...

View Article


Microsoft opens its UK data center region to Azure and Office 365 customers

Microsoft is first global provider to deliver the complete cloud from datacenters in the UK. Microsoft Azure, along with Office 365, is now generally available from multiple UK datacenter locations...

View Article


Podman (daemonless Docker-like cont. engine) generates great container names

Playing with Podman I’ve just realized that it has great dictionary for generating random names for new containers. Example:

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images