12 docs tagged with "PowerShell"
View All TagsExecution Policy
The execution policy determines how PowerShell runs scripts and configuration files. The default execution policy on most systems is "Restricted", which means that no scripts can be run, including those that you write yourself. To run scripts, you must change the execution policy to "Unrestricted" or "RemoteSigned".
Export and compare
The script performs a export and compare of Microsoft Dynamics NAV objects. The script does the following:
Insert SUPER User
The script imports the Microsoft.Dynamics.Nav.Management.dll module, which provides the cmdlets that are used to manage users and tenants.
Install Extension (App)
The script imports the Microsoft.BusinessCentral.Apps.Management.dll module, which provides the cmdlets that are used to manage apps.
Merge objects
Rename company
Stop/Start Service Tier
Sync tenant
Test Database for Object Languages
Unblock files in folder
Windows adds a security block to files downloaded from the Internet, which can prevent users from running or editing the files.
Update Extension (App)
The script imports the Microsoft.Dynamics.Nav.Apps.Management.dll module, which provides the cmdlets that are used to manage apps.