Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.

Matching Articles for 'powershell server' :

PowerShell ASP: Enabling Impersonation

... steps needed to enable impersonation for a PowerShell ASP site. Step 1 – Configuring Site Authentication The first step to enabling impersonation for PowerShell Server is to ensur ... - Learn More

https://www.nsoftware.com/kb/articles/powershellserver-asp-enabling-impersonation
PowerShell ASP: List Current Sessions of Machines on an Active Di ...

... PowerShell ASP: List Current Sessions of Machines on an Active Directory Domain Requirements: PowerShell Server PSTerminalServices Overview By combining several techniques, this a ... - Learn More

https://www.nsoftware.com/kb/articles/list-current-sessions-of-machines-on-an-active-directory-domain
NetCmdlets: Sync System Time with an Internet Time Server

... sync-time( [string] $server = "nist1-ny.ustiming.org", [int] $port = 37, [switch] $set = $false) { $servertime = get-time -server $server -port $port -set:$set write-host "Server time:" $servertime ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-sync-system-time-with-internet-time-server
Uploading a File Using PowerShell ASP

... Uploading a File Using PowerShell ASP PowerShell ASP works in much the same way that ASP.NET would. Uploading a file to the server from a webpage is no different. Below is an exam ... - Learn More

https://www.nsoftware.com/kb/articles/powershell-asp-uploading-a-file-to-server
Uploading a File Using PowerShell ASP

... Uploading a File Using PowerShell ASP PowerShell ASP works in much the same way that ASP.NET would. Uploading a file to the server from a webpage is no different. Below is an exam ... - Learn More

https://www.nsoftware.com/kb/articles/powershellasp-uploading-a-file-to-server
NetCmdlets: Command Line Emailer With PowerShell

... NetCmdlets: Command Line Emailer With PowerShell Using ones Inbox as a to-do list is fairly common, however firing up an email client to add to that list can be slow and a little cumbersome. In ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-powershell-command-line-emailer
NetCmdlets: Get-LDAP Cmdlet in PowerShell

... groups: Get-LDAP -Server $server -Credential $mycred -DN $basedn -Search "(&(objectclass=group)(cn=admin))" Get a list of all the members of a group: Get-LDAP -Server $server ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-get-ldap-cmdlet-in-powershell
Changing the Terminal Width

... Terminal Width The PowerShell terminal defaults to a width of 80 columns, but sometimes a user will need a larger or smaller display width. Changing the terminal width in CoreSSH Server ... - Learn More

https://www.nsoftware.com/kb/articles/changing-terminal-width
Changing the Terminal Width

... Terminal Width The PowerShell terminal defaults to a width of 80 columns, but sometimes a user will need a larger or smaller display width. Changing the terminal width in CoreSSH Server ... - Learn More

https://www.nsoftware.com/kb/articles/coresshserver-changing-terminal-width
NetCmdlets: 5 PowerShell One-liners to Manage IMAP Permissions

... NetCmdlets: 5 PowerShell One-liners to Manage IMAP Permissions You can manage user permissions in Exchange and other mail servers with the same commands by using the IMAP protocol instead of server ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-5-powershell-one-liners-to-manage-imap-permissions
Getting Started With NetCmdlets

... Here is an example: PS> Send-Email -Server myserver -To you@server.com -From me@server.com -Message “How are you today?” -Subject “test email” From, To, and Server are a ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-getting-started
Deploy SSIS Tasks to Azure Data Factory

... SQL Server supported by Azure-SSIS IR. Azure-SSIS IR is currently based on SQL Server 2017. Please ensure that your packages don't contain additional components that are unsupported on SQL Server ... - Learn More

https://www.nsoftware.com/kb/articles/ssis-azure-datafactory-deploy-ns