
Remove certificate using PowerShell
Note: Beginning in Windows PowerShell 3.0, the Certificate provider enhances its support for managing Secure Socket Layer (SSL) certificates for web hosting by enabling you to […]
Note: Beginning in Windows PowerShell 3.0, the Certificate provider enhances its support for managing Secure Socket Layer (SSL) certificates for web hosting by enabling you to […]
Scenario: Site monitoring using PowerShell Script below: #Define URL to monitor $URL=”http://intranet.pbnet.local/Pages/Home.aspx” clear #Define LogFile $log = “C:\NOC\intranet-mon.csv” # If logfile already […]
Script’s purpose: * Cycles through every SharePoint Site/Web and lists the users and their group memberships. The final results are written in the folder c:\reports\AllFarmUsers<date>.csv […]
Copyright © 2025 | PhoeNIXBird Networks