Hyper-V Hyper-V, Windows 10, PowerShell Add-LocalGroupMember -Group "Hyper-V Administrators" -Member "$(whoami)"
PowerShell Find PowerShell scripts easier Windows can index your PowerShell scripts and make them discoverable more easily using search
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.
PowerShell PowerShell vs a really huge JSON file How to process a large json file and get its content out with PowerShell
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
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
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
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
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
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
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
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.