#dotnethelpers.com thiyagu dotnet-helpers.com
Explore tagged Tumblr posts
Text
How to Use Multidimensional arrays in Powershell
How to Use Multidimensional arrays in Powershell

Before I show you how multi-dimensional arrays work, let we start what is an array. By default, PowerShell assumes that the elements of an array are of the type variant. This means that you can mix different data types—that is, combine numerical values, dates, or strings in a single variable. The data elements of a PowerShell array need not be of the same type, unless the data type is declared…
View On WordPress
#How to Use Multidimensional arrays in Powershell#Multidimensional arrays are one of the complex data types supported by PowerShell#powershell tutorial thiyagu dotnet-helpers.com dotnethelpers.com
0 notes
Text
What's New With PowerShell
What’s New With PowerShell
Windows PowerShell® 5.0 includes significant new features that extend its use, improve its usability, and allow you to control & manage Windows-based environments more easily. Windows Server 2012 R2 introduced the notion of Desired State Configuration, PowerShell 5.0 advances this concept through OneGet. OneGet is a new module which way to search and install hundreds of software packages from the…
View On WordPress
#and allow you to control & manage Windows-based environments more easily#dotnethelpers.com thiyagu dotnet-helpers.com#improve its usability#powershell tutorial#What&039;s New With PowerShell#Windows PowerShell® 5.0 includes significant new features that extend its use
0 notes
Text
Add Binding To IIS - PowerShell
Add Binding To IIS – PowerShell
Hi Guys, today we are going to disuses about how to add the binding to IIS using Powershell. In most case, during the deployments, the one of the painful activity is adding binding for new sites. So this below posts will help those members to one step towards of Automation.
The New-WebBinding cmdlet adds a new binding to an existing website.
#Assigining the URL which need to bind $_WebsiteUrl =…
View On WordPress
#add binding powershell#Add Binding To IIS With PowerShell#dotnet-helpers.com dotnethelpers.com thiyagu#iis powershell new webbinding#new-webbinding#new-webbinding powershell#powershell add iis site binding#powershell add ssl certificate to binding#powershell addsslcertificate#powershell iis binding ssl certificate#powershell iis bindings#powershell iis new item multiple bindings#powershell iis require ssl#powershell new-webbinding ssl certificate#set-webbinding
0 notes
Text
Powershell Script for Website Availability Monitoring with Excel Report as output
Powershell Script for Website Availability Monitoring with Excel Report as output
In our previous post we already discussed about “How to check response code from a website using PowerShell“ by using single URL in example. Here let we discuss how to read the list of URLs from the text file and validate the list of URL . Finally script will generate the Excel file with the output result.
$URLListFile = "D:\PowerShell\URLList.txt" #Reading the list of URLs from the URLList.txt…
View On WordPress
#dotnethelpers.com thiyagu powershell dotnet-helpers.com#powershell check if website is started#powershell check website content#powershell get http response#powershell ping website#powershell script for website availability monitoring / url monitoring#Powershell Script for Website Availability Monitoring with Excel Report as output#powershell script to check url status#script to check website status#website monitoring script windows
0 notes
Text
5 - Getting Help Information
5 – Getting Help Information
The PowerShell includes detailed Help topics that explain PowerShell concepts. There are also Help topics for each cmdlet and provider and Help topics for many functions and scripts. Getting Help for Cmdlets To get Help about Windows PowerShell cmdlets, use the Get-Help cmdlet. Here let we see some of the cmdlets help. To get a list of all the cmdlet Help topics in your session use below,…
View On WordPress
#dotnet-helpers.com attr binding in KO#dotnethelpers.com#Getting Help Information#Powershell#powershell tutorial#The PowerShell includes detailed Help topics that explain PowerShell concepts#thiyagu
0 notes
Text
4 - How to validate the version of installation
4 – How to validate the version of installation
We can use $PSVersionTable.PSVersion to determine the engine version. If the variable does not exist is shown then it is safe to assume the engine is version 1.0 We also use,$Host, get-host , $PSVersionTable to get deep information about our power shell tool. Please find the snap for how to get the details.
View On WordPress
#$PSVersionTable.PSVersion#How to validate the version of installation#thiyagu dotnet-helpers.com dotnethelpers.com powershell tutorial
0 notes