• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Stephanos Constantinou Blog

PowerShell Scripting

  • Home
  • Blogs
    • PowerShell Tutorials
    • PowerShell Scripts
    • PowerShell Modules
      • Modules Cmdlets
    • Software Reviews
  • About
  • Contact
You are here: Home / Blogs

PowerShell Date Format

08/05/2018 by Stephanos 5 Comments

PowerShell Date Format - Date-DisplayHint

PowerShell Date Format In this tutorial we will go through PowerShell Date Format. Date and time are used many times throughout our scripts. You can get the current date of a system by using Get-Date  cmdlet. The default format is defined by the system locale that you are running the command ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Get-Date

PowerShell Format Output View

02/05/2018 by Stephanos 1 Comment

format-list

PowerShell Format Output View This tutorial will provide you information different PowerShell format output view. There are four main cmdlets that allow you to change the view of the output in Powershell. These format cmdlets will help you to show the information in a readable way. Below is the ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Format-Custom, Format-List, Format-Table, Format-Wide

PowerShell Commands Structure

30/04/2018 by Stephanos Leave a Comment

powershell commands structure

PowerShell Commands Structure As in every command line interface you have to know the commands and the difficult part is to remember them. In this tutorial we will see a few things regarding PowerShell commands structure that will help you out to have a better understanding and may help you to ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Get-Command, Get-Verb

Office 365 License Report – Part 2

25/04/2018 by Stephanos 13 Comments

Office 365 PowerShell License Report

Office 365 License Report - Part 2 Scenario: In the first part, I have explained  how and why I have setup this script to get Office 365 License Report. Microsoft has added some new statuses for the licenses after I wrote the script, so I had to go back and update the script. The current ...

Read More

Filed Under: PowerShell Scripts Tagged With: Azure Automation, Connect-MsolService, Get-AutomationPSCredential, Get-Date, Get-Mailbox, Get-MsolAccountSku, Get-MsolUser, Get-PSSession, Import-Module, Import-PSSession, Microsoft Azure, Microsoft Office 365, New-PSSession, Remove-PSSession, Send-MailMessage

Stellar Phoenix Mailbox Exchange Recovery Review

24/04/2018 by Stephanos Leave a Comment

Stellar Phoenix Mailbox Exchange Recovery Review

Stellar Phoenix Mailbox Exchange Recovery Review In this post we will review the Stellar Phoenix Mailbox Exchange Recovery Review. This is a very easy to use tool to recover corrupted mailboxes or items within mailboxes. Lets check first the information that is provided by Stellar Phoenix and ...

Read More

Filed Under: Software Reviews

PowerShell Logical Operators

19/04/2018 by Stephanos 2 Comments

powershell logical operators

PowerShell Logical Operators Last time we saw the PowerShell Comparison Operators. This post will be about PowerShell Logical Operators. Logical Operators allow us to connect different statements together and/or expression. By doing so, we will be able to have one more complex expression based on ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Logical Operators, PowerShell Operators

PowerShell Comparison Operators

17/04/2018 by Stephanos 2 Comments

PowerShell Comparison Operators

PowerShell Comparison Operators This tutorial will provide you information about PowerShell Comparison Operators. Comparison operators are used widely when you are writing your scripts. They will help you to test, compare, find, modify replace data and information. The comparison operators, as ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Comparison Operators, PowerShell Operators

PowerShell Active Directory Delegation – Part 3

12/04/2018 by Stephanos 6 Comments

PowerShell Active Directory Delegation - Part 3 - Set-ADDelegation-Options

PowerShell Active Directory Delegation - Part 3 Scenario This is the last part of the series PowerShell Active Directory Delegation. In the previous parts, we have discussed how we can have Active Directory delegation, so we will give access to the administrators without the need of providing ...

Read More

Filed Under: PowerShell Scripts Tagged With: Get-Acl, Get-ADDomain, Get-ADObject, Get-ADOrganizationalUnit, Get-ADRootDSE, Import-Module, New-Object, Read-Host, Set-Acl, Write-Host

PowerShell Comments

10/04/2018 by Stephanos 2 Comments

PowerShell Comments

PowerShell Comments When we are scripting in general, it is essential to write comments within the script. Comments help us in a lot of aspects. As in every scripting language, PowerShell is no different. In this post we will discuss only about PowerShell comments and how we will use them in our ...

Read More

Filed Under: PowerShell Tutorials

Useful PowerShell commands

05/04/2018 by Stephanos 2 Comments

Useful PowerShell commands - get-netadapter-includehidden

Useful PowerShell commands As a first post we will see the basic commands that will help us get familiar with PowerShell. The commands that we will see below will help you understand better how to get information needed and perform basic tasks. These useful PowerShell commands is the beginning of ...

Read More

Filed Under: PowerShell Tutorials Tagged With: Get-Command, Get-Content, Get-Help, Get-Item, Get-NetAdapter, Get-Process

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Go to page 13
  • Go to page 14
  • Go to Next Page »

Footer

Recent Posts

  • ICS Cube Product Review 26/04/2019
  • PowerShell Module SysInfo v1.2.0 15/03/2019
  • PowerShell Module SysInfo v1.1.2 13/11/2018
  • PowerShell Module SysInfo 24/10/2018
  • Get-VoltageProbe 24/10/2018
  • Get-VideoController 24/10/2018
  • Get-USBController 24/10/2018
  • Get-TrackPoint 24/10/2018
  • Get-TrackBall 24/10/2018
  • Get-TouchScreen 24/10/2018
Planet PowerShell

Categories

  • Modules Cmdlets (57)
  • PowerShell Modules (5)
  • PowerShell Scripts (38)
  • PowerShell Tutorials (35)
  • Software Reviews (2)

Archives

  • April 2019 (1)
  • March 2019 (1)
  • November 2018 (1)
  • October 2018 (56)
  • September 2018 (13)
  • August 2018 (9)
  • July 2018 (6)
  • June 2018 (8)
  • May 2018 (7)
  • April 2018 (9)
  • March 2018 (4)
  • February 2018 (6)
  • January 2018 (12)
  • December 2017 (4)
Top 10 PowerShell 2018

Blogroll

  • Planet PowerShell
  • Reddit – PowerShell
  • PowerShell Magazine
  • PowerShell.org
  • PowerShell Team Blog
  • Hey, Scripting Guy! Blog
  • Mike F Robbins
  • PowerShell Explained with Kevin Marquette
  • Mike Kanakos – Network Admin
  • The Lonely Administrator
  • AskME4Tech
PowerShell Blogs Sysadmin Blogs Banners for Top 20 Programming Blogs

© 2022 · Stephanos Constantinou Blog

  • Home
  • Blogs
  • About
  • Contact