From 1134c5072b4d3dad34837eb2106f1d2360180739 Mon Sep 17 00:00:00 2001 From: Ioan Popovici Date: Sat, 5 Aug 2023 02:30:44 +0200 Subject: [PATCH] deploy! Updated Links --- PSWmiToolKit/PSWmiToolKit.psd1 | 2 +- PSWmiToolKit/en-US/PSWmiToolkit-help.xml | 522 +++++++++++------- docs/help/markdown/Copy-WmiClass.md | 3 +- docs/help/markdown/Copy-WmiClassQualifier.md | 3 +- docs/help/markdown/Copy-WmiInstance.md | 3 +- docs/help/markdown/Copy-WmiNamespace.md | 3 +- docs/help/markdown/Copy-WmiProperty.md | 3 +- docs/help/markdown/Get-WmiClass.md | 3 +- docs/help/markdown/Get-WmiClassQualifier.md | 3 +- docs/help/markdown/Get-WmiInstance.md | 3 +- docs/help/markdown/Get-WmiNamespace.md | 3 +- docs/help/markdown/Get-WmiProperty.md | 3 +- .../help/markdown/Get-WmiPropertyQualifier.md | 3 +- docs/help/markdown/New-WmiClass.md | 3 +- docs/help/markdown/New-WmiInstance.md | 3 +- docs/help/markdown/New-WmiNamespace.md | 3 +- docs/help/markdown/New-WmiProperty.md | 3 +- docs/help/markdown/Remove-WmiClass.md | 3 +- .../help/markdown/Remove-WmiClassQualifier.md | 3 +- docs/help/markdown/Remove-WmiInstance.md | 3 +- docs/help/markdown/Remove-WmiNamespace.md | 3 +- docs/help/markdown/Remove-WmiProperty.md | 3 +- .../markdown/Remove-WmiPropertyQualifier.md | 3 +- docs/help/markdown/Rename-WmiClass.md | 3 +- docs/help/markdown/Rename-WmiNamespace.md | 3 +- docs/help/markdown/Set-WmiClassQualifier.md | 3 +- docs/help/markdown/Set-WmiInstance.md | 3 +- .../help/markdown/Set-WmiPropertyQualifier.md | 3 +- docs/help/offline/PSWmiToolkit-help.xml | 144 ++++- ...3-c6d1-403f-92a9-a0ae74bcbbf6_HelpInfo.xml | 2 +- ...3f-92a9-a0ae74bcbbf6_en-US_HelpContent.cab | Bin 639 -> 10598 bytes ...3f-92a9-a0ae74bcbbf6_en-US_HelpContent.zip | Bin 2831 -> 13153 bytes src/PSWmiToolkit.psd1 | 2 +- 33 files changed, 484 insertions(+), 266 deletions(-) diff --git a/PSWmiToolKit/PSWmiToolKit.psd1 b/PSWmiToolKit/PSWmiToolKit.psd1 index 132b371..c78503e 100644 --- a/PSWmiToolKit/PSWmiToolKit.psd1 +++ b/PSWmiToolKit/PSWmiToolKit.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSWmiToolKit.psm1' # Version number of this module. - ModuleVersion = '3.1.3' + ModuleVersion = '3.1.4' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/PSWmiToolKit/en-US/PSWmiToolkit-help.xml b/PSWmiToolKit/en-US/PSWmiToolkit-help.xml index 84399fa..d9dd56a 100644 --- a/PSWmiToolKit/en-US/PSWmiToolkit-help.xml +++ b/PSWmiToolKit/en-US/PSWmiToolkit-help.xml @@ -147,27 +147,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Copy-WmiClass -ClassName 'SCCMZone' -NamespaceSource 'ROOT\SCCM' -NamespaceDestination 'ROOT\Blog' -CreateDestination + Copy-WmiClass -ClassName 'MEMZone' -NamespaceSource 'ROOT\ConfigMgr' -NamespaceDestination 'ROOT\Blog' -CreateDestination -------------------------- EXAMPLE 2 -------------------------- - Copy-WmiClass -NamespaceSource 'ROOT\SCCM' -NamespaceDestination 'ROOT\Blog' -CreateDestination + Copy-WmiClass -NamespaceSource 'ROOT\ConfigMgr' -NamespaceDestination 'ROOT\Blog' -CreateDestination - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -295,27 +299,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Copy-WmiClassQualifier -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -CreateDestination + Copy-WmiClassQualifier -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -CreateDestination -------------------------- EXAMPLE 2 -------------------------- - Copy-WmiClassQualifier -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -QualifierName 'Description' -CreateDestination + Copy-WmiClassQualifier -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -QualifierName 'Description' -CreateDestination - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -466,34 +474,38 @@ -------------------------- EXAMPLE 1 -------------------------- - Copy-WmiInstance -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -CreateDestination + Copy-WmiInstance -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -CreateDestination -------------------------- EXAMPLE 2 -------------------------- - [hashtable]$Property = @{ Description = 'SCCMZone WebSite' } + [hashtable]$Property = @{ Description = 'MEMZone WebSite' } - Copy-WmiInstance -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -Property $Property -CreateDestination + Copy-WmiInstance -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -Property $Property -CreateDestination -------------------------- EXAMPLE 3 -------------------------- [hashtable]$Property = @{ - SCCMZoneWebSite = 'https:\SCCM-Zone.com' Description = 'SCCMZone WebSite' } Copy-WmiInstance -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -Property $Property -MatchAll -CreateDestination + MEMZoneWebsite = 'https:\ConfigMgr-Zone.com' Description = 'MEMZone WebSite' } Copy-WmiInstance -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -Property $Property -MatchAll -CreateDestination - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -597,27 +609,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Copy-WmiNamespace -NamespaceSource 'ROOT\SCCMZone' -NamespaceDestination 'ROOT\cimv2' -Force + Copy-WmiNamespace -NamespaceSource 'ROOT\MEMZone' -NamespaceDestination 'ROOT\cimv2' -Force -------------------------- EXAMPLE 2 -------------------------- - Copy-WmiNamespace -NamespaceSource 'ROOT\SCCMZone' -NamespaceDestination 'ROOT\cimv2' -ErrorAction 'SilentlyContinue' + Copy-WmiNamespace -NamespaceSource 'ROOT\MEMZone' -NamespaceDestination 'ROOT\cimv2' -ErrorAction 'SilentlyContinue' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -745,27 +761,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Copy-WmiProperty -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -CreateDestination + Copy-WmiProperty -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -CreateDestination -------------------------- EXAMPLE 2 -------------------------- - Copy-WmiProperty -ClassPathSource 'ROOT\SCCM:SCCMZone' -ClassPathDestination 'ROOT\SCCM:SCCMZoneBlog' -PropertyName 'SCCMZoneWebSite' -CreateDestination + Copy-WmiProperty -ClassPathSource 'ROOT\ConfigMgr:MEMZone' -ClassPathDestination 'ROOT\ConfigMgr:MEMZoneBlog' -PropertyName 'MEMZoneWebsite' -CreateDestination - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -911,34 +931,38 @@ -------------------------- EXAMPLE 1 -------------------------- - Get-WmiClass -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' + Get-WmiClass -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -------------------------- EXAMPLE 2 -------------------------- - Get-WmiClass -Namespace 'ROOT\SCCM' -QualifierName 'Description' + Get-WmiClass -Namespace 'ROOT\ConfigMgr' -QualifierName 'Description' -------------------------- EXAMPLE 3 -------------------------- - Get-WmiClass -Namespace 'ROOT\SCCM' + Get-WmiClass -Namespace 'ROOT\ConfigMgr' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1067,34 +1091,38 @@ -------------------------- EXAMPLE 1 -------------------------- - Get-WmiClassQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -QualifierName 'Description' -QualifierValue 'SCCMZone Blog' + Get-WmiClassQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -QualifierName 'Description' -QualifierValue 'MEMZone Blog' -------------------------- EXAMPLE 2 -------------------------- - Get-WmiClassQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -QualifierName 'Description' -QualifierValue 'SCCMZone*' + Get-WmiClassQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -QualifierName 'Description' -QualifierValue 'MEMZone*' -------------------------- EXAMPLE 3 -------------------------- - Get-WmiClassQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' + Get-WmiClassQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1224,32 +1252,36 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$Property = @{ - 'ServerPort' = '80' 'ServerIP' = '10.10.10.11' 'Source' = 'SCCMZone Blog' } Get-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Property $Property + 'ServerPort' = '80' 'ServerIP' = '10.10.10.11' 'Source' = 'MEMZone Blog' } Get-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Property $Property -------------------------- EXAMPLE 2 -------------------------- - Get-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Property @{ 'Source' = 'SCCMZone Blog' } -KeyOnly + Get-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Property @{ 'Source' = 'MEMZone Blog' } -KeyOnly -------------------------- EXAMPLE 3 -------------------------- - Get-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' + Get-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1370,7 +1402,7 @@ -------------------------- EXAMPLE 1 -------------------------- - Get-WmiNamespace -NameSpace 'ROOT\SCCM' + Get-WmiNamespace -NameSpace 'ROOT\ConfigMgr' @@ -1398,20 +1430,24 @@ -------------------------- EXAMPLE 5 -------------------------- - 'Root\SCCM', 'Root\SC*' | Get-WmiNamespace + 'Root\ConfigMgr', 'Root\SC*' | Get-WmiNamespace - + + + https://MEM.Zone + https://MEM.Zone + - https://github.com/JhonnyTerminus/PSWmiToolKit - https://github.com/JhonnyTerminus/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1588,21 +1624,21 @@ -------------------------- EXAMPLE 1 -------------------------- - Get-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' + Get-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -------------------------- EXAMPLE 2 -------------------------- - Get-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' -PropertyName 'WebsiteSite' -QualifierName 'key' + Get-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -PropertyName 'WebsiteSite' -QualifierName 'key' -------------------------- EXAMPLE 3 -------------------------- - Get-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' -PropertyName '*Site' + Get-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -PropertyName '*Site' @@ -1611,18 +1647,22 @@ -------------------------- EXAMPLE 4 -------------------------- $Property = [PSCustomobject]@{ - 'Name' = 'Website' 'Value' = $null 'CimType' = 'String' } Get-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' -Property $Property $Property | Get-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' + 'Name' = 'Website' 'Value' = $null 'CimType' = 'String' } Get-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -Property $Property $Property | Get-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1775,34 +1815,38 @@ -------------------------- EXAMPLE 1 -------------------------- - Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -PropertyName 'SCCMZone Blog' + Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -PropertyName 'MEMZone Blog' -------------------------- EXAMPLE 2 -------------------------- - 'SCCMZone Blog', 'ServerAddress' | Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' + 'MEMZone Blog', 'ServerAddress' | Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -------------------------- EXAMPLE 3 -------------------------- - Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -QualifierName 'key','Description' + Get-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -QualifierName 'key','Description' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -1932,32 +1976,36 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$Qualifiers = @{ - Key = $true Static = $true Description = 'SCCMZone Blog' } New-WmiClass -Namespace 'ROOT' -ClassName 'SCCMZone' -Qualifiers $Qualifiers + Key = $true Static = $true Description = 'MEMZone Blog' } New-WmiClass -Namespace 'ROOT' -ClassName 'MEMZone' -Qualifiers $Qualifiers -------------------------- EXAMPLE 2 -------------------------- - "Key = $true `n Static = $true `n Description = SCCMZone Blog" | New-WmiClass -Namespace 'ROOT' -ClassName 'SCCMZone' + "Key = $true `n Static = $true `n Description = MEMZone Blog" | New-WmiClass -Namespace 'ROOT' -ClassName 'MEMZone' -------------------------- EXAMPLE 3 -------------------------- - New-WmiClass -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -CreateDestination + New-WmiClass -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -CreateDestination - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2088,25 +2136,29 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$Property = @{ - 'ServerPort' = '89' 'ServerIP' = '11.11.11.11' 'Source' = 'File1' 'Date' = $(Get-Date) } New-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Key 'File1' -Property $Property + 'ServerPort' = '89' 'ServerIP' = '11.11.11.11' 'Source' = 'File1' 'Date' = $(Get-Date) } New-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Key 'File1' -Property $Property -------------------------- EXAMPLE 2 -------------------------- - "Server Port = 89 `n ServerIp = 11.11.11.11 `n Source = File `n Date = $(GetDate)" | New-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Property $Property + "Server Port = 89 `n ServerIp = 11.11.11.11 `n Source = File `n Date = $(GetDate)" | New-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Property $Property - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2186,27 +2238,31 @@ -------------------------- EXAMPLE 1 -------------------------- - New-WmiNamespace -Namespace 'ROOT\SCCM' + New-WmiNamespace -Namespace 'ROOT\ConfigMgr' -------------------------- EXAMPLE 2 -------------------------- - New-WmiNamespace -Namespace 'ROOT\SCCM\SCCMZone\Blog' -CreateSubTree + New-WmiNamespace -Namespace 'ROOT\ConfigMgr\MEMZone\Blog' -CreateSubTree - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2361,25 +2417,29 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$Qualifiers = @{ - Key = $true Static = $true Description = 'SCCMZone Blog' } New-WmiProperty -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -PropertyName 'Website' -PropertyType 'String' -Qualifiers $Qualifiers + Key = $true Static = $true Description = 'MEMZone Blog' } New-WmiProperty -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -PropertyName 'Website' -PropertyType 'String' -Qualifiers $Qualifiers -------------------------- EXAMPLE 2 -------------------------- - "Key = $true `n Description = SCCMZone Blog" | New-WmiProperty -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -PropertyName 'Website' -PropertyType 'String' + "Key = $true `n Description = MEMZone Blog" | New-WmiProperty -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -PropertyName 'Website' -PropertyType 'String' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2510,7 +2570,7 @@ Online Version: - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit @@ -2638,27 +2698,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Remove-WmiClassQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -QualifierName 'Description', 'Static' + Remove-WmiClassQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -QualifierName 'Description', 'Static' -------------------------- EXAMPLE 2 -------------------------- - Remove-WmiClassQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -RemoveAll + Remove-WmiClassQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -RemoveAll - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2788,18 +2852,22 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$Property = @{ - 'ServerPort' = '80' 'ServerIP' = '10.10.10.11' } Remove-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Property $Property -RemoveAll + 'ServerPort' = '80' 'ServerIP' = '10.10.10.11' } Remove-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Property $Property -RemoveAll - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -2902,20 +2970,24 @@ -------------------------- EXAMPLE 1 -------------------------- - Remove-WmiNamespace -Namespace 'ROOT\SCCM' -Force -Recurse + Remove-WmiNamespace -Namespace 'ROOT\ConfigMgr' -Force -Recurse - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3066,27 +3138,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Remove-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' -Property 'SCCMZone','Blog' + Remove-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -Property 'MEMZone','Blog' -------------------------- EXAMPLE 2 -------------------------- - Remove-WmiProperty -Namespace 'ROOT' -ClassName 'SCCMZone' -RemoveAll -Force + Remove-WmiProperty -Namespace 'ROOT' -ClassName 'MEMZone' -RemoveAll -Force - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3261,27 +3337,31 @@ -------------------------- EXAMPLE 1 -------------------------- - Remove-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -PropertyName 'Source' -QualifierName 'Key','Description' + Remove-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -PropertyName 'Source' -QualifierName 'Key','Description' -------------------------- EXAMPLE 2 -------------------------- - Remove-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -RemoveAll -Force + Remove-WmiPropertyQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -RemoveAll -Force - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3386,20 +3466,24 @@ -------------------------- EXAMPLE 1 -------------------------- - Rename-WmiClass -Namespace 'ROOT\cimv2' -Name 'SCCM' -NewName 'SCCMZone' + Rename-WmiClass -Namespace 'ROOT\cimv2' -Name 'ConfigMgr' -NewName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3504,20 +3588,24 @@ -------------------------- EXAMPLE 1 -------------------------- - Rename-WmiNamespace -Namespace 'ROOT\cimv2' -Name 'SCCM' -NewName 'SCCMZone' + Rename-WmiNamespace -Namespace 'ROOT\cimv2' -Name 'ConfigMgr' -NewName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3622,34 +3710,38 @@ -------------------------- EXAMPLE 1 -------------------------- - Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -Qualifier @{ Name = 'Description'; Value = 'SCCMZone Blog' } + Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -Qualifier @{ Name = 'Description'; Value = 'MEMZone Blog' } -------------------------- EXAMPLE 2 -------------------------- - Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' -Qualifier "Name = Description `n Value = SCCMZone Blog" + Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'MEMZone' -Qualifier "Name = Description `n Value = MEMZone Blog" -------------------------- EXAMPLE 3 -------------------------- - "Name = Description `n Value = SCCMZone Blog" | Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'SCCMZone' + "Name = Description `n Value = MEMZone Blog" | Set-WmiClassQualifier -Namespace 'ROOT' -ClassName 'MEMZone' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES @@ -3680,7 +3772,7 @@ String - SCCMZone + MEMZone Key @@ -3780,7 +3872,7 @@ String - SCCMZone + MEMZone Key @@ -3873,19 +3965,19 @@ -------------------------- EXAMPLE 1 -------------------------- [hashtable]$PropertySearch = @{ - 'ServerPort' = '99' 'ServerIP' = '10.10.10.10' } [hashtable]$Property = @{ 'ServerPort' = '88' 'ServerIP' = '11.11.11.11' 'Source' = 'File1' 'Date' = $(Get-Date) } Set-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Key 'File1' -PropertySearch $PropertySearch -Property $Property + 'ServerPort' = '99' 'ServerIP' = '10.10.10.10' } [hashtable]$Property = @{ 'ServerPort' = '88' 'ServerIP' = '11.11.11.11' 'Source' = 'File1' 'Date' = $(Get-Date) } Set-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Key 'File1' -PropertySearch $PropertySearch -Property $Property -------------------------- EXAMPLE 2 -------------------------- - Set-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Key 'File1' -Property $Property + Set-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Key 'File1' -Property $Property -------------------------- EXAMPLE 3 -------------------------- - Set-WmiInstance -Namespace 'ROOT' -ClassName 'SCCMZone' -Property $Property -CreateInstance + Set-WmiInstance -Namespace 'ROOT' -ClassName 'MEMZone' -Property $Property -CreateInstance @@ -3906,30 +3998,30 @@ __PATH : \\SYSTEM01\root\cimv2:Win32_WMISetting=@ ASPScriptDefaultNamespace : \\root\cimv2 ASPScriptEnabled : False AutorecoverMofs : {%windir%\system32\wbem\cimwin32.mof, %windir%\system32\wbem\ncprov.mof, %windir%\syst -em32\wbem\wmipcima.mof, %windir%\system32\wbem\secrcw32.mof...} -AutoStartWin9X : -BackupInterval : -BackupLastTime : +em32\wbem\wmipcima.mof, %windir%\system32\wbem\secrcw32.mof...} +AutoStartWin9X : +BackupInterval : +BackupLastTime : BuildVersion : 6001.18000 -Caption : +Caption : DatabaseDirectory : C:\Windows\system32\wbem\repository -DatabaseMaxSize : -Description : -EnableAnonWin9xConnections : +DatabaseMaxSize : +Description : +EnableAnonWin9xConnections : EnableEvents : False EnableStartupHeapPreallocation : False -HighThresholdOnClientObjects : +HighThresholdOnClientObjects : HighThresholdOnEvents : 20000000 InstallationDirectory : C:\Windows\system32\wbem -LastStartupHeapPreallocation : +LastStartupHeapPreallocation : LoggingDirectory : C:\Windows\system32\wbem\Logs\ LoggingLevel : 2 -LowThresholdOnClientObjects : +LowThresholdOnClientObjects : LowThresholdOnEvents : 10000000 MaxLogFileSize : 65536 -MaxWaitOnClientObjects : +MaxWaitOnClientObjects : MaxWaitOnEvents : 2000 -MofSelfInstallDirectory : +MofSelfInstallDirectory : SettingID : This command sets the WMI logging level to 2. The command passes the property to be set and the value, together considered a value pair, in the argument parameter. The parameter takes a hash table that is defined by the @{property = value} construction. The class information that is returned reflects the new value. @@ -3950,7 +4042,7 @@ __NAMESPACE : root\cimv2 __PATH : \\SYSTEM01\root\cimv2:Win32_Environment.Name="testvar",UserName="<SYSTEM>" Caption : <SYSTEM>\testvar Description : <SYSTEM>\testvar -InstallDate : +InstallDate : Name : testvar Status : OK SystemVariable : True @@ -3976,31 +4068,31 @@ __PATH : \\SYSTEM01\root\cimv2:Win32_WMISetting=@ ASPScriptDefaultNamespace : \\root\cimv2 ASPScriptEnabled : False AutorecoverMofs : {%windir%\system32\wbem\cimwin32.mof, %windir%\system32\wbem\ncprov.mof, %windir%\syst -em32\wbem\wmipcima.mof, %windir%\system32\wbem\secrcw32.mof...} -AutoStartWin9X : -BackupInterval : -BackupLastTime : +em32\wbem\wmipcima.mof, %windir%\system32\wbem\secrcw32.mof...} +AutoStartWin9X : +BackupInterval : +BackupLastTime : BuildVersion : 6001.18000 -Caption : +Caption : DatabaseDirectory : C:\Windows\system32\wbem\repository -DatabaseMaxSize : -Description : -EnableAnonWin9xConnections : +DatabaseMaxSize : +Description : +EnableAnonWin9xConnections : EnableEvents : False EnableStartupHeapPreallocation : False -HighThresholdOnClientObjects : +HighThresholdOnClientObjects : HighThresholdOnEvents : 20000000 InstallationDirectory : C:\Windows\system32\wbem -LastStartupHeapPreallocation : +LastStartupHeapPreallocation : LoggingDirectory : C:\Windows\system32\wbem\Logs\ LoggingLevel : 2 -LowThresholdOnClientObjects : +LowThresholdOnClientObjects : LowThresholdOnEvents : 10000000 MaxLogFileSize : 65536 -MaxWaitOnClientObjects : +MaxWaitOnClientObjects : MaxWaitOnEvents : 2000 -MofSelfInstallDirectory : -SettingID : +MofSelfInstallDirectory : +SettingID : ... This command sets the WMI logging level to 2. The command passes the property to be set and the value, together considered a value pair, in the argument parameter. The parameter takes a hash table that is defined by the @{property = value} construction. The returned class information reflects the new value. @@ -4009,12 +4101,12 @@ SettingID : - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES Online Version: @@ -4159,34 +4251,38 @@ SettingID : -------------------------- EXAMPLE 1 -------------------------- - Set-WmiPropertyQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -Property 'WebSite' -Qualifier @{ Name = 'Description' ; Value = 'SCCMZone Blog' } + Set-WmiPropertyQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -Property 'WebSite' -Qualifier @{ Name = 'Description' ; Value = 'MEMZone Blog' } -------------------------- EXAMPLE 2 -------------------------- - Set-WmiPropertyQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -Property 'WebSite' -Qualifier "Name = Description `n Value = SCCMZone Blog" + Set-WmiPropertyQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -Property 'WebSite' -Qualifier "Name = Description `n Value = MEMZone Blog" -------------------------- EXAMPLE 3 -------------------------- - "Name = Description `n Value = SCCMZone Blog" | Set-WmiPropertyQualifier -Namespace 'ROOT\SCCM' -ClassName 'SCCMZone' -Property 'WebSite' + "Name = Description `n Value = MEMZone Blog" | Set-WmiPropertyQualifier -Namespace 'ROOT\ConfigMgr' -ClassName 'MEMZone' -Property 'WebSite' - + + + https://MEM.Zone + https://MEM.Zone + - https://sccm-zone.com - https://sccm-zone.com + https://MEM.Zone/PSWmiToolKit + https://MEM.Zone/PSWmiToolKit - https://github.com/JhonnyTerminus/SCCM - https://github.com/JhonnyTerminus/SCCM + https://MEM.Zone/PSWmiToolKit-ISSUES + https://MEM.Zone/PSWmiToolKit-ISSUES diff --git a/docs/help/markdown/Copy-WmiClass.md b/docs/help/markdown/Copy-WmiClass.md index 1b11058..7728dec 100644 --- a/docs/help/markdown/Copy-WmiClass.md +++ b/docs/help/markdown/Copy-WmiClass.md @@ -137,4 +137,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) \ No newline at end of file diff --git a/docs/help/markdown/Copy-WmiClassQualifier.md b/docs/help/markdown/Copy-WmiClassQualifier.md index 60746d4..19e91dd 100644 --- a/docs/help/markdown/Copy-WmiClassQualifier.md +++ b/docs/help/markdown/Copy-WmiClassQualifier.md @@ -121,4 +121,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Copy-WmiInstance.md b/docs/help/markdown/Copy-WmiInstance.md index 6aca523..f915229 100644 --- a/docs/help/markdown/Copy-WmiInstance.md +++ b/docs/help/markdown/Copy-WmiInstance.md @@ -152,4 +152,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Copy-WmiNamespace.md b/docs/help/markdown/Copy-WmiNamespace.md index e64fb69..87980f9 100644 --- a/docs/help/markdown/Copy-WmiNamespace.md +++ b/docs/help/markdown/Copy-WmiNamespace.md @@ -102,4 +102,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Copy-WmiProperty.md b/docs/help/markdown/Copy-WmiProperty.md index 4cecf1c..9dfe908 100644 --- a/docs/help/markdown/Copy-WmiProperty.md +++ b/docs/help/markdown/Copy-WmiProperty.md @@ -121,4 +121,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiClass.md b/docs/help/markdown/Get-WmiClass.md index 82012c0..521809d 100644 --- a/docs/help/markdown/Get-WmiClass.md +++ b/docs/help/markdown/Get-WmiClass.md @@ -128,4 +128,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiClassQualifier.md b/docs/help/markdown/Get-WmiClassQualifier.md index f7af085..f42cb2e 100644 --- a/docs/help/markdown/Get-WmiClassQualifier.md +++ b/docs/help/markdown/Get-WmiClassQualifier.md @@ -128,4 +128,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiInstance.md b/docs/help/markdown/Get-WmiInstance.md index 3b0e35e..2d5e6e5 100644 --- a/docs/help/markdown/Get-WmiInstance.md +++ b/docs/help/markdown/Get-WmiInstance.md @@ -132,4 +132,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiNamespace.md b/docs/help/markdown/Get-WmiNamespace.md index f718b1c..324f04a 100644 --- a/docs/help/markdown/Get-WmiNamespace.md +++ b/docs/help/markdown/Get-WmiNamespace.md @@ -130,4 +130,5 @@ This is a public module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiProperty.md b/docs/help/markdown/Get-WmiProperty.md index c52ce1e..50e159b 100644 --- a/docs/help/markdown/Get-WmiProperty.md +++ b/docs/help/markdown/Get-WmiProperty.md @@ -184,4 +184,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Get-WmiPropertyQualifier.md b/docs/help/markdown/Get-WmiPropertyQualifier.md index a22c0e7..fa7f128 100644 --- a/docs/help/markdown/Get-WmiPropertyQualifier.md +++ b/docs/help/markdown/Get-WmiPropertyQualifier.md @@ -144,4 +144,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/New-WmiClass.md b/docs/help/markdown/New-WmiClass.md index c53235d..13afcfc 100644 --- a/docs/help/markdown/New-WmiClass.md +++ b/docs/help/markdown/New-WmiClass.md @@ -142,4 +142,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/New-WmiInstance.md b/docs/help/markdown/New-WmiInstance.md index 63749e1..be8ea48 100644 --- a/docs/help/markdown/New-WmiInstance.md +++ b/docs/help/markdown/New-WmiInstance.md @@ -127,4 +127,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/New-WmiNamespace.md b/docs/help/markdown/New-WmiNamespace.md index 5b43a30..b29f267 100644 --- a/docs/help/markdown/New-WmiNamespace.md +++ b/docs/help/markdown/New-WmiNamespace.md @@ -85,4 +85,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/New-WmiProperty.md b/docs/help/markdown/New-WmiProperty.md index 62713be..68e3fef 100644 --- a/docs/help/markdown/New-WmiProperty.md +++ b/docs/help/markdown/New-WmiProperty.md @@ -151,4 +151,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Remove-WmiClass.md b/docs/help/markdown/Remove-WmiClass.md index bd1a9af..c95fc5c 100644 --- a/docs/help/markdown/Remove-WmiClass.md +++ b/docs/help/markdown/Remove-WmiClass.md @@ -111,4 +111,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Remove-WmiClassQualifier.md b/docs/help/markdown/Remove-WmiClassQualifier.md index 7494c7c..252458d 100644 --- a/docs/help/markdown/Remove-WmiClassQualifier.md +++ b/docs/help/markdown/Remove-WmiClassQualifier.md @@ -119,4 +119,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Remove-WmiInstance.md b/docs/help/markdown/Remove-WmiInstance.md index bbb2f33..4e8e41b 100644 --- a/docs/help/markdown/Remove-WmiInstance.md +++ b/docs/help/markdown/Remove-WmiInstance.md @@ -119,4 +119,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Remove-WmiNamespace.md b/docs/help/markdown/Remove-WmiNamespace.md index 2355a4f..77d8b6a 100644 --- a/docs/help/markdown/Remove-WmiNamespace.md +++ b/docs/help/markdown/Remove-WmiNamespace.md @@ -96,4 +96,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT)) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES)) diff --git a/docs/help/markdown/Remove-WmiProperty.md b/docs/help/markdown/Remove-WmiProperty.md index f8780f1..89db331 100644 --- a/docs/help/markdown/Remove-WmiProperty.md +++ b/docs/help/markdown/Remove-WmiProperty.md @@ -139,4 +139,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Remove-WmiPropertyQualifier.md b/docs/help/markdown/Remove-WmiPropertyQualifier.md index a549a4a..d77924d 100644 --- a/docs/help/markdown/Remove-WmiPropertyQualifier.md +++ b/docs/help/markdown/Remove-WmiPropertyQualifier.md @@ -154,4 +154,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Rename-WmiClass.md b/docs/help/markdown/Rename-WmiClass.md index fd1fe3e..bbee484 100644 --- a/docs/help/markdown/Rename-WmiClass.md +++ b/docs/help/markdown/Rename-WmiClass.md @@ -95,4 +95,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Rename-WmiNamespace.md b/docs/help/markdown/Rename-WmiNamespace.md index ec7faaa..5bba8f8 100644 --- a/docs/help/markdown/Rename-WmiNamespace.md +++ b/docs/help/markdown/Rename-WmiNamespace.md @@ -96,4 +96,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Set-WmiClassQualifier.md b/docs/help/markdown/Set-WmiClassQualifier.md index 6d2446a..ab6e233 100644 --- a/docs/help/markdown/Set-WmiClassQualifier.md +++ b/docs/help/markdown/Set-WmiClassQualifier.md @@ -126,4 +126,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Set-WmiInstance.md b/docs/help/markdown/Set-WmiInstance.md index 677490b..19ea577 100644 --- a/docs/help/markdown/Set-WmiInstance.md +++ b/docs/help/markdown/Set-WmiInstance.md @@ -300,4 +300,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/markdown/Set-WmiPropertyQualifier.md b/docs/help/markdown/Set-WmiPropertyQualifier.md index 0420b6c..bcc2d93 100644 --- a/docs/help/markdown/Set-WmiPropertyQualifier.md +++ b/docs/help/markdown/Set-WmiPropertyQualifier.md @@ -143,4 +143,5 @@ This is a module function and can typically be called directly. ## RELATED LINKS [MEM.Zone](https://MEM.Zone) -[MEM.Zone/GIT](https://MEM.Zone/GIT) +[PSWmiToolKit](https://MEM.Zone/PSWmiToolKit) +[PSWmiToolKit-ISSUES](https://MEM.Zone/PSWmiToolKit-ISSUES) diff --git a/docs/help/offline/PSWmiToolkit-help.xml b/docs/help/offline/PSWmiToolkit-help.xml index 438aba6..d9dd56a 100644 --- a/docs/help/offline/PSWmiToolkit-help.xml +++ b/docs/help/offline/PSWmiToolkit-help.xml @@ -160,7 +160,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -308,7 +312,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -486,7 +494,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -610,7 +622,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -758,7 +774,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -931,7 +951,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1087,7 +1111,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1242,7 +1270,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1404,7 +1436,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1615,7 +1651,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1795,7 +1835,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -1950,7 +1994,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2099,7 +2147,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2199,7 +2251,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2372,7 +2428,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2651,7 +2711,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2792,7 +2856,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -2908,7 +2976,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -3079,7 +3151,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -3274,7 +3350,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -3392,7 +3472,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -3510,7 +3594,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -3642,7 +3730,11 @@ - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit @@ -4179,7 +4271,11 @@ SettingID : - + + + https://MEM.Zone + https://MEM.Zone + https://MEM.Zone/PSWmiToolKit https://MEM.Zone/PSWmiToolKit diff --git a/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_HelpInfo.xml b/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_HelpInfo.xml index e370e10..4b216e4 100644 --- a/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_HelpInfo.xml +++ b/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_HelpInfo.xml @@ -1,6 +1,6 @@  - https://MEM.Zone/PSWmiToolKit-UpdatableHelp/ + https://MEM.Zone/PSWmiToolKit-UpdatableHelp en-US diff --git a/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_en-US_HelpContent.cab b/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_en-US_HelpContent.cab index 7b7fb5855e5a17a642dcca0e50897aa61fc8fca6..8fb106f88ed606e467987020812a8a6c04a43f38 100644 GIT binary patch literal 10598 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 diff --git a/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_en-US_HelpContent.zip b/docs/help/updatable/PSWmiToolKit_a885bff3-c6d1-403f-92a9-a0ae74bcbbf6_en-US_HelpContent.zip index 86190c75c285e5f5cf738b02619ccbd2ed87fc5f..3c7389f5999d0422c85cc2e47a518290128f6677 100644 GIT binary patch delta 10927 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 delta 526 zcmaEu)-N_8pZVj{GZTwCnBP1-v+-{rBU=U2*^~;V$+EiIlk1sGg}>yogfl=v4I=|X zB!j|aLj%{zJj_z{u}{yWTmxdD2`Qx&+zgB?Ux6xEM1ab3Cmi%TVj$4={{ z8mXSY++%Da`}NWrZ@b@$J0E0k)Y`TpCzUPfU|!5g_xEpA>lC3tW~e#E6~SWYhd+PPb_C{UyAT{m0D9r*)Ll%cIgLrvvW*HQP}(v=xtC41$Z+9gMb4Ffnhg!rcM`kOuG`s?|5h5qDz1BJ;V1{I(v0J7&pqhMm8@Z<$XT>PLIKr(-F zf?**y%tVN88D@}8zYV3CtymZ)zhMlR{8L8?$ySI-8cYtXlM4;qCJPv=z}zs|+E{^2 IfgKdT0Qke+VgLXD diff --git a/src/PSWmiToolkit.psd1 b/src/PSWmiToolkit.psd1 index 3ba8ced..83b4e00 100644 --- a/src/PSWmiToolkit.psd1 +++ b/src/PSWmiToolkit.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSWmiToolKit.psm1' # Version number of this module. - ModuleVersion = '3.1.3' + ModuleVersion = '3.1.4' # Supported PSEditions # CompatiblePSEditions = @()