Change UPN Suffix with PowerShell
Office 365 and Azure have a requirement to authenticate users with upn, as an administrator, you have to make sure user UPN same and matches …
Office 365 and Azure have a requirement to authenticate users with upn, as an administrator, you have to make sure user UPN same and matches …
Get-ChildItem cmdlet in PowerShell is used to get items in one or more specified locations. Using Get-ChildItem, you can find files. You can easily find …
PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …
PowerShell Get-ADGroup cmdlet gets one or more active directory groups or gets multiple ad groups based on search conditions. Get-ADGroup gets a default set of …
More often, PowerShell administrator needs to map network drive on local computer or remote computer so that shared file can be quickly accessible just like …
Active Directory Get-ADComputer cmdlet gets one or more computers in the active directory. In a large organization, the System administrator has to continuously monitor inactive …
In this blog post, we will discuss PowerShell Search-AdAccount to find inactive user accounts or expired accounts in Active Directory. PowerShell Search-AdAccount cmdlet finds one …
As a system administrator, we need to install application on remote computer on the domain. As a best practice its good to get computer domain …
While doing folder based operation in PowerShell script file, it’s very common practice to check if directory exists and create directory if not exists. If …
In this post, I will explain you how to use PowerShell script to create shortcut for file, folder or application in PowerShell. Few days ago, …