From bff8f745df493d5b3cbcdf967cec8d0f74d48f8b Mon Sep 17 00:00:00 2001 From: DexterPOSH Date: Mon, 17 Nov 2014 10:40:07 +0530 Subject: [PATCH] Commit new --- POSH-Deploy_WMI.ps1 | 2129 ++++++++++++++++++++-------------- Remove-SCCMDPContent.ps1 | 7 +- TechnetAdd-SCCMDPContent.ps1 | 95 ++ 3 files changed, 1324 insertions(+), 907 deletions(-) create mode 100644 TechnetAdd-SCCMDPContent.ps1 diff --git a/POSH-Deploy_WMI.ps1 b/POSH-Deploy_WMI.ps1 index 490af52..4aeb560 100644 --- a/POSH-Deploy_WMI.ps1 +++ b/POSH-Deploy_WMI.ps1 @@ -4,8 +4,8 @@ Set-StrictMode -Version latest $VerbosePreference = 'continue' #setting this as all the verbose messages are displayed on the background console window (hidden by default) <# -Credits - Below links have been very helpful -http://stackoverflow.com/questions/21935398/powershell-observablecollection-predicate-filter + Credits - Below links have been very helpful + http://stackoverflow.com/questions/21935398/powershell-observablecollection-predicate-filter #> #region XAML definition @@ -21,7 +21,16 @@ http://stackoverflow.com/questions/21935398/powershell-observablecollection-pred - + + + + + + + + + +