Bookmark and Share Subscribe Bookmark and Share

Categories

Advertisement

Currently browsing powershell.



Dec
25

Testing Environment Information: Windows 10 Enterprise: Version 1909 (OS Build 18396.535) (Type winver or systeminfo at a Command Prompt) PowerShell Version: 5.1.18362.145 (Type “HOST” at a PowerShell Prompt) Testing Date: 12/25/2019 Background: Unfortunately, when using the following PowerShell command, it erases all other entries in your PATH Environment Variable. Most forums I’ve seen are telling […]

Tags: , ,
Filed Under: PowerShell, Windows 10
Comments: Comments Off on Windows 10 PATH Environment Variable Update with PowerShell





Aug
18

I was trying to run “New-SPSite” to create a Site Collection in SharePoint. I accidentally typed in the wrong username as the owner so I received an error. Upon investigation there is not a quick and simple way to see if a user exists outside of SharePoint before its added. Most recommended solutions require you […]

Tags: , , , ,
Filed Under: PowerShell
Comments: Comments Off on How to check if a Domain User exists using PowerShell without loading AD Snap-Ins