Skip to content

Commit

Permalink
Updated Shortlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan-Popovici committed Oct 2, 2023
1 parent c80720b commit 3a37c36
Show file tree
Hide file tree
Showing 41 changed files with 285 additions and 285 deletions.
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Extensions/perm_CMDatabase.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Created by Ioan Popovici
Replace the <SITE_CODE> with your CM Site Code and uncomment SSMS region if running directly from SSMS.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
.LINK
https://social.technet.microsoft.com/wiki/contents/articles/7870.sccm-2007-create-report-of-upcoming-maintenance-windows-by-client.aspx (Adam Weigert)
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Private/DecodeString.vb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Public Function DecodeString(ByVal astrToDecode As String) As String
' Created by MEMCM product team.
' Modified by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#>
On Error GoTo ErrorExit
Dim bytDecodedBytes As Byte() = System.Convert.FromBase64String(astrToDecode)
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Private/ExtractCSV.vb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Public Function ExtractCSV(ByVal astrSource As String, ByVal astrPosition As Int
' Created by MEMCM product team.
' Modified by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#>

Dim strResutl As String = ""
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Private/GetStates.vb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Function GetStates (ByVal intBitMask As Integer, ByVal astrStateList As String ,
'.NOTES
' Created by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#>

Dim iaStates As Long
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Private/GetValueBetweenStrings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Public Function GetValueBeweenStrings(ByVal astrSource As String, ByVal astrSear
'.LINK
' https://www.freevbcode.com/ShowCode.asp?ID=9116
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#>
If astrSearchLast.Length < 1 Then
GetValueBeweenStrings = astrSource.Substring(astrSource.IndexOf(astrSearchFirst))
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Private/ufn_CM_GetUpdateCompliance.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ PARAMETER HealthThresholds
Replace the <SITE_CODE> with your CM Site Code and uncomment SSMS region if running directly from SSMS.
Run the code in SQL Server Management Studio.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Public/Site - Alerts - Info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
RBAC Disabled in order to get all alerts.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
6 changes: 3 additions & 3 deletions MEM.Zone-Dashboards/Public/Site - Alerts - Summarization.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
RBAC Disabled in order to get all alerts.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
Requires SELECT access on dbo.vSMS_SUPSyncStatus for smsschm_users (MEMCM Reporting).
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Requires SQL 2016
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ ORDER BY Name</CommandText>
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down Expand Up @@ -5266,7 +5266,7 @@ Fields!ProtectionStatus.Value = 2, SrsResources.Localization.GetString("Bitlocke
<ActionInfo>
<Actions>
<Action>
<Hyperlink>https://MEM.Zone/Dashboards-HELP</Hyperlink>
<Hyperlink>https://MEMZ.one/Dashboards-HELP</Hyperlink>
</Action>
</Actions>
</ActionInfo>
Expand Down Expand Up @@ -5313,7 +5313,7 @@ Fields!ProtectionStatus.Value = 2, SrsResources.Localization.GetString("Bitlocke
<ActionInfo>
<Actions>
<Action>
<Hyperlink>https://MEM.Zone/Dashboards</Hyperlink>
<Hyperlink>https://MEMZ.one/Dashboards</Hyperlink>
</Action>
</Actions>
</ActionInfo>
Expand Down Expand Up @@ -5747,11 +5747,11 @@ Public Function DecodeString(ByVal astrToDecode As String) As String
' Created by MEMCM product team.
' Modified by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#&gt;
On Error GoTo ErrorExit
Dim bytDecodedBytes As Byte() = System.Convert.FromBase64String(astrToDecode)
Expand Down Expand Up @@ -5783,11 +5783,11 @@ Function GetStates (ByVal intBitMask As Integer, ByVal astrStateList As String ,
'.NOTES
' Created by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#&gt;

Dim iaStates As Long
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ ORDER BY Name</CommandText>
Requires SQL 2016.
Part of a report should not be run separately.
.LINK
https://MEM.Zone/Dashboards
https://MEMZ.one/Dashboards
.LINK
https://MEM.Zone/Dashboards-HELP
https://MEMZ.one/Dashboards-HELP
.LINK
https://MEM.Zone/Dashboards-ISSUES
https://MEMZ.one/Dashboards-ISSUES
*/

/*##=============================================*/
Expand Down Expand Up @@ -5506,7 +5506,7 @@ Fields!ProtectionStatus.Value = 2, SrsResources.Localization.GetString("Bitlocke
<ActionInfo>
<Actions>
<Action>
<Hyperlink>https://MEM.Zone/Dashboards-HELP</Hyperlink>
<Hyperlink>https://MEMZ.one/Dashboards-HELP</Hyperlink>
</Action>
</Actions>
</ActionInfo>
Expand Down Expand Up @@ -5553,7 +5553,7 @@ Fields!ProtectionStatus.Value = 2, SrsResources.Localization.GetString("Bitlocke
<ActionInfo>
<Actions>
<Action>
<Hyperlink>https://MEM.Zone/Dashboards</Hyperlink>
<Hyperlink>https://MEMZ.one/Dashboards</Hyperlink>
</Action>
</Actions>
</ActionInfo>
Expand Down Expand Up @@ -6003,11 +6003,11 @@ Public Function DecodeString(ByVal astrToDecode As String) As String
' Created by MEMCM product team.
' Modified by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#&gt;
On Error GoTo ErrorExit
Dim bytDecodedBytes As Byte() = System.Convert.FromBase64String(astrToDecode)
Expand Down Expand Up @@ -6039,11 +6039,11 @@ Function GetStates (ByVal intBitMask As Integer, ByVal astrStateList As String ,
'.NOTES
' Created by Ioan Popovici.
'.LINK
' https://MEM.Zone/Dashboards
' https://MEMZ.one/Dashboards
'.LINK
' https://MEM.Zone/Dashboards-HELP
' https://MEMZ.one/Dashboards-HELP
'.LINK
' https://MEM.Zone/Dashboards-ISSUES
' https://MEMZ.one/Dashboards-ISSUES
'#&gt;

Dim iaStates As Long
Expand Down
Loading

0 comments on commit 3a37c36

Please sign in to comment.