KolisLab
  • Home
  • Author
  • About
  • Help

PowerShell

A collection of 12 posts

Hyper-V

Hyper-V, Windows 10, PowerShell

Add-LocalGroupMember -Group "Hyper-V Administrators" -Member "$(whoami)"

  • David Sass
    David Sass
1 min read
PowerShell

Find PowerShell scripts easier

Windows can index your PowerShell scripts and make them discoverable more easily using search

  • David Sass
    David Sass
1 min read
AzureAD

How to manage Hyper-V Administrators on Azure AD joined machines

Get-VM : You do not have the required permission to complete this task. Let's fix that using Add-LocalGroupMember on our Azure AD joined device.

  • David Sass
    David Sass
3 min read
PowerShell

PowerShell vs a really huge JSON file

How to process a large json file and get its content out with PowerShell

  • David Sass
    David Sass
1 min read
Azure

Red Team type of Access to Azure from Anywhere

! Warning ! The content of this post might not be aligned with you company's internal IT security rules, I suggest to talk to your manager and request an approval before you try this out

  • David Sass
    David Sass
5 min read
PowerShell

Show ♥ with PowerShell

I'm using a custom prompt within PowerShell to save space inside a console and place the current folder's path into the Title bar. function Prompt { $host.ui.RawUI.WindowTitle = $(Get-Location) Write-Host "PS

  • David Sass
    David Sass
1 min read
DistributedCache

SharePoint 2019 and Distributed Cache failure

In some rare cases, right after the creation of a SharePoint 2019 farm, the Distributed Cache service could crash producing: .NET Runtime Error with Event Id 1026 Application Error with Event Id 1000

  • David Sass
    David Sass
1 min read
SharePoint

SharePoint 2019 Feature IDs

When I work with SharePoint Server sometimes I need to validate if a FeatureID inside an error message is an Out of the Box ID in the current SharePoint version or it's a

  • David Sass
    David Sass
22 min read
PowerShell

Adding Users to Local Groups

I've been playing with the new SharePoint Server 2019 in the last couple of days and after I joined my new VM to the Domain I needed to add my SP_SETUP account

  • David Sass
    David Sass
1 min read
PowerShell

My favorite VSCode Extensions (updated)

I'm using Visual Studio Code as my #1 editor for my #PowerShell scripts and modules and these are my favorite extensions what I use every day. [Note] Keep this list accessible to make

  • David Sass
    David Sass
1 min read
PowerShell

Whiteboard PowerShell

People leave the organization. They might retire or look for bigger challenges. Either way as an Office 365 Administrator you have to deal with the situation. It's easy with SharePoint or with Exchange

  • David Sass
    David Sass
1 min read
Office365

Office365-CLI in a Nano Server Container

I'm in general interested in everything OfficeDevPnP but I'm not a developer. I like to think that I'm a Hacker, the old school "do something which wasn't designed" type of hacker.

  • David Sass
    David Sass
2 min read
KolisLab © 2021
Latest Posts Facebook Twitter Ghost