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 Adapter for Microsoft BizTalk

... Remote Machines PowerShell BizTalk Adapter also allows you to execute scripts on remote machines using the PowerShell V2 Remoting protocol or the PowerShell Server protocol. To use PowerShell ... - Learn More

https://www.nsoftware.com/kb/articles/biztalk-powershell-adapter
PowerShell ASP: Could not load file or assembly nsoftware.PowerSh ...

... occurs when PowerShell Server was installed with PowerShell 3.0 support but the IIS Application Pool using the PowerShell ASP handler mapping is configured to run under .NET 2.0. Because PowerShell ... - Learn More

https://www.nsoftware.com/kb/articles/powershell-server-asp-could-not-load
PowerShell ASP: Create Dyanmic Web Content With PowerShell

... PowerShell ASP: Create Dyanmic Web Content With PowerShell PowerShell Server includes an ASP-like PowerShell based template language for building web applications and making PowerShell ... - Learn More

https://www.nsoftware.com/kb/articles/powershell-asp-create-dynamic-web-content
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/powershell-server-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
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/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