Related Articles
itnetx – Winner of the “Microsoft Partner of the Year Award 2012”
Awesome! Today itnetx received from Microsoft Switzerland the “Partner of the Year 2012 –Datacenter” award – the second time in a row . This Microsoft Partner award recognizes a partner that has developed and delivered exceptional Microsoft-based solutions during the past year in the category “Datacenter”. This award shows also the passion and dedication of […]
SCOM 2016 – Start-SCOMAgentMaintenanceMode PowerShell Way
In SCOM 2016 there is a new way to set maintenance mode on your agent machine itself. Microsoft released a module to set the maintenance mode on the agent server itself. It uses a library (MaintenanceMode.dll) to set maintenance mode parameters on your monitored server. This DLL can be found in the C:\Program Files\Microsoft Monitoring […]
PowerShell – PowerShellGet Module “Publish-PSArtifactUtility : Cannot process argument transformation on parameter ‘ElementValue’”
In PowerShell 5.0, Microsoft introduced the PowerShellGet module. This module contains cmdlets for different tasks. E.g. it lets you easily install / upload PowerShell modules / scripts from and to an online gallery such as PowerShellGallery.com. It even lets you find scripts, modules and DSC resources in such repositories. This is a fantastic way to […]