Solution Views
Where You can find any Solution
Menu Close
  • Home
  • About Me
  • Contact Me
  • Security Quiz

powershell

0

How to Configure Domain Password Expiration Policy

Posted on January 7, 2022 by Maryam Alam

A password expiration policy can be set up in the Active Directory domain. When a user’s password expires, it is forced to be changed. When a user’s password in Active Directory expires, what happens? The user account is not blocked,… Continue Reading →

powershell, Uncategorized configure, Domain Password, Expiration Policy, Uncategorized, Uncategorized
0

Changing Local and Active Directory User Password Using PowerShell

Posted on December 28, 2021 by Maryam Alam

Using the Local Users and Groups (lusrmgr.msc) graphic snap-in, the administrator can change the passwords of local users on the machine. The Active Directory Users and Computers (ADUC) GUI panel is primarily used to update the password of an AD… Continue Reading →

Active Directory, Active Directory Roles, powershell User Password
0

Using Out-File Cmdlet to Redirect Output to File in PowerShell

Posted on November 8, 2021 by Maryam Alam

With PowerShell, you can redirect the output of any command to a text file. This is useful to save the results returned by a PowerShell command or script. The PowerShell Out-File cmdlet is used to redirect output to a plain… Continue Reading →

powershell Out-File Cmdlet, Windows Powershell
0

Working With If Else Statement in PowerShell

Posted on November 6, 2021 by Maryam Alam

The logical operators If Else and Else are used to check conditions. The If statement is designed to check a condition and perform a specific action associated with that condition. If we met the specified condition, then one action is… Continue Reading →

powershell If Else Statement, Windows Powershell
0

Get-service: Checking the Status of Windows Services with PowerShell

Posted on October 28, 2021 by Maryam Alam

Services in Windows are one of the most important parts of the operating system. Previously, to get the status of a service on Windows, you had to use the services.msc graphical snap-in or the sc.exe command-line tool (for example, sc.exe… Continue Reading →

powershell Get-service, Status of Windows Services, Windows Powershell
0

PowerShell: Concatenate String

Posted on October 12, 2021 by Maryam Alam

One of the main string operations in PowerShell is concatenation. It is the operation of joining multiple strings into one. Most often, the string concatenation operation is performed using the “+” operator. Additionally, PowerShell has several other ways to concatenate… Continue Reading →

powershell Concatenate String, Windows Powershell
0

Using PowerShell to Download a File from Web

Posted on October 2, 2021 by Maryam Alam

In this article, we’ll take a look at how to use native PowerShell cmdlets to download a file via HTTP, HTTPS, or FTP protocol. You can use PowerShell cmdlets as a native alternative of the wget and curl tool on… Continue Reading →

powershell download files from web, Web, Windows Powershell
0

PowerShell Grep Equivalent

Posted on October 2, 2021 by Maryam Alam

The grep command is widely used on Linux to parse files and shell output. By Using grep you can easily find and filter the output returned by the previous command in the pipeline. In this article, we’ll take a look… Continue Reading →

powershell Grep, Grep equivalent, Windows Powershell
0

How to comment PowerShell Code?

Posted on October 2, 2021 by Maryam Alam

You can comment out a code in a PowerShell script for documentation or debugging purposes, just like in any other programming language. There are two comment categories in PowerShell. Line comments and Block comments. In PowerShell v.1, only single-line comments… Continue Reading →

powershell code, comment PowerShell Code, Windows Powershell
0

PowerShell: Script for Loop through Files and Folders

Posted on October 2, 2021 by Maryam Alam

          In this article, we will take a look at constructions of the loop through all files and folders on a disk or a specific directory ( using the For-each and Get-Childtem statements). You can widely use them in your… Continue Reading →

powershell loop through files, Script for Loop, Windows Powershell

Post navigation

Older Articles

Categories

  • Active Directory (63)
    • Active Directory Roles (60)
  • Adobe (2)
  • ASP.NET (2)
  • Azure (6)
  • Browsers (1)
  • Databases (32)
  • Drivers (2)
  • GPO (2)
  • Hardware (3)
    • Hard Drives (2)
    • Printers (1)
  • Microsoft (167)
    • Microsoft Azure (3)
    • Office 365 (16)
    • SQL Database (2)
    • Windows (48)
    • Windows 10 (32)
    • Windows Server 2012 (12)
    • windows server 2016 (19)
    • windows server 2019 (4)
  • Microsoft Exchange Server (9)
    • Exchange Server 2010 (2)
    • Exchange server 2013 (1)
    • Exchange Server 2016 (4)
    • exchange server 2019 (1)
    • Exchange Spam Filters (2)
  • Networkng (19)
    • Mikrotik (1)
  • Office (6)
    • Outlook (6)
  • Others (11)
    • android (1)
    • CONFIGMGR (1)
    • Linux (9)
  • powershell (14)
  • Programming (1)
  • Security and Firewalls (4)
    • fortinet (1)
  • Sysprep (4)
  • Uncategorized (18)
  • Veeam (4)
  • Virtualization (37)

Recent Comments

  • pawlo on Droplet of a SQL Server Login and all its dependences
  • eyelash packaging on Non Payment Reminder for PPPoE/HOTSPOT Customers in Mikrotik
  • donny cerutty on Droplet of a SQL Server Login and all its dependences
  • marklindeman on Droplet of a SQL Server Login and all its dependences
  • MS Windows Server 2016 VM with a VMware Paravirtual SCSI controller - Solution Views on How to Install Windows Server 2016 on VMware

Tags

active directory roles apexsql Browsers complete solution configure database database error error solved FSMO Role How to how to deploy how to fix how to solve Hyper-v hyper-V error installation iphone Iphone linux MDT 2013 Microsoft NetApp Oracle part 1 part 2 Solved SQl sql server SQL server database Step by step step by step explained step by step installation step by step solution Uncategorized Uncategorized Virtual machine VM VM workstation vsphere windows 7 windows 10 Windows Powershell windows server Windows Server 2012 R2 Windows Server 2016

© 2023 Solution Views. All rights reserved.