Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ref to new user name and email in scripts #4

Merged
merged 1 commit into from
Jan 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Get-AllVMNetworkAdapters.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Basic script that will list what type of network adapter each powered on guest has been assigned
.DESCRIPTION
Expand Down Expand Up @@ -84,4 +84,4 @@ PROCESS {

END {
Write-Verbose -Message 'Done'
} # end END block
} # end END block
12 changes: 6 additions & 6 deletions Get-EsxCliVib.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Get details on a specific ESXi VIB
.DESCRIPTION
Expand Down Expand Up @@ -35,9 +35,9 @@ HostModel : ProLiant BL460c Gen8

#TAG:PUBLIC

GitHub: https://github.com/vN3rd
Twitter: @vN3rd
Email: kevin@pinelabs.co
GitHub: https://github.com/vScripter
Twitter: @vScripter
Email: kevin@vMotioned.com

[-------------------------------------DISCLAIMER-------------------------------------]
All script are provided as-is with no implicit
Expand All @@ -50,7 +50,7 @@ HostModel : ProLiant BL460c Gen8
[-------------------------------------DISCLAIMER-------------------------------------]

.LINK
https://github.com/vN3rd
https://github.com/vScripter
#>

[CmdletBinding(DefaultParameterSetName = 'Default',
Expand Down Expand Up @@ -146,4 +146,4 @@ PROCESS {
END {
# call final result - output from the console can be formatted using regular export cmdlets (Export-Csv; Out-Gridview; Format-Table; etc.)
$result
} # END
} # END
12 changes: 6 additions & 6 deletions Get-VMDiskSpace.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Gather guest OS partition details from a VMware vSphere environment
.DESCRIPTION
Expand Down Expand Up @@ -76,9 +76,9 @@ DatastoreMapping : [nas01_sata_nonrepl_nfs2] WINSERVER01/WINSERVER01.vmdk, [nas0

#TAG:PUBLIC

GitHub: https://github.com/vN3rd
Twitter: @vN3rd
Email: kevin@pinelabs.co
GitHub: https://github.com/vScripter
Twitter: @vScripter
Email: kevin@vMotioned.com

[-------------------------------------DISCLAIMER-------------------------------------]
All script are provided as-is with no implicit
Expand All @@ -91,7 +91,7 @@ DatastoreMapping : [nas01_sata_nonrepl_nfs2] WINSERVER01/WINSERVER01.vmdk, [nas0
[-------------------------------------DISCLAIMER-------------------------------------]

.LINK
https://github.com/vN3rd
https://github.com/vScripter
#>

#Requires -Version 3
Expand Down Expand Up @@ -340,4 +340,4 @@ END {
Write-Output "======== Total Runtime: $($dtRunTime.Hours) Hours, $($dtRuntime.Minutes) Minutes, $($dtRuntime.Seconds) Seconds ========" >> $log
Write-Output "======== Get-VMDiskSpace - Completed - $(TimeStamp) ========" >> $log

}# end END
}# end END
12 changes: 6 additions & 6 deletions Get-VMGeneology.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Gathers current 'geneology' of a VM.
.DESCRIPTION
Expand Down Expand Up @@ -30,9 +30,9 @@ vSwitch : vSwitch1
TODO: [+] Add full support for supplying multiple VMs


GitHub: https://github.com/vN3rd
Twitter: @vN3rd
Email: kevin@pinelabs.co
GitHub: https://github.com/vScripter
Twitter: @vScripter
Email: kevin@vMotioned.com

[-------------------------------------DISCLAIMER-------------------------------------]
All script are provided as-is with no implicit
Expand All @@ -44,7 +44,7 @@ vSwitch : vSwitch1
my GitHub page. Thanks for your support!
[-------------------------------------DISCLAIMER-------------------------------------]
.LINK
https://github.com/vN3rd
https://github.com/vScripter


#>
Expand Down Expand Up @@ -130,4 +130,4 @@ END {
Write-Verbose -Message "Calling final results"

$colFinalResults
} # end END
} # end END
6 changes: 3 additions & 3 deletions Get-vSphereLicenses.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Basic script to show current licensing status
.DESCRIPTION
Expand All @@ -18,7 +18,7 @@
my GitHub page. Thanks for your support!
[-------------------------------------DISCLAIMER-------------------------------------]
.LINK
https://github.com/vN3rd/PowerShell-Scripts
https://github.com/vScripter/PowerShell-Scripts

#>

Expand Down Expand Up @@ -63,4 +63,4 @@ PROCESS
END
{
$vSphereLicInfo
}
}
2 changes: 1 addition & 1 deletion Invoke-ExtendWinVMDK.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#========================================================================
#========================================================================
# Created with: SAPIEN Technologies, Inc., PowerShell Studio 2012 v3.1.31
# Created on: 3/21/2014 2:53 PM
# Created by: Kevin Kirkpatrick
Expand Down