Skip to content

Commit 4dcd7d9

Browse files
committed
add link
1 parent 2e26bba commit 4dcd7d9

File tree

17 files changed

+64
-22
lines changed

17 files changed

+64
-22
lines changed

SCCM-Add-SCCMUserDeviceAffinity/Add-SCCMUserDeviceAffinity.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Function Add-SCCMUserDeviceAffinity {
3131
Francois-Xavier Cat
3232
lazywinadmin.com
3333
@lazywinadmin
34+
.LINK
35+
https://github.com/lazywinadmin/PowerShell
3436
#>
3537
[CmdletBinding()]
3638
Param (

SCCM-Get-SCCMClientCacheInformation/Get-SCCMClientCacheInformation.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function Get-SCCMClientCacheInformation {
2323
Initial Version
2424
1.1 | 2017/11/01 | Francois-Xavier Cat
2525
Update Error handling and messages
26+
.LINK
27+
https://github.com/lazywinadmin/PowerShell
2628
#>
2729
PARAM(
2830
[string[]]$ComputerName = ".",

SCCM-Get-SCCMDeviceCollectionDeployment/Get-SCCMDeviceCollectionDeployment.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ function Get-SCCMDeviceCollectionDeployment {
4545
SMS_R_SYSTEM: https://msdn.microsoft.com/en-us/library/cc145392.aspx
4646
SMS_Collection: https://msdn.microsoft.com/en-us/library/hh948939.aspx
4747
SMS_DeploymentInfo: https://msdn.microsoft.com/en-us/library/hh948268.aspx
48+
.LINK
49+
https://github.com/lazywinadmin/PowerShell
4850
#>
4951
[CmdletBinding()]
5052
PARAM

SCCM-Get-SCCMUserCollectionDeployment/Get-SCCMUserCollectionDeployment.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ function Get-SCCMUserCollectionDeployment {
4040
SMS_R_User: https://msdn.microsoft.com/en-us/library/hh949577.aspx
4141
SMS_Collection: https://msdn.microsoft.com/en-us/library/hh948939.aspx
4242
SMS_DeploymentInfo: https://msdn.microsoft.com/en-us/library/hh948268.aspx
43+
.LINK
44+
https://github.com/lazywinadmin/PowerShell
4345
#>
4446

4547
[CmdletBinding()]

SCCM-New-SCCMDeviceVariable/New-SCCMDeviceVariable.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ function New-SCCMDeviceVariable {
6161
lazywinadmin.com
6262
@lazywinadmin
6363
github.com/lazywinadmin
64+
.LINK
65+
https://github.com/lazywinadmin/PowerShell
6466
#>
6567
[cmdletbinding()]
6668
PARAM (

SCCM-New-SCCMTSAppVariable/New-SCCMTSAppVariable.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Function New-SCCMTSAppVariable {
2424
Francois-Xavier Cat
2525
lazywinadmin.com
2626
@lazywinadmin
27+
.LINK
28+
https://github.com/lazywinadmin/PowerShell
2729
#>
2830

2931
PARAM (

SCCM-Remove-SCCMUserDeviceAffinity/Remove-SCCMUserDeviceAffinity.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function Remove-SCCMUserDeviceAffinity {
3434
Francois-Xavier Cat
3535
lazywinadmin.com
3636
@lazywinadmin
37+
.LINK
38+
https://github.com/lazywinadmin/PowerShell
3739
#>
3840

3941
[CmdletBinding(DefaultParameterSetName = 'ResourceName')]

SCCM-Set-SCCMClientCacheLocation/Set-SCCMClientCacheLocation.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ function Set-SCCMClientCacheLocation {
1717
Set-SCCMClientCacheLocation -ComputerName Client01 -Location "C:\temp\ccmcache"
1818
1919
This will set the client cache location "C:\temp\ccmcache" on the computer Client01
20+
.NOTES
21+
Francois-Xavier Cat
22+
lazywinadmin.com
23+
@lazywinadmin
24+
.LINK
25+
https://github.com/lazywinadmin/PowerShell
2026
#>
2127
PARAM(
2228
[string[]]$ComputerName = ".",

SCCM-Set-SCCMClientCacheSize/Set-SCCMClientCacheSize.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ function Set-SCCMClientCacheSize {
1717
Set-SCCMClientCacheSize -ComputerName Client01 -SizeMB 5000
1818
1919
This will set the client cache to 5000Mb on the computer Client01
20+
.NOTES
21+
Francois-Xavier Cat
22+
lazywinadmin.com
23+
@lazywinadmin
24+
.LINK
25+
https://github.com/lazywinadmin/PowerShell
2026
#>
2127
PARAM(
2228
[Parameter(Mandatory)]

SCSM-Add-SCSMReviewActivityReviewer/Add-SCSMReviewActivityReviewer.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ function Add-SCSMReviewActivityReviewer {
2727
lazywinadmin.com
2828
2929
1.0 Based on Cireson's consultant function
30+
.LINK
31+
https://github.com/lazywinadmin/PowerShell
3032
#>
3133
[CmdletBinding()]
3234
PARAM

0 commit comments

Comments
 (0)